Property | Type | Description | |
---|---|---|---|
CreatedClass |
Method | Description | |
---|---|---|
ClassBuilder ( |
||
DefineField ( string name, Runtime type, FieldAttributes attr ) : |
||
DefineMethod ( string name, MethodAttributes attr ) : |
creates a MethodBuilder and stores is in this.mbList
|
|
EmitConstructor ( ) : void | ||
EndClass ( ) : void | ||
GetFieldInfo ( string name ) : |
||
GetMethodBuilder ( string name ) : |
public ClassBuilder ( |
||
tb | ||
return | System |
public DefineField ( string name, Runtime type, FieldAttributes attr ) : |
||
name | string | |
type | Runtime | |
attr | FieldAttributes | |
return |
public DefineMethod ( string name, MethodAttributes attr ) : |
||
name | string | |
attr | MethodAttributes | |
return |
public GetFieldInfo ( string name ) : |
||
name | string | |
return |
public GetMethodBuilder ( string name ) : |
||
name | string | |
return |