DeviceInfo Constructor (String) |
Initializes a DeviceInfo class.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public DeviceInfo(
string host
)
Public Sub New (
host As String
)
public:
DeviceInfo(
String^ host
)
new :
host : string -> DeviceInfo
Parameters
- host
- Type: SystemString
The DNS or NetBIOS name of the remote server. refers to the local host.
See Also