|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Manages instances of RuntimeManagedJavaType. More...
Public Member Functions | |
| RuntimeManagedJavaTypeFactory (RuntimeContext context) | |
| Initializes a new instance. | |
| RuntimeJavaType | GetJavaTypeFromManagedType (Type type) |
| Gets the RuntimeJavaType associated with the specified managed type, or creates one on demand. | |
| RuntimeJavaType | GetBaseJavaType (Type type) |
| Gets the RuntimeJavaType associated with the base type of the specified type. | |
Manages instances of RuntimeManagedJavaType.
Definition at line 41 of file RuntimeManagedJavaTypeFactory.cs.
| IKVM.Runtime.RuntimeManagedJavaTypeFactory.RuntimeManagedJavaTypeFactory | ( | RuntimeContext | context | ) |
Initializes a new instance.
| context |
| ArgumentNullException |
Definition at line 52 of file RuntimeManagedJavaTypeFactory.cs.
| RuntimeJavaType IKVM.Runtime.RuntimeManagedJavaTypeFactory.GetBaseJavaType | ( | Type | type | ) |
Gets the RuntimeJavaType associated with the base type of the specified type.
| type |
Definition at line 72 of file RuntimeManagedJavaTypeFactory.cs.
| RuntimeJavaType IKVM.Runtime.RuntimeManagedJavaTypeFactory.GetJavaTypeFromManagedType | ( | Type | type | ) |
Gets the RuntimeJavaType associated with the specified managed type, or creates one on demand.
| type |
Definition at line 62 of file RuntimeManagedJavaTypeFactory.cs.