C# 클래스 TUP.AsmResolver.NET.Specialized.MSIL.MSILInstruction

파일 보기 프로젝트 열기: Rex-Hays/GNIDA 1 사용 예제들

공개 메소드들

메소드 설명
CalculateStackModification ( ) : int
Create ( MSILOpCode opcode, object operand ) : MSILInstruction
Create ( MSILOpCode opcode, uint metadataToken, NETHeader netHeader ) : MSILInstruction
GetOperandString ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
MSILInstruction ( ) : System
MSILInstruction ( int offset, MSILOpCode opcode, byte rawOperand, object operand ) : System

메소드 상세

CalculateStackModification() 공개 메소드

public CalculateStackModification ( ) : int
리턴 int

Create() 공개 정적인 메소드

public static Create ( MSILOpCode opcode, object operand ) : MSILInstruction
opcode MSILOpCode
operand object
리턴 MSILInstruction

Create() 공개 정적인 메소드

public static Create ( MSILOpCode opcode, uint metadataToken, NETHeader netHeader ) : MSILInstruction
opcode MSILOpCode
metadataToken uint
netHeader NETHeader
리턴 MSILInstruction

GetOperandString() 공개 메소드

public GetOperandString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string