ShareInfo Class |
Namespace: Alphaleonis.Win32.Network
The ShareInfo type exposes the following members.
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 full path to the share. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
CurrentUses | The number of current connections to the resource. | |
DirectoryInfo | The DirectoryInfo instance associated with this share. | |
MaxUses | The maximum number of concurrent connections that the shared resource can accommodate. | |
NetFullPath | Returns the full UNC path to the share. | |
NetName | The name of a shared resource. | |
Password | The share's password (when the server is running with share-level security). | |
Path | The local path for the shared resource. | |
Permissions | The shared resource's permissions for servers running with share-level security. | |
Remark | An optional comment about the shared resource. | |
ResourceType | The type of share resource. | |
SecurityDescriptor | Specifies the SECURITY_DESCRIPTOR associated with this share. | |
ServerName | A pointer to a string that specifies the DNS or NetBIOS name of the remote server on which the shared resource resides. | |
ShareLevel | The structure level for the ShareInfo instance. | |
ShareType | The type of share. |