|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Public Member Functions | |
| RuntimeManagedByteCodeJavaTypeFactory (RuntimeContext context) | |
| Initializes a new instance. | |
| RuntimeManagedByteCodeJavaType | newInstance (string name, Type type) |
| Creates a new instance of the appropriate runtime type. | |
Definition at line 52 of file RuntimeManagedByteCodeJavaType.cs.
| IKVM.Runtime.RuntimeManagedByteCodeJavaTypeFactory.RuntimeManagedByteCodeJavaTypeFactory | ( | RuntimeContext | context | ) |
Initializes a new instance.
| context |
Definition at line 61 of file RuntimeManagedByteCodeJavaType.cs.
| RuntimeManagedByteCodeJavaType IKVM.Runtime.RuntimeManagedByteCodeJavaTypeFactory.newInstance | ( | string | name, |
| Type | type ) |
Creates a new instance of the appropriate runtime type.
| name | |
| type |
Definition at line 72 of file RuntimeManagedByteCodeJavaType.cs.