C# Class Inazuma.Mono.Cecil.Cil.Instruction

Mostrar archivo Open project: mayuki/Inazuma Class Usage Examples

Public Methods

Method Description
Create ( OpCode opcode ) : Instruction
Create ( OpCode opcode, CallSite site ) : Instruction
Create ( OpCode opcode, FieldReference field ) : Instruction
Create ( OpCode opcode, Instruction target ) : Instruction
Create ( OpCode opcode, MethodReference method ) : Instruction
Create ( OpCode opcode, ParameterDefinition parameter ) : Instruction
Create ( OpCode opcode, TypeReference type ) : Instruction
Create ( OpCode opcode, VariableDefinition variable ) : Instruction
Create ( OpCode opcode, byte value ) : Instruction
Create ( OpCode opcode, double value ) : Instruction
Create ( OpCode opcode, float value ) : Instruction
Create ( OpCode opcode, int value ) : Instruction
Create ( OpCode opcode, long value ) : Instruction
Create ( OpCode opcode, sbyte value ) : Instruction
Create ( OpCode opcode, string value ) : Instruction
GetSize ( ) : int
ToString ( ) : string

Private Methods

Method Description
AppendLabel ( StringBuilder builder, Instruction instruction ) : void
Instruction ( OpCode opcode, object operand ) : System
Instruction ( int offset, OpCode opCode ) : System

Method Details

Create() public static method

public static Create ( OpCode opcode ) : Instruction
opcode OpCode
return Instruction

Create() public static method

public static Create ( OpCode opcode, CallSite site ) : Instruction
opcode OpCode
site CallSite
return Instruction

Create() public static method

public static Create ( OpCode opcode, FieldReference field ) : Instruction
opcode OpCode
field FieldReference
return Instruction

Create() public static method

public static Create ( OpCode opcode, Instruction target ) : Instruction
opcode OpCode
target Instruction
return Instruction

Create() public static method

public static Create ( OpCode opcode, MethodReference method ) : Instruction
opcode OpCode
method MethodReference
return Instruction

Create() public static method

public static Create ( OpCode opcode, ParameterDefinition parameter ) : Instruction
opcode OpCode
parameter ParameterDefinition
return Instruction

Create() public static method

public static Create ( OpCode opcode, TypeReference type ) : Instruction
opcode OpCode
type TypeReference
return Instruction

Create() public static method

public static Create ( OpCode opcode, VariableDefinition variable ) : Instruction
opcode OpCode
variable VariableDefinition
return Instruction

Create() public static method

public static Create ( OpCode opcode, byte value ) : Instruction
opcode OpCode
value byte
return Instruction

Create() public static method

public static Create ( OpCode opcode, double value ) : Instruction
opcode OpCode
value double
return Instruction

Create() public static method

public static Create ( OpCode opcode, float value ) : Instruction
opcode OpCode
value float
return Instruction

Create() public static method

public static Create ( OpCode opcode, int value ) : Instruction
opcode OpCode
value int
return Instruction

Create() public static method

public static Create ( OpCode opcode, long value ) : Instruction
opcode OpCode
value long
return Instruction

Create() public static method

public static Create ( OpCode opcode, sbyte value ) : Instruction
opcode OpCode
value sbyte
return Instruction

Create() public static method

public static Create ( OpCode opcode, string value ) : Instruction
opcode OpCode
value string
return Instruction

GetSize() public method

public GetSize ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string