ICorDebugFunction Interface

Definition

public interface class ICorDebugFunction
public interface class ICorDebugFunction
__interface ICorDebugFunction
[System.Runtime.InteropServices.Guid("CC7BCAF3-8A68-11D2-983C-0000F808342D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugFunction
[<System.Runtime.InteropServices.Guid("CC7BCAF3-8A68-11D2-983C-0000F808342D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugFunction = interface
Public Interface ICorDebugFunction
Attributes

Methods

CreateBreakpoint(ICorDebugFunctionBreakpoint)
GetClass(ICorDebugClass)
GetCurrentVersionNumber(UInt32)
GetILCode(ICorDebugCode)
GetLocalVarSigToken(UInt32)
GetModule(ICorDebugModule)
GetNativeCode(ICorDebugCode)
GetToken(UInt32)

Applies to