Свойство | Тип | Описание | |
---|---|---|---|
mappedType | System.Type |
Метод | Описание | |
---|---|---|
CreateInstance ( ) : object | ||
ReflectionOptimizer ( System mappedType, IGetter getters, ISetter setters ) : System.Reflection |
Class constructor.
|
Метод | Описание | |
---|---|---|
CreateCreateInstanceMethod ( System type ) : CreateInstanceInvoker |
Generates a dynamic method which creates a new instance of type when invoked.
|
|
CreateDynamicMethod ( System returnType, System argumentTypes ) : |
||
ThrowExceptionForNoDefaultCtor ( System type ) : void |
Метод | Описание | |
---|---|---|
EmitCastToReference ( |
||
GenerateGetPropertyValuesMethod ( IGetter getters ) : GetPropertyValuesInvoker |
Generates a dynamic method on the given type.
|
|
GenerateSetPropertyValuesMethod ( IGetter getters, ISetter setters ) : SetPropertyValuesInvoker |
Generates a dynamic method on the given type.
|
protected CreateCreateInstanceMethod ( System type ) : CreateInstanceInvoker | ||
type | System | |
Результат | CreateInstanceInvoker |
protected CreateDynamicMethod ( System returnType, System argumentTypes ) : |
||
returnType | System | |
argumentTypes | System | |
Результат |
public ReflectionOptimizer ( System mappedType, IGetter getters, ISetter setters ) : System.Reflection | ||
mappedType | System | |
getters | IGetter | |
setters | ISetter | |
Результат | System.Reflection |
protected ThrowExceptionForNoDefaultCtor ( System type ) : void | ||
type | System | |
Результат | void |