VmId Class

Provides well-known VM IDs for Hyper-V sockets.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public static class VmId
Inheritance
Object    VmId

Remarks

For the equivalent for Linux VSock sockets, see the ContextId class.

Fields

Broadcast Broadcast address for Hyper-V sockets.
Children Wildcard address that refers to all the child partitions of the current host.
Loopback Loopback address for Hyper-V sockets.
Parent Parent address for Hyper-V sockets.
SiloHost Address of a silo's host partition.
Wildcard Wildcard address for Hyper-V sockets.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also