메소드 | 설명 | |
---|---|---|
CreateType ( ) : |
||
DefineConstructor ( |
||
DefineEvent ( string name, EventAttributes eventAttributes, |
||
DefineField ( string name, |
||
DefineMethod ( string name, |
||
DefineMethodOverride ( IILMethod methodBuilder, |
||
ILDynamicTypeImpl ( string name, |
public DefineConstructor ( |
||
parameters | ||
리턴 | IILMethod |
public DefineEvent ( string name, EventAttributes eventAttributes, |
||
name | string | |
eventAttributes | EventAttributes | |
type | ||
리턴 | IILEvent |
public DefineField ( string name, |
||
name | string | |
type | ||
fieldAttributes | FieldAttributes | |
리턴 | IILField |
public DefineMethod ( string name, |
||
name | string | |
returns | ||
parameters | ||
methodAttributes | MethodAttributes | |
리턴 | IILMethod |
public DefineMethodOverride ( IILMethod methodBuilder, |
||
methodBuilder | IILMethod | |
baseMethod | ||
리턴 | void |
public ILDynamicTypeImpl ( string name, |
||
name | string | |
baseType | ||
interfaces | ||
리턴 | System |