Package | Description |
---|---|
com.dotNet4Java | |
com.dotNet4Java.enums |
Modifier and Type | Method and Description |
---|---|
static void |
TClrAssembly.register(java.lang.String assemblyID,
java.lang.String location,
AssemblyLoadType loadType)
Register a .Net Assembly
|
static void |
TClrAssembly.register(java.lang.String assemblyID,
java.lang.String location,
AssemblyLoadType loadType,
boolean useUnsafeLoadFrom)
Register a .Net Assembly
|
Modifier and Type | Method and Description |
---|---|
static AssemblyLoadType |
AssemblyLoadType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssemblyLoadType[] |
AssemblyLoadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|