Table of Contents

Constructor CorDebugger

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CorDebugger(Guid)

Creates a debugger wrapper from Guid.

public CorDebugger(Guid debuggerGuid)

Parameters

debuggerGuid Guid

CorDebugger(ICorDebug)

public CorDebugger(ICorDebug rawDebuggingAPI)

Parameters

rawDebuggingAPI ICorDebug

CorDebugger(string)

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

public CorDebugger(string debuggerVersion)

Parameters

debuggerVersion string

Remarks

The version number is usually retrieved either by calling one of following mscoree functions: GetCorVerison, GetRequestedRuntimeVersion or GetVersionFromProcess.