메소드 | 설명 | |
---|---|---|
DefineEvent ( this typeBuilder, |
||
DefineMethod ( this typeBuilder, |
||
DefineProperty ( this typeBuilder, |
||
DefineType ( this parentType, string name = null, IEnumerable |
||
ToFieldName ( this type ) : string | ||
ToUniqueName ( this name ) : string |
메소드 | 설명 | |
---|---|---|
ContainsGenericParameters ( this type, |
||
DefineField ( this typeBuilder, |
||
DefineParameterlessMethod ( this typeBuilder, |
||
GetNonNullableType ( this type ) : |
||
IsEquivalentTo ( this type1, |
||
IsFloatingPoint ( this type ) : bool | ||
IsInt32OrInt64 ( this type ) : bool | ||
IsNullableType ( this type ) : bool | ||
IsNumeric ( this type ) : bool | ||
IsPrimitive ( this type ) : bool | ||
IsSingleOrDouble ( this type ) : bool | ||
IsUnsigned ( this type ) : bool |
public static DefineEvent ( this typeBuilder, |
||
typeBuilder | this | |
@event | ||
attributes | EventAttributes | |
리턴 |
public static DefineMethod ( this typeBuilder, |
||
typeBuilder | this | |
method | ||
attributes | MethodAttributes | |
parameters | ||
리턴 |
public static DefineProperty ( this typeBuilder, |
||
typeBuilder | this | |
property | ||
attributes | PropertyAttributes | |
리턴 |
public static DefineType ( this parentType, string name = null, IEnumerable |
||
parentType | this | |
name | string | |
interfaces | IEnumerable |
|
attributes | TypeAttributes | |
리턴 |