C# Class Mono.CompilerServices.SymbolWriter.MonoDebuggerSupport

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
MonoDebuggerSupport ( ) : System
create_delegate ( Type type, Type delegate_type, string name ) : Delegate

Method Details

GetGuid() public static méthode

public static GetGuid ( Module module ) : System.Guid
module System.Reflection.Module
Résultat System.Guid

GetLocalIndex() public static méthode

public static GetLocalIndex ( System.Reflection.Emit local ) : int
local System.Reflection.Emit
Résultat int

GetMethodToken() public static méthode

public static GetMethodToken ( MethodBase method ) : int
method System.Reflection.MethodBase
Résultat int