Table of Contents

Class CorDebugManagerClass

Namespace
Microsoft.Samples.Debugging.CorDebug.NativeApi
Assembly
raw.dll
[ClassInterface(0)]
[Guid("B76B17EF-16FA-43A3-BABF-DB6E59439EB0")]
public class CorDebugManagerClass : CorDebugManager, ICorDebug
Inheritance
CorDebugManagerClass
Implements

Methods

CanLaunchOrAttach(uint, int)
CreateProcess(string, string, SECURITY_ATTRIBUTES, SECURITY_ATTRIBUTES, int, uint, IntPtr, string, STARTUPINFO, PROCESS_INFORMATION, CorDebugCreateProcessFlags, out ICorDebugProcess)
DebugActiveProcess(uint, int, out ICorDebugProcess)
EnumerateProcesses(out ICorDebugProcessEnum)
GetProcess(uint, out ICorDebugProcess)
Initialize()
SetManagedHandler(ICorDebugManagedCallback)
SetUnmanagedHandler(ICorDebugUnmanagedCallback)
Terminate()