Click or drag to resize
DfsInfo Class
Contains information about a Distributed File System (DFS) root or link. This class cannot be inherited.

This structure contains the name, status, GUID, time-out, number of targets, and information about each target of the root or link.

Inheritance Hierarchy
SystemObject
  Alphaleonis.Win32.NetworkDfsInfo

Namespace: Alphaleonis.Win32.Network
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
[SerializableAttribute]
public sealed class DfsInfo

The DfsInfo type exposes the following members.

Constructors
  NameDescription
Public methodDfsInfo
Initializes a new instance of the DfsInfo class which acts as a wrapper for a DFS root or link target.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the Universal Naming Convention (UNC) path of the DFS root or link.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyComment
The comment of the DFS root or link.
Public propertyDirectoryInfo
The DirectoryInfo instance of the DFS root or link.
Public propertyEntryPath
The Universal Naming Convention (UNC) path of the DFS root or link.
Public propertyGuid
Specifies the GUID of the DFS root or link.
Public propertyState
An DfsVolumeStates enum that specifies a set of bit flags that describe the DFS root or link.
Public propertyStorageInfoCollection
The collection of DFS targets of the DFS root or link.
Public propertyTimeout
Specifies the time-out, in seconds, of the DFS root or link.
Top
See Also