The utility for finding the file used in the SGPRTL library.
The XFileResourceLocator..::.Location type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XFileResourceLocator..::.Location |
Creates new XFileResourceLocator..::.Location class instance.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode |
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().) | |
| GetResourceLocation |
The XFileResourceLocation source location.
| |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| ToString | Returns the fully qualified type name of this instance. |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Tests whether the instance a and the instance b are equal.
| |
| Inequality |
Tests whether the instance a and the instance b are not equal.
|
Fields
| Name | Description | |
|---|---|---|
| Empty |
Returns the empty XFileResourceLocator..::.Location object.
|
Properties
| Name | Description | |
|---|---|---|
| Exists |
Indicates whether the file exists.
| |
| FileName |
Gets or sets the file name.
| |
| Folder |
Gets or sets the file folder.
| |
| FullFileName |
Returns the full file name made by joining the path and the file name.
| |
| IsEmpty |
Indicates whether the XFileResourceLocator..::.Location object is empty.
|