DriveConnection Class |
Namespace: Alphaleonis.Win32.Network
The DriveConnection type exposes the following members.
Name | Description | |
---|---|---|
DriveConnection(String) | Creates a temporary connection to a network resource. The function can redirect a local device to a network resource, using the current user credentials. | |
DriveConnection(String, NetworkCredential, Boolean) | Creates a temporary connection to a network resource. The function can redirect a local device to a network resource, NetworkCredential can be supplied. | |
DriveConnection(String, String, String, Boolean) | Creates a temporary connection to a network resource. The function can redirect a local device to a network resource, using a user name and password. |
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the DriveConnection class. | |
Equals | (Inherited from Object.) | |
Finalize | DriveConnection class destructor. (Overrides ObjectFinalize.) | |
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 last available drive letter used for this connection. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
LocalName | The last available drive letter used for this connection. | |
Share | The path originally specified by the user. |