C# 클래스 Inazuma.Mono.Cecil.Cil.ILProcessor

파일 보기 프로젝트 열기: mayuki/Inazuma

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ILProcessor ( MethodBody body ) : System

메소드 상세

Append() 공개 메소드

public Append ( Instruction instruction ) : void
instruction Instruction
리턴 void

Create() 공개 메소드

public Create ( OpCode opcode ) : Instruction
opcode OpCode
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, CallSite site ) : Instruction
opcode OpCode
site CallSite
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, FieldReference field ) : Instruction
opcode OpCode
field FieldReference
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, Instruction target ) : Instruction
opcode OpCode
target Instruction
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, MethodReference method ) : Instruction
opcode OpCode
method MethodReference
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, ParameterDefinition parameter ) : Instruction
opcode OpCode
parameter ParameterDefinition
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, TypeReference type ) : Instruction
opcode OpCode
type TypeReference
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, VariableDefinition variable ) : Instruction
opcode OpCode
variable VariableDefinition
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, byte value ) : Instruction
opcode OpCode
value byte
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, double value ) : Instruction
opcode OpCode
value double
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, float value ) : Instruction
opcode OpCode
value float
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, int value ) : Instruction
opcode OpCode
value int
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, long value ) : Instruction
opcode OpCode
value long
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, sbyte value ) : Instruction
opcode OpCode
value sbyte
리턴 Instruction

Create() 공개 메소드

public Create ( OpCode opcode, string value ) : Instruction
opcode OpCode
value string
리턴 Instruction

Emit() 공개 메소드

public Emit ( OpCode opcode ) : void
opcode OpCode
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, CallSite site ) : void
opcode OpCode
site CallSite
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, FieldReference field ) : void
opcode OpCode
field FieldReference
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, Instruction target ) : void
opcode OpCode
target Instruction
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, MethodReference method ) : void
opcode OpCode
method MethodReference
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, ParameterDefinition parameter ) : void
opcode OpCode
parameter ParameterDefinition
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, TypeReference type ) : void
opcode OpCode
type TypeReference
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, VariableDefinition variable ) : void
opcode OpCode
variable VariableDefinition
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, byte value ) : void
opcode OpCode
value byte
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, double value ) : void
opcode OpCode
value double
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, float value ) : void
opcode OpCode
value float
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, int value ) : void
opcode OpCode
value int
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, long value ) : void
opcode OpCode
value long
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, sbyte value ) : void
opcode OpCode
value sbyte
리턴 void

Emit() 공개 메소드

public Emit ( OpCode opcode, string value ) : void
opcode OpCode
value string
리턴 void

InsertAfter() 공개 메소드

public InsertAfter ( Instruction target, Instruction instruction ) : void
target Instruction
instruction Instruction
리턴 void

InsertBefore() 공개 메소드

public InsertBefore ( Instruction target, Instruction instruction ) : void
target Instruction
instruction Instruction
리턴 void

Remove() 공개 메소드

public Remove ( Instruction instruction ) : void
instruction Instruction
리턴 void

Replace() 공개 메소드

public Replace ( Instruction target, Instruction instruction ) : void
target Instruction
instruction Instruction
리턴 void