DfsInfo Class |
This structure contains the name, status, GUID, time-out, number of targets, and information about each target of the root or link.
Namespace: Alphaleonis.Win32.Network
The DfsInfo type exposes the following members.
Name | Description | |
---|---|---|
DfsInfo | Initializes a new instance of the DfsInfo class which acts as a wrapper for a DFS root or link target. |
Name | Description | |
---|---|---|
Equals | (Inherited from 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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
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 the Universal Naming Convention (UNC) path of the DFS root or link. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Comment | The comment of the DFS root or link. | |
DirectoryInfo | The DirectoryInfo instance of the DFS root or link. | |
EntryPath | The Universal Naming Convention (UNC) path of the DFS root or link. | |
Guid | Specifies the GUID of the DFS root or link. | |
State | An DfsVolumeStates enum that specifies a set of bit flags that describe the DFS root or link. | |
StorageInfoCollection | The collection of DFS targets of the DFS root or link. | |
Timeout | Specifies the time-out, in seconds, of the DFS root or link. |