C# Class Expressive.Disassembly.Instructions.MethodReferenceInstruction

Inheritance: Instruction
Afficher le fichier Open project: ashmind/expressive

Méthodes publiques

Méthode Description
MethodReferenceInstruction ( int offset, OpCode opCode, MethodBase method ) : System
ToString ( ) : string

Method Details

MethodReferenceInstruction() public méthode

public MethodReferenceInstruction ( int offset, OpCode opCode, MethodBase method ) : System
offset int
opCode System.Reflection.Emit.OpCode
method System.Reflection.MethodBase
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string