C# Класс AsmResolver.Net.Msil.MsilInstruction

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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