C# Class TUP.AsmResolver.NET.Specialized.MSIL.MSILInstruction

ファイルを表示 Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
CalculateStackModification ( ) : int
Create ( MSILOpCode opcode, object operand ) : MSILInstruction
Create ( MSILOpCode opcode, uint metadataToken, NETHeader netHeader ) : MSILInstruction
GetOperandString ( ) : string
ToString ( ) : string

Private Methods

Method Description
MSILInstruction ( ) : System
MSILInstruction ( int offset, MSILOpCode opcode, byte rawOperand, object operand ) : System

Method Details

CalculateStackModification() public method

public CalculateStackModification ( ) : int
return int

Create() public static method

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

Create() public static method

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

GetOperandString() public method

public GetOperandString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string