Table of Contents

Class CorDebugger

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll
public class CorDebugger : MarshalByRefObject
Inheritance
CorDebugger

Constructors

CorDebugger(ICorDebug)
CorDebugger(Guid)

Creates a debugger wrapper from Guid.

CorDebugger(string)

Creates a debugger interface that is able debug requested version of CLR

Properties

Processes
Raw

Methods

CanLaunchOrAttach(int, bool)
CreateProcess(CorRemoteTarget, string, string, SECURITY_ATTRIBUTES, SECURITY_ATTRIBUTES, bool, int, IntPtr, string, STARTUPINFO, ref PROCESS_INFORMATION, CorDebugCreateProcessFlags)
CreateProcess(string, string)
CreateProcess(string, string, SECURITY_ATTRIBUTES, SECURITY_ATTRIBUTES, bool, int, IntPtr, string, STARTUPINFO, ref PROCESS_INFORMATION, CorDebugCreateProcessFlags)
CreateProcess(string, string, string)
CreateProcess(string, string, string, int)
CreateProcess(string, string, string, int, CorRemoteTarget)
DebugActiveProcess(int, bool)
DebugActiveProcess(int, bool, CorRemoteTarget)
GetDebuggerVersionFromFile(string)
GetDebuggerVersionFromPid(int)
GetDefaultDebuggerVersion()
GetProcess(int)
Terminate()