Table of Contents

Interface ICorDebugManagedCallback

Namespace
Microsoft.Samples.Debugging.CorDebug.NativeApi
Assembly
raw.dll
[Guid("3D6F5F60-7538-11D3-8D5B-00104B35E7EF")]
[InterfaceType(1)]
public interface ICorDebugManagedCallback

Methods

Break(ICorDebugAppDomain, ICorDebugThread)
Breakpoint(ICorDebugAppDomain, ICorDebugThread, ICorDebugBreakpoint)
BreakpointSetError(ICorDebugAppDomain, ICorDebugThread, ICorDebugBreakpoint, uint)
ControlCTrap(ICorDebugProcess)
CreateAppDomain(ICorDebugProcess, ICorDebugAppDomain)
CreateProcess(ICorDebugProcess)
CreateThread(ICorDebugAppDomain, ICorDebugThread)
DebuggerError(ICorDebugProcess, int, uint)
EditAndContinueRemap(ICorDebugAppDomain, ICorDebugThread, ICorDebugFunction, int)
EvalComplete(ICorDebugAppDomain, ICorDebugThread, ICorDebugEval)
EvalException(ICorDebugAppDomain, ICorDebugThread, ICorDebugEval)
Exception(ICorDebugAppDomain, ICorDebugThread, int)
ExitAppDomain(ICorDebugProcess, ICorDebugAppDomain)
ExitProcess(ICorDebugProcess)
ExitThread(ICorDebugAppDomain, ICorDebugThread)
LoadAssembly(ICorDebugAppDomain, ICorDebugAssembly)
LoadClass(ICorDebugAppDomain, ICorDebugClass)
LoadModule(ICorDebugAppDomain, ICorDebugModule)
LogMessage(ICorDebugAppDomain, ICorDebugThread, int, string, string)
LogSwitch(ICorDebugAppDomain, ICorDebugThread, int, uint, string, string)
NameChange(ICorDebugAppDomain, ICorDebugThread)
StepComplete(ICorDebugAppDomain, ICorDebugThread, ICorDebugStepper, CorDebugStepReason)
UnloadAssembly(ICorDebugAppDomain, ICorDebugAssembly)
UnloadClass(ICorDebugAppDomain, ICorDebugClass)
UnloadModule(ICorDebugAppDomain, ICorDebugModule)
UpdateModuleSymbols(ICorDebugAppDomain, ICorDebugModule, IStream)