C# 클래스 AsmResolver.Net.Msil.MsilInstruction

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

공개 메소드들

메소드 설명
Create ( MsilOpCode code ) : MsilInstruction
Create ( MsilOpCode code, IList operand ) : MsilInstruction
Create ( MsilOpCode code, IMemberReference operand ) : MsilInstruction
Create ( MsilOpCode code, MsilInstruction instruction ) : MsilInstruction
Create ( MsilOpCode code, ParameterSignature operand ) : MsilInstruction
Create ( MsilOpCode code, StandAloneSignature operand ) : MsilInstruction
Create ( MsilOpCode code, VariableSignature operand ) : MsilInstruction
Create ( MsilOpCode code, double operand ) : MsilInstruction
Create ( MsilOpCode code, float operand ) : MsilInstruction
Create ( MsilOpCode code, int operand ) : MsilInstruction
Create ( MsilOpCode code, long operand ) : MsilInstruction
Create ( MsilOpCode code, sbyte operand ) : MsilInstruction
Create ( MsilOpCode code, string operand ) : MsilInstruction
GetOperandSize ( ) : int
MsilInstruction ( int offset, MsilOpCode opCode, object operand ) : System
OperandToString ( ) : string
ToString ( ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code ) : MsilInstruction
code MsilOpCode
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, IList operand ) : MsilInstruction
code MsilOpCode
operand IList
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, IMemberReference operand ) : MsilInstruction
code MsilOpCode
operand IMemberReference
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, MsilInstruction instruction ) : MsilInstruction
code MsilOpCode
instruction MsilInstruction
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, ParameterSignature operand ) : MsilInstruction
code MsilOpCode
operand AsmResolver.Net.Signatures.ParameterSignature
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, StandAloneSignature operand ) : MsilInstruction
code MsilOpCode
operand StandAloneSignature
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, VariableSignature operand ) : MsilInstruction
code MsilOpCode
operand AsmResolver.Net.Signatures.VariableSignature
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, double operand ) : MsilInstruction
code MsilOpCode
operand double
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, float operand ) : MsilInstruction
code MsilOpCode
operand float
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, int operand ) : MsilInstruction
code MsilOpCode
operand int
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, long operand ) : MsilInstruction
code MsilOpCode
operand long
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, sbyte operand ) : MsilInstruction
code MsilOpCode
operand sbyte
리턴 MsilInstruction

Create() 공개 정적인 메소드

public static Create ( MsilOpCode code, string operand ) : MsilInstruction
code MsilOpCode
operand string
리턴 MsilInstruction

GetOperandSize() 공개 메소드

public GetOperandSize ( ) : int
리턴 int

MsilInstruction() 공개 메소드

public MsilInstruction ( int offset, MsilOpCode opCode, object operand ) : System
offset int
opCode MsilOpCode
operand object
리턴 System

OperandToString() 공개 메소드

public OperandToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string