|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Marks an assembly such that it's types are considered to be loaded by the specified class loader type. More...
Public Member Functions | |
| CustomAssemblyClassLoaderAttribute (Type type) | |
| Initializes a new instance. | |
Properties | |
| Type | Type [get] |
| Gets the type of the class loader. | |
Marks an assembly such that it's types are considered to be loaded by the specified class loader type.
Definition at line 37 of file CustomAssemblyClassLoaderAttribute.cs.
| IKVM.Attributes.CustomAssemblyClassLoaderAttribute.CustomAssemblyClassLoaderAttribute | ( | Type | type | ) |
Initializes a new instance.
| type |
Definition at line 49 of file CustomAssemblyClassLoaderAttribute.cs.
|
get |
Gets the type of the class loader.
Definition at line 61 of file CustomAssemblyClassLoaderAttribute.cs.