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

Afficher le fichier Open project: Rex-Hays/GNIDA Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
MSILInstruction ( ) : System
MSILInstruction ( int offset, MSILOpCode opcode, byte rawOperand, object operand ) : System

Method Details

CalculateStackModification() public méthode

public CalculateStackModification ( ) : int
Résultat int

Create() public static méthode

public static Create ( MSILOpCode opcode, object operand ) : MSILInstruction
opcode MSILOpCode
operand object
Résultat MSILInstruction

Create() public static méthode

public static Create ( MSILOpCode opcode, uint metadataToken, NETHeader netHeader ) : MSILInstruction
opcode MSILOpCode
metadataToken uint
netHeader NETHeader
Résultat MSILInstruction

GetOperandString() public méthode

public GetOperandString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string