ICorDebugProcess Interface

Definition

public interface class ICorDebugProcess : Microsoft::VisualStudio::CorDebugInterop::ICorDebugController
public interface class ICorDebugProcess : Microsoft::VisualStudio::CorDebugInterop::ICorDebugController
__interface ICorDebugProcess : Microsoft::VisualStudio::CorDebugInterop::ICorDebugController
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("3D6F5F64-7538-11D3-8D5B-00104B35E7EF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugProcess : Microsoft.VisualStudio.CorDebugInterop.ICorDebugController
[System.Runtime.InteropServices.Guid("3D6F5F64-7538-11D3-8D5B-00104B35E7EF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugProcess : Microsoft.VisualStudio.CorDebugInterop.ICorDebugController
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("3D6F5F64-7538-11D3-8D5B-00104B35E7EF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugProcess = interface
    interface ICorDebugController
[<System.Runtime.InteropServices.Guid("3D6F5F64-7538-11D3-8D5B-00104B35E7EF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugProcess = interface
    interface ICorDebugController
Public Interface ICorDebugProcess
Implements ICorDebugController
Attributes
Implements

Methods

CanCommitChanges(UInt32, ICorDebugEditAndContinueSnapshot, ICorDebugErrorInfoEnum)
ClearCurrentException(UInt32)
CommitChanges(UInt32, ICorDebugEditAndContinueSnapshot, ICorDebugErrorInfoEnum)
Continue(Int32)
Detach()
EnableLogMessages(Int32)
EnumerateAppDomains(ICorDebugAppDomainEnum)
EnumerateObjects(ICorDebugObjectEnum)
EnumerateThreads(ICorDebugThreadEnum)
GetHandle(IntPtr)
GetHelperThreadID(UInt32)
GetID(UInt32)
GetObject(ICorDebugValue)
GetThread(UInt32, ICorDebugThread)
GetThreadContext(UInt32, UInt32, IntPtr)
HasQueuedCallbacks(ICorDebugThread, Int32)
IsOSSuspended(UInt32, Int32)
IsRunning(Int32)
IsTransitionStub(UInt64, Int32)
ModifyLogSwitch(String, Int32)
ReadMemory(UInt64, UInt32, Byte[], IntPtr)
SetAllThreadsDebugState(CorDebugThreadState, ICorDebugThread)
SetThreadContext(UInt32, UInt32, IntPtr)
Stop(UInt32)
Terminate(UInt32)
ThreadForFiberCookie(UInt32, ICorDebugThread)
WriteMemory(UInt64, UInt32, Byte[], IntPtr)

Applies to