Definition at line 32 of file NonPEModule.cs.
◆ NonPEModule()
| IKVM.Reflection.NonPEModule.NonPEModule |
( |
Universe | universe | ) |
|
|
protected |
Initializes a new instance.
- Parameters
-
Definition at line 39 of file NonPEModule.cs.
39 :
40 base(universe)
41 {
42
43 }
◆ __GetExportedTypes()
| override Type[] IKVM.Reflection.NonPEModule.__GetExportedTypes |
( |
| ) |
|
Definition at line 85 of file NonPEModule.cs.
86 {
88 }
virtual Exception NotSupportedException()
◆ __GetReferencedAssemblies()
| override AssemblyName[] IKVM.Reflection.NonPEModule.__GetReferencedAssemblies |
( |
| ) |
|
|
sealed |
◆ __GetReferencedModules()
| override string[] IKVM.Reflection.NonPEModule.__GetReferencedModules |
( |
| ) |
|
|
sealed |
◆ __GetReferencedTypes()
| override Type[] IKVM.Reflection.NonPEModule.__GetReferencedTypes |
( |
| ) |
|
◆ __ResolveOptionalParameterTypes()
| override Type[] IKVM.Reflection.NonPEModule.__ResolveOptionalParameterTypes |
( |
int | metadataToken, |
|
|
Type[] | genericTypeArguments, |
|
|
Type[] | genericMethodArguments, |
|
|
out CustomModifiers[] | customModifiers ) |
|
sealed |
Definition at line 135 of file NonPEModule.cs.
136 {
138 }
virtual Exception ArgumentOutOfRangeException()
◆ ArgumentOutOfRangeException()
| virtual Exception IKVM.Reflection.NonPEModule.ArgumentOutOfRangeException |
( |
| ) |
|
|
protectedvirtual |
◆ GetDllCharacteristicsImpl()
| override DllCharacteristics IKVM.Reflection.NonPEModule.GetDllCharacteristicsImpl |
( |
| ) |
|
|
protected |
◆ GetFileAlignmentImpl()
| override uint IKVM.Reflection.NonPEModule.GetFileAlignmentImpl |
( |
| ) |
|
|
sealedprotected |
◆ GetImageBaseImpl()
| override ulong IKVM.Reflection.NonPEModule.GetImageBaseImpl |
( |
| ) |
|
|
sealedprotected |
◆ GetStackReserveImpl()
| override ulong IKVM.Reflection.NonPEModule.GetStackReserveImpl |
( |
| ) |
|
|
sealedprotected |
◆ InvalidOperationException()
| virtual Exception IKVM.Reflection.NonPEModule.InvalidOperationException |
( |
| ) |
|
|
protectedvirtual |
◆ NotSupportedException()
| virtual Exception IKVM.Reflection.NonPEModule.NotSupportedException |
( |
| ) |
|
|
protectedvirtual |
◆ ResolveField()
| override FieldInfo IKVM.Reflection.NonPEModule.ResolveField |
( |
int | metadataToken, |
|
|
Type[] | genericTypeArguments, |
|
|
Type[] | genericMethodArguments ) |
|
sealed |
◆ ResolveMember()
| override MemberInfo IKVM.Reflection.NonPEModule.ResolveMember |
( |
int | metadataToken, |
|
|
Type[] | genericTypeArguments, |
|
|
Type[] | genericMethodArguments ) |
|
sealed |
◆ ResolveMethod()
| override MethodBase IKVM.Reflection.NonPEModule.ResolveMethod |
( |
int | metadataToken, |
|
|
Type[] | genericTypeArguments, |
|
|
Type[] | genericMethodArguments ) |
|
sealed |
◆ ResolveString()
| override string IKVM.Reflection.NonPEModule.ResolveString |
( |
int | metadataToken | ) |
|
|
sealed |
The documentation for this class was generated from the following file: