Absolute |
The AbsoluteAndRelativeFileName type exposes the following members.
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. | |
CopyFrom | Try to copy from another object. Should try to copy even if the object to copy from is not of the same type, but a base type. In this case only the base properties should be copied. | |
Equals |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object)) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode) | |
GetResolvedFileNameOrNull | Gets the absolute resolved file name or null. In order to resolve the name, at first it is tested whether a file with the stored absolute file name exists. If it exists, the absolute file name is returned. If such a file does not exist, the file name is evaluated from the stored relative file name and the name of the project file. Again, if a file under this name exist, the absolute file name of this file is returned. If neither the absolute nor the relative file name leads to an existing file, null is returned. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |