C# Class Mono.CompilerServices.SymbolWriter.MonoDebuggerSupport

Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
GetGuid ( Module module ) : System.Guid
GetLocalIndex ( System.Reflection.Emit local ) : int
GetMethodToken ( MethodBase method ) : int

Private Methods

Method Description
MonoDebuggerSupport ( ) : System
create_delegate ( Type type, Type delegate_type, string name ) : Delegate

Method Details

GetGuid() public static method

public static GetGuid ( Module module ) : System.Guid
module System.Reflection.Module
return System.Guid

GetLocalIndex() public static method

public static GetLocalIndex ( System.Reflection.Emit local ) : int
local System.Reflection.Emit
return int

GetMethodToken() public static method

public static GetMethodToken ( MethodBase method ) : int
method System.Reflection.MethodBase
return int