WorkstationStatisticsInfo Constructor (String) |
Create a WorkstationStatisticsInfo instance from the specified host name.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public WorkstationStatisticsInfo(
string hostName
)
Public Sub New (
hostName As String
)
public:
WorkstationStatisticsInfo(
String^ hostName
)
new :
hostName : string -> WorkstationStatisticsInfo
Parameters
- hostName
- Type: SystemString
[Missing <param name="hostName"/> documentation for "M:Alphaleonis.Win32.Network.WorkstationStatisticsInfo.#ctor(System.String)"]
See Also