Property | Type | Description | |
---|---|---|---|
AddParameterMetadata | void | ||
AddXmlMapParameterAttributes | void | ||
AotTypeWrapper | System | ||
CheckPropertyArgs | bool | ||
EmitCheckcast | void | ||
EmitInstanceOf | void | ||
Finish | void | ||
GetBaseSerializationConstructor | IKVM.Reflection.ConstructorInfo | ||
GetParameterNamesFromXml | void | ||
GetPropertyMethodAttributes | MethodAttributes | ||
GetReplacedMethodsFor | IKVM.Internal.MethodWrapper[] | ||
MapModifiers | void | ||
MapSignature | void | ||
PublishAttributes | void | ||
PublishProperties | void | ||
ReplaceMethodWrapper | |||
SetAnnotation | void |
Method | Description | |
---|---|---|
AddMapXmlFields ( |
||
DefineGhostMethod ( string name, MethodAttributes attribs, |
||
DefineGhostType ( string mangledTypeName, TypeAttributes typeAttribs ) : |
||
EmitMapXmlMetadata ( |
||
EmitMapXmlMethodBody ( |
||
FinishGhost ( |
||
FinishGhostStep2 ( ) : void | ||
GetBaseTypeForDefineType ( ) : |
||
IsPInvokeMethod ( |
Method | Description | |
---|---|---|
AddParameterMetadata ( |
||
AddXmlMapParameterAttributes ( IKVM.Reflection.MethodBase method, string className, string methodName, string methodSig, IKVM.Reflection.Emit.ParameterBuilder &pbs ) : void | ||
AotTypeWrapper ( |
||
CheckPropertyArgs ( |
||
EmitCheckcast ( TypeWrapper context, |
||
EmitInstanceOf ( TypeWrapper context, |
||
Finish ( ) : void | ||
GetBaseSerializationConstructor ( ) : IKVM.Reflection.ConstructorInfo | ||
GetParameterNamesFromXml ( string methodName, string methodSig, string parameterNames ) : void | ||
GetPropertyMethodAttributes ( |
||
GetReplacedMethodsFor ( |
||
MapModifiers ( MapXml mapmods, bool isConstructor, bool &setmodifiers, MethodAttributes &attribs ) : void | ||
MapSignature ( string sig, |
||
PublishAttributes ( |
||
PublishProperties ( |
||
ReplaceMethodWrapper ( |
||
SetAnnotation ( Annotation annotation ) : void |
protected AddMapXmlFields ( |
||
fields | ||
return | void |
protected DefineGhostMethod ( string name, MethodAttributes attribs, |
||
name | string | |
attribs | MethodAttributes | |
mw | ||
return |
protected DefineGhostType ( string mangledTypeName, TypeAttributes typeAttribs ) : |
||
mangledTypeName | string | |
typeAttribs | TypeAttributes | |
return |
protected EmitMapXmlMetadata ( |
||
typeBuilder | ||
classFile | ||
fields | ||
methods | ||
return | void |
protected EmitMapXmlMethodBody ( |
||
ilgen | ||
f | ||
m | ||
return | bool |
protected FinishGhost ( |
||
typeBuilder | ||
methods | ||
return | void |
protected GetBaseTypeForDefineType ( ) : |
||
return |
protected IsPInvokeMethod ( |
||
m | ||
return | bool |