Interface | Description |
---|---|
IClrAppDomain |
Represents an application domain, which is an isolated environment where applications execute.
|
IClrArray |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime (Clr).
|
IClrAssembly |
Represents an assembly, which is a reusable, versionable, and self-describing building block of a common language runtime application.
|
IClrBase |
This is the ultimate base interface of all .Net CLR classes.
|
IClrGenericArray<T> |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the class for all generic arrays in the common language runtime (Clr).
|
IClrObject |
Represent an interface wrapper of the .Net object
|
IClrObjectArray<T extends TClrObject> |
Represents an array of object of TClrObject type.
|
IClrType |
Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types.
|
IRefObject |
Represents an object reference
|
Class | Description |
---|---|
TClrActivator |
Contains methods to create types of objects locally or remotely, or obtain references to existing remote objects.
|
TClrAppDomain |
Represents an application domain, which is an isolated environment where applications execute.
|
TClrArray |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime (Clr).
|
TClrAssembly |
Represents an assembly, which is a reusable, versionable, and self-describing building block of a common language runtime application.
|
TClrBase |
This is the ultimate base class of all .Net CLR classes.
|
TClrDelegate |
Represents a CLR delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.
|
TClrDelegates |
This class consists of
static utility methods for converting managed (.Net) delegate types to
unmanaged (Java) callback types and vice-versa. |
TClrGenericArray<T> |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the class for all generic arrays in the common language runtime (Clr).
|
TClrGenericObject |
This Class is a wrapper of a .Net generic object.
|
TClrHost |
This is wrapper class of dotNet4Java Host Utility.
|
TClrNotifyEvent |
This class allows the user to register, unregister or get the Delphi object which raised the .Net event handler.
|
TClrObject |
This Class is a wrapper of a .Net object.
|
TClrObjectArray<T extends TClrObject> |
Represents an array of object of TClrObject type.
|
TClrObjects |
This class consists of
static utility methods for operating
on clr objects and the conversion between java object data type objects and
.Net clr objects. |
TClrStaticObject | |
TClrType |
Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters,
generic type definitions, and open or closed constructed generic types.
|
TClrUtility |
Utility for common tasks
|
TRefObject<T> |
Represents an object reference
|
Exception | Description |
---|---|
EClrException |
Represents errors that occur during CLR application execution.
|