C# Class Mono.ILASM.InstrToken

Inheritance: Mono.ILASM.ILToken
Datei anzeigen Open project: mono/mono

Public Methods

Method Description
GetInstrType ( OpCode opcode ) : int

InstrToken ( OpCode opcode ) : System

Method Details

GetInstrType() public static method

public static GetInstrType ( OpCode opcode ) : int
opcode System.Reflection.Emit.OpCode
return int

InstrToken() public method

public InstrToken ( OpCode opcode ) : System
opcode System.Reflection.Emit.OpCode
return System