ICorDebugController Interface

Definition

public interface class ICorDebugController
public interface class ICorDebugController
__interface ICorDebugController
[System.Runtime.InteropServices.Guid("3D6F5F62-7538-11D3-8D5B-00104B35E7EF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugController
[<System.Runtime.InteropServices.Guid("3D6F5F62-7538-11D3-8D5B-00104B35E7EF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugController = interface
Public Interface ICorDebugController
Derived
Attributes

Methods

CanCommitChanges(UInt32, ICorDebugEditAndContinueSnapshot, ICorDebugErrorInfoEnum)
CommitChanges(UInt32, ICorDebugEditAndContinueSnapshot, ICorDebugErrorInfoEnum)
Continue(Int32)
Detach()
EnumerateThreads(ICorDebugThreadEnum)
HasQueuedCallbacks(ICorDebugThread, Int32)
IsRunning(Int32)
SetAllThreadsDebugState(CorDebugThreadState, ICorDebugThread)
Stop(UInt32)
Terminate(UInt32)

Applies to