|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Go to the source code of this file.
Namespaces | |
| namespace | IKVM |
| namespace | IKVM.Runtime |
Enumerations | |
| enum | IKVM.Runtime.MemberFlags : short { IKVM.Runtime.None = 0 , IKVM.Runtime.HideFromReflection = 1 , IKVM.Runtime.ExplicitOverride = 2 , IKVM.Runtime.MirandaMethod = 8 , IKVM.Runtime.AccessStub = 16 , IKVM.Runtime.InternalAccess = 32 , IKVM.Runtime.PropertyAccessor = 64 , IKVM.Runtime.Intrinsic = 128 , IKVM.Runtime.CallerID = 256 , IKVM.Runtime.NonPublicTypeInSignature = 512 , IKVM.Runtime.DelegateInvokeWithByRefParameter = 1024 , IKVM.Runtime.Type2FinalField = 2048 , IKVM.Runtime.NoOp = 4096 , IKVM.Runtime.ModuleInitializer = 8192 } |
| Describes various options applied to a member. More... | |