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

파일 보기 프로젝트 열기: mayuki/Inazuma 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
AppendLabel ( StringBuilder builder, Instruction instruction ) : void
Instruction ( OpCode opcode, object operand ) : System
Instruction ( int offset, OpCode opCode ) : System

메소드 상세

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

Create() 공개 정적인 메소드

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

GetSize() 공개 메소드

public GetSize ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string