ICorDebugModule Interface

Definition

public interface class ICorDebugModule
public interface class ICorDebugModule
__interface ICorDebugModule
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("DBA2D8C1-E5C5-4069-8C13-10A7C6ABF43D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugModule
[System.Runtime.InteropServices.Guid("DBA2D8C1-E5C5-4069-8C13-10A7C6ABF43D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugModule
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("DBA2D8C1-E5C5-4069-8C13-10A7C6ABF43D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugModule = interface
[<System.Runtime.InteropServices.Guid("DBA2D8C1-E5C5-4069-8C13-10A7C6ABF43D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugModule = interface
Public Interface ICorDebugModule
Attributes

Methods

CreateBreakpoint(ICorDebugModuleBreakpoint)
EnableClassLoadCallbacks(Int32)
EnableJITDebugging(Int32, Int32)
GetAssembly(ICorDebugAssembly)
GetBaseAddress(UInt64)
GetClassFromToken(UInt32, ICorDebugClass)
GetEditAndContinueSnapshot(ICorDebugEditAndContinueSnapshot)
GetFunctionFromRVA(UInt64, ICorDebugFunction)
GetFunctionFromToken(UInt32, ICorDebugFunction)
GetGlobalVariableValue(UInt32, ICorDebugValue)
GetMetaDataInterface(Guid, IntPtr)
GetName(UInt32, UInt32[], Char[])
GetProcess(ICorDebugProcess)
GetSize(UInt32)
GetToken(UInt32)
IsDynamic(Int32)
IsInMemory(Int32)

Applies to