C# Class PERWAPI.TypeInstr

Inheritance: Instr
Mostrar archivo Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
GetTypeArg ( ) : Type
SetTypeArg ( Type ty ) : void
TypeInstr ( TypeOp inst, Type aType ) : System

Private Methods

Method Description
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
GetInstName ( ) : string
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

GetTypeArg() public method

public GetTypeArg ( ) : Type
return Type

SetTypeArg() public method

public SetTypeArg ( Type ty ) : void
ty Type
return void

TypeInstr() public method

public TypeInstr ( TypeOp inst, Type aType ) : System
inst TypeOp
aType Type
return System