Method | Description | |
---|---|---|
CreateType ( ) : |
||
DefineConstructor ( |
||
DefineEvent ( string name, EventAttributes eventAttributes, |
||
DefineField ( string name, |
||
DefineMethod ( string name, |
||
DefineMethodOverride ( IILMethod methodBuilder, |
||
ILDynamicTypeImpl ( string name, |
public DefineConstructor ( |
||
parameters | ||
return | IILMethod |
public DefineEvent ( string name, EventAttributes eventAttributes, |
||
name | string | |
eventAttributes | EventAttributes | |
type | ||
return | IILEvent |
public DefineField ( string name, |
||
name | string | |
type | ||
fieldAttributes | FieldAttributes | |
return | IILField |
public DefineMethod ( string name, |
||
name | string | |
returns | ||
parameters | ||
methodAttributes | MethodAttributes | |
return | IILMethod |
public DefineMethodOverride ( IILMethod methodBuilder, |
||
methodBuilder | IILMethod | |
baseMethod | ||
return | void |
public ILDynamicTypeImpl ( string name, |
||
name | string | |
baseType | ||
interfaces | ||
return | System |