C# Class Expressive.Disassembly.Instructions.TypeReferenceInstruction

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

Méthodes publiques

Méthode Description
ToString ( ) : string
TypeReferenceInstruction ( int offset, OpCode opCode, Type type ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

TypeReferenceInstruction() public méthode

public TypeReferenceInstruction ( int offset, OpCode opCode, Type type ) : System
offset int
opCode System.Reflection.Emit.OpCode
type System.Type
Résultat System