DeviceInfo Constructor (String) |
Initializes a DeviceInfo class.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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