C# Class MyC.Exe

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
BeginClass ( String name, TypeAttributes access ) : void
BeginModule ( string ifile ) : void
Branch ( IAsm a ) : void
Call ( IAsm a ) : void
Comment ( IAsm a ) : void
EndClass ( ) : void
EndModule ( ) : void
Exe ( String name ) : System
FieldDef ( IAsm a ) : void
FuncBegin ( IAsm a ) : void
FuncEnd ( ) : void
Insn ( IAsm a ) : void
Label ( IAsm a ) : void
Load ( IAsm a ) : void
LoadConst ( IAsm a ) : void
LocalVars ( VarList v ) : void
Ret ( IAsm a ) : void
Store ( IAsm a ) : void
initOpcodeHash ( ) : void

Private Methods

Method Description
IsNextNonInsnGen ( IAsm a ) : bool
genDataTypeSig ( Var e ) : Type
genLoad ( Var e ) : void
getAssemblyName ( string s ) : AssemblyName
getILLabel ( IAsm a ) : Object
ilSType ( bool sign, int type ) : Type

Method Details

BeginClass() public method

public BeginClass ( String name, TypeAttributes access ) : void
name String
access TypeAttributes
return void

BeginModule() public method

public BeginModule ( string ifile ) : void
ifile string
return void

Branch() public method

public Branch ( IAsm a ) : void
a IAsm
return void

Call() public method

public Call ( IAsm a ) : void
a IAsm
return void

Comment() public method

public Comment ( IAsm a ) : void
a IAsm
return void

EndClass() public method

public EndClass ( ) : void
return void

EndModule() public method

public EndModule ( ) : void
return void

Exe() public method

public Exe ( String name ) : System
name String
return System

FieldDef() public method

public FieldDef ( IAsm a ) : void
a IAsm
return void

FuncBegin() public method

public FuncBegin ( IAsm a ) : void
a IAsm
return void

FuncEnd() public method

public FuncEnd ( ) : void
return void

Insn() public method

public Insn ( IAsm a ) : void
a IAsm
return void

Label() public method

public Label ( IAsm a ) : void
a IAsm
return void

Load() public method

public Load ( IAsm a ) : void
a IAsm
return void

LoadConst() public method

public LoadConst ( IAsm a ) : void
a IAsm
return void

LocalVars() public method

public LocalVars ( VarList v ) : void
v VarList
return void

Ret() public method

public Ret ( IAsm a ) : void
a IAsm
return void

Store() public method

public Store ( IAsm a ) : void
a IAsm
return void

initOpcodeHash() public method

public initOpcodeHash ( ) : void
return void