IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Attributes.CustomAssemblyClassLoaderAttribute Class Referencesealed

Marks an assembly such that it's types are considered to be loaded by the specified class loader type. More...

Inheritance diagram for IKVM.Attributes.CustomAssemblyClassLoaderAttribute:

Public Member Functions

 CustomAssemblyClassLoaderAttribute (Type type)
 Initializes a new instance.
 

Properties

Type Type [get]
 Gets the type of the class loader.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CustomAssemblyClassLoaderAttribute()

IKVM.Attributes.CustomAssemblyClassLoaderAttribute.CustomAssemblyClassLoaderAttribute ( Type type)

Initializes a new instance.

Parameters
type

Definition at line 49 of file CustomAssemblyClassLoaderAttribute.cs.

51 {
52 this.type = type ?? throw new ArgumentNullException(nameof(type));
53 }

Property Documentation

◆ Type

Type IKVM.Attributes.CustomAssemblyClassLoaderAttribute.Type
get

Gets the type of the class loader.

Definition at line 61 of file CustomAssemblyClassLoaderAttribute.cs.


The documentation for this class was generated from the following file: