The XFileResourceLocation type exposes the following members.

Constructors

  NameDescription
XFileResourceLocationOverloaded.

Methods

  NameDescription
Equals
Indicates whether this instance is identical with the reference one obj
(Overrides Object..::.Equals(Object).)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode
Creates a hash value for this instance.
(Overrides Object..::.GetHashCode()()().)
GetSiblingResourceLocation
Creates a new instance of IXResourceLocation describing a source which is in the same container as Container as this source, but with the name name.
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.)

Properties

  NameDescription
Container
Gets the container (the directory) XDirectoryResourceContainer where this file is located.
Exists
Indicates if the file exists.
FullName
Returns the full name of the file.
Info
Gets the additional information about the file.
Name
Returns the file name.
ResourceStream
Creates a data stream Stream for accessing into this source.

See Also