DkmTransportKind Class

Definition

Indicates the type of transport being used to debug.

public ref class DkmTransportKind abstract sealed
public ref class DkmTransportKind abstract sealed
class DkmTransportKind abstract sealed
public static class DkmTransportKind
type DkmTransportKind = class
Public Class DkmTransportKind
Inheritance
DkmTransportKind

Properties

Local

Local is used when the monitor and engine are in the same process. This is used to debug local 32-bit processes.

PseudoRemote

PseudoRemote is used when the monitor and engine are in separate processes on the same machine. This is used for debugging 64-bit processes.

StandardRemote

StandardRemote is used for remote debugging over the standard remoting infrastructure.

Applies to