|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Whenever the VM or compiler generates a helper class/method/field, it should be marked with this custom attribute, so that it can be hidden from Java. More...
Public Member Functions | |
| HideFromJavaAttribute () | |
| Initializes a new instance. | |
| HideFromJavaAttribute (HideFromJavaFlags flags) | |
| Initializes a new instance. | |
Properties | |
| HideFromJavaFlags | Flags [get] |
Whenever the VM or compiler generates a helper class/method/field, it should be marked with this custom attribute, so that it can be hidden from Java.
Definition at line 34 of file HideFromJavaAttribute.cs.
| IKVM.Attributes.HideFromJavaAttribute.HideFromJavaAttribute | ( | ) |
Initializes a new instance.
Definition at line 42 of file HideFromJavaAttribute.cs.
| IKVM.Attributes.HideFromJavaAttribute.HideFromJavaAttribute | ( | HideFromJavaFlags | flags | ) |
Initializes a new instance.
| flags |
Definition at line 51 of file HideFromJavaAttribute.cs.
|
get |
Definition at line 56 of file HideFromJavaAttribute.cs.