Table of Contents

Class CorDebugClass

Namespace
Microsoft.Samples.Debugging.CorDebug.NativeApi
Assembly
raw.dll
[ClassInterface(0)]
[Guid("6fef44d0-39e7-4c77-be8e-c9f8cf988630")]
public class CorDebugClass : CorDebug, ICorDebug
Inheritance
CorDebugClass
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()