FileReference Class |
Namespace: Rhino.FileIO
The FileReference type exposes the following members.
Name | Description | |
---|---|---|
FileReference |
Constructs a new instance of the FileReference class,
given a fullPath, a relativePath a content hash and a status value.
|
Name | Description | |
---|---|---|
ContentHash |
Gets the content hash.
| |
FullPath |
Gets the absolute path of this file reference.
| |
FullPathStatus |
Gets the file reference status.
| |
IsSet |
Returns an indication of the fact that the reference is actually set to a non-null value.
| |
RelativePath |
Gets the relative path of this file reference.
|
Name | Description | |
---|---|---|
CreateFromFullAndRelativePaths |
Returns a new file reference. This returns a new instance even if the path does not exist.
| |
CreateFromFullPath |
Returns a new file reference. This returns a new instance even if the path does not exist.
| |
Dispose |
Reclaims unmanaged resources used by this object.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |