Method | Description | |
---|---|---|
CreateDefaultConstructorDelegate ( Type type ) : DefaultCreatorDelegate |
Creates the default constructor delegate.
|
|
CreateGetterDelegate ( Type type, |
Creates the getter delegate.
|
|
CreateGetterDelegate ( Type type, |
Creates the getter delegate.
|
|
CreateSetterDelegate ( Type type, |
Creates the setter delegate.
|
|
CreateSetterDelegate ( Type type, |
Creates the setter delegate.
|
Method | Description | |
---|---|---|
BoxIfNeeded ( Type type, |
Boxes if needed.
|
|
CreateDynamicGetMethod ( Type type ) : |
Creates the dynamic get method.
|
|
CreateDynamicSetMethod ( Type type ) : |
Creates the dynamic set method.
|
|
UnboxIfNeeded ( Type type, |
Unboxes if needed.
|
public static CreateDefaultConstructorDelegate ( Type type ) : DefaultCreatorDelegate | ||
type | Type | The type. |
return | DefaultCreatorDelegate |
public static CreateGetterDelegate ( Type type, |
||
type | Type | The type. |
fieldInfo | The field info. | |
return | GetterDelegate |
public static CreateGetterDelegate ( Type type, |
||
type | Type | The type. |
propertyInfo | The property info. | |
return | GetterDelegate |
public static CreateSetterDelegate ( Type type, |
||
type | Type | The type. |
fieldInfo | The field info. | |
return | SetterDelegate |
public static CreateSetterDelegate ( Type type, |
||
type | Type | The type. |
propertyInfo | The property info. | |
return | SetterDelegate |