Share via


ICorDebugAppDomain Interface

Definition

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

Methods

Attach()
CanCommitChanges(UInt32, ICorDebugEditAndContinueSnapshot, ICorDebugErrorInfoEnum)
CommitChanges(UInt32, ICorDebugEditAndContinueSnapshot, ICorDebugErrorInfoEnum)
Continue(Int32)
Detach()
EnumerateAssemblies(ICorDebugAssemblyEnum)
EnumerateBreakpoints(ICorDebugBreakpointEnum)
EnumerateSteppers(ICorDebugStepperEnum)
EnumerateThreads(ICorDebugThreadEnum)
GetID(UInt32)
GetModuleFromMetaDataInterface(Object, ICorDebugModule)
GetName(UInt32, UInt32, StringBuilder)
GetObject(ICorDebugValue)
GetProcess(IntPtr)
HasQueuedCallbacks(ICorDebugThread, Int32)
IsAttached(Int32)
IsRunning(Int32)
SetAllThreadsDebugState(CorDebugThreadState, ICorDebugThread)
Stop(UInt32)
Terminate(UInt32)

Applies to