Name | Description | |
---|---|---|
FileSystemNodeTreePosition Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by FileSystemNodeTreePosition.
Name | Description | |
---|---|---|
FileSystemNodeTreePosition Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
BrowseException | Gets the exception encountered during browsing. (Inherited from OpcLabs.BaseLib.Graphs.BrowseTreePosition) | |
BrowseSucceeded | Determines whether browsing was successful. (Inherited from OpcLabs.BaseLib.Graphs.BrowseTreePosition) | |
DirectoryContents | The directory contents that this tree position represents. | |
DirectoryContents2 | The directory contents (IDirectoryContents2) that this tree position represents. | |
FileInfo | The file info that this tree position represents. | |
FileInfo2 | The file info (IFileInfo2) that this tree position represents. | |
FileProvider | The file provider that this tree position represents. | |
FileProvider2 | The file provider (IFileProvider2) that this tree position represents. | |
FullPath | The full path to the file or directory, including the file or directory name. | |
IsDirectory | Determines whether this tree position represents a directory. | |
IsFile | Determines whether this tree position represents a file. | |
IsReadOnly | Determines whether the file is read only. | |
IsTreeRoot | Determines whether this object represents a root of the tree. (Inherited from OpcLabs.BaseLib.Graphs.BrowseTreePosition) | |
Kind | The kind of node in file system traversal that this tree position represents. | |
LastModified | Gets when the file or directory was last modified (in UTC). | |
LastModifiedDateTime | Gets when the file or directory was last modified (in UTC), represented as a DateTime object. | |
LastModifiedDateTimeLocal | Gets when the file or directory was last modified (in local time). | |
Length | The length of the file in bytes, or -1 for a directory or non-existing files, or when the length cannot be obtained. | |
Level | Determines the level of this object inside a tree. (Inherited from OpcLabs.BaseLib.Graphs.BrowseTreePosition) | |
Name | The name of the file or directory, not including any path. | |
ParentPath | The full path to the parent of the file or directory. | |
ParentPosition | Gets the parent object in the tree. | |
WritableDirectoryContents | The writable directory contents that this tree position represents. | |
WritableFileInfo | The writable file info that this tree position represents. | |
WritableFileProvider | The writable file provider that this tree position represents. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified FileSystemNodeTreePosition is equal to the current object. | |
GetHashCode | Overridden. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToString | Overridden. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.Info) | |
WriteXmlElement | Infrastructure. (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |