C# Class Expressive.Disassembly.Instructions.FieldReferenceInstruction

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

Méthodes publiques

Méthode Description
FieldReferenceInstruction ( int offset, OpCode opCode, FieldInfo field ) : System
ToString ( ) : string

Method Details

FieldReferenceInstruction() public méthode

public FieldReferenceInstruction ( int offset, OpCode opCode, FieldInfo field ) : System
offset int
opCode System.Reflection.Emit.OpCode
field System.Reflection.FieldInfo
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string