TargetMachineType Enum

Definition

Computer target type.

public enum class TargetMachineType
public enum TargetMachineType
type TargetMachineType = 
Public Enum TargetMachineType
Inheritance
TargetMachineType

Fields

Container 2

Target is a container with which the session is based on Hyper-V socket (Hyper-V container) or named pipe (windows container)

RemoteMachine 0

Target is a machine with which the session is based on networking.

VirtualMachine 1

Target is a virtual machine with which the session is based on Hyper-V socket.

Applies to