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

Mostrar archivo Open project: mayuki/Inazuma

Public Methods

Method Description
Append ( Instruction instruction ) : void
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
Emit ( OpCode opcode ) : void
Emit ( OpCode opcode, CallSite site ) : void
Emit ( OpCode opcode, FieldReference field ) : void
Emit ( OpCode opcode, Instruction target ) : void
Emit ( OpCode opcode, MethodReference method ) : void
Emit ( OpCode opcode, ParameterDefinition parameter ) : void
Emit ( OpCode opcode, TypeReference type ) : void
Emit ( OpCode opcode, VariableDefinition variable ) : void
Emit ( OpCode opcode, byte value ) : void
Emit ( OpCode opcode, double value ) : void
Emit ( OpCode opcode, float value ) : void
Emit ( OpCode opcode, int value ) : void
Emit ( OpCode opcode, long value ) : void
Emit ( OpCode opcode, sbyte value ) : void
Emit ( OpCode opcode, string value ) : void
InsertAfter ( Instruction target, Instruction instruction ) : void
InsertBefore ( Instruction target, Instruction instruction ) : void
Remove ( Instruction instruction ) : void
Replace ( Instruction target, Instruction instruction ) : void

Private Methods

Method Description
ILProcessor ( MethodBody body ) : System

Method Details

Append() public method

public Append ( Instruction instruction ) : void
instruction Instruction
return void

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Create() public method

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

Emit() public method

public Emit ( OpCode opcode ) : void
opcode OpCode
return void

Emit() public method

public Emit ( OpCode opcode, CallSite site ) : void
opcode OpCode
site CallSite
return void

Emit() public method

public Emit ( OpCode opcode, FieldReference field ) : void
opcode OpCode
field FieldReference
return void

Emit() public method

public Emit ( OpCode opcode, Instruction target ) : void
opcode OpCode
target Instruction
return void

Emit() public method

public Emit ( OpCode opcode, MethodReference method ) : void
opcode OpCode
method MethodReference
return void

Emit() public method

public Emit ( OpCode opcode, ParameterDefinition parameter ) : void
opcode OpCode
parameter ParameterDefinition
return void

Emit() public method

public Emit ( OpCode opcode, TypeReference type ) : void
opcode OpCode
type TypeReference
return void

Emit() public method

public Emit ( OpCode opcode, VariableDefinition variable ) : void
opcode OpCode
variable VariableDefinition
return void

Emit() public method

public Emit ( OpCode opcode, byte value ) : void
opcode OpCode
value byte
return void

Emit() public method

public Emit ( OpCode opcode, double value ) : void
opcode OpCode
value double
return void

Emit() public method

public Emit ( OpCode opcode, float value ) : void
opcode OpCode
value float
return void

Emit() public method

public Emit ( OpCode opcode, int value ) : void
opcode OpCode
value int
return void

Emit() public method

public Emit ( OpCode opcode, long value ) : void
opcode OpCode
value long
return void

Emit() public method

public Emit ( OpCode opcode, sbyte value ) : void
opcode OpCode
value sbyte
return void

Emit() public method

public Emit ( OpCode opcode, string value ) : void
opcode OpCode
value string
return void

InsertAfter() public method

public InsertAfter ( Instruction target, Instruction instruction ) : void
target Instruction
instruction Instruction
return void

InsertBefore() public method

public InsertBefore ( Instruction target, Instruction instruction ) : void
target Instruction
instruction Instruction
return void

Remove() public method

public Remove ( Instruction instruction ) : void
instruction Instruction
return void

Replace() public method

public Replace ( Instruction target, Instruction instruction ) : void
target Instruction
instruction Instruction
return void