NetExtrasgetMachineNetBiosInfo Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static Nullable<NetExtrasWKSTA_INFO_100> getMachineNetBiosInfo(
IPAddress ip
)
Private Shared Function getMachineNetBiosInfo (
ip As IPAddress
) As Nullable(Of NetExtrasWKSTA_INFO_100)
private:
static Nullable<NetExtrasWKSTA_INFO_100> getMachineNetBiosInfo(
IPAddress^ ip
)
private static member getMachineNetBiosInfo :
ip : IPAddress -> Nullable<NetExtrasWKSTA_INFO_100>
Parameters
- ip
- Type: System.NetIPAddress
Return Value
Type:
NullableNetExtrasWKSTA_INFO_100
See Also