Interface | Description |
---|---|
DotNetNativeTypes |
An interface represents common .Net Native Library classes/constants
|
DotNetNativeTypes.IBindingFlags |
Specifies flags that control binding and the way in which the search for members and types is conducted by .Net reflection
|
DotNetNativeTypes.IClrEventHandler |
Represents the function pointer or a delegate type that handles .Net events which does not return any result
|
DotNetNativeTypes.IClrEventHandlerReturn |
Represents the function pointer or delegate type handles .Net events which returns a result
|
DotNetNativeTypes.ITypeCode |
Specifies the type code of a .Net object
|
Class | Description |
---|---|
DotNetNativeInterface |
A Java wrapper for
.Net Native Interface API using
JNA Direct Mapping . |
DotNetNativeTypeMapper | |
DotNetNativeTypes.ClrAppDomain |
Represents an application domain object.
|
DotNetNativeTypes.ClrAppDomainByReference |
Represents a wrapper of the ClrAppDomain type
|
DotNetNativeTypes.ClrArray |
Represents a .Net base array object
|
DotNetNativeTypes.ClrArrayByReference |
Represents a wrapper of the ClrArray type
|
DotNetNativeTypes.ClrAssembly |
Represents an assembly, which is a reusable, versionable, and self-describing building block of a .Net common language runtime application
|
DotNetNativeTypes.ClrAssemblyArray |
Represents an array of ClrAssembly objects
|
DotNetNativeTypes.ClrAssemblyArrayByReference |
Represents a wrapper of the ClrAssemblyArray type
|
DotNetNativeTypes.ClrAssemblyByReference |
Represents a wrapper of the ClrAssembly type
|
DotNetNativeTypes.ClrBooleanArray |
Represents an array of boolean values
|
DotNetNativeTypes.ClrBooleanArrayByReference |
Represents a wrapper of the ClrBooleanArray type
|
DotNetNativeTypes.ClrByteArray |
Represents an array of byte values
|
DotNetNativeTypes.ClrByteArrayByReference |
Represents a wrapper of the ClrByteArray type
|
DotNetNativeTypes.ClrDateTime |
Specifies a date and time, using individual members for the month,day, year, weekday, hour, minute, second, and millisecond.
|
DotNetNativeTypes.ClrDateTimeArray |
Represents an array of ClrDateTime values
|
DotNetNativeTypes.ClrDateTimeArrayByReference |
Represents a wrapper of the ClrDateTimeArray type
|
DotNetNativeTypes.ClrDecimal |
Represents a decimal floating-point number
|
DotNetNativeTypes.ClrDecimalArray |
Represents an array of ClrDecimal objects
|
DotNetNativeTypes.ClrDecimalArrayByReference |
Represents a wrapper of the ClrDecimalArray type
|
DotNetNativeTypes.ClrDecimalByReference |
Represents a wrapper of the ClrDecimal type
|
DotNetNativeTypes.ClrDoubleArray |
Represents an array of double values
|
DotNetNativeTypes.ClrDoubleArrayByReference |
Represents a wrapper of the ClrDoubleArray type
|
DotNetNativeTypes.ClrEventArgs |
Represents the base type for types that contain event data, andprovides a value to use for events that do not include event data
|
DotNetNativeTypes.ClrEventArgsByReference |
Represents a wrapper of the ClrEventArgs type
|
DotNetNativeTypes.ClrException |
Represents errors that occur during .Net application execution
|
DotNetNativeTypes.ClrExceptionByReference |
Represents a wrapper of the ClrException type
|
DotNetNativeTypes.ClrFloatArray |
Represents an array of float values
|
DotNetNativeTypes.ClrFloatArrayByReference |
Represents a wrapper of the ClrFloatArray type
|
DotNetNativeTypes.ClrIntArray |
Represents an array of integer Values
|
DotNetNativeTypes.ClrIntArrayByReference |
Represents a wrapper of the ClrIntArray type
|
DotNetNativeTypes.ClrLong |
Represents a 64-bit signed integer type
|
DotNetNativeTypes.ClrLongArray |
Represents an array of ClrLong values.
|
DotNetNativeTypes.ClrLongArrayByReference |
Represents a wrapper of the ClrLongArray type
|
DotNetNativeTypes.ClrLongByReference |
Represents a wrapper of the ClrLong type
|
DotNetNativeTypes.ClrObject |
Base class for all .Net Native Interface APIs.
|
DotNetNativeTypes.ClrObjectArray |
Represents an array of objects
|
DotNetNativeTypes.ClrObjectArrayByReference |
Represents a wrapper of the ClrObjectArray type
|
DotNetNativeTypes.ClrObjectByReference |
Represents a wrapper of the ClrObject type
|
DotNetNativeTypes.ClrSByteArray |
Represents an array of byte values
|
DotNetNativeTypes.ClrSByteArrayByReference |
Represents a wrapper of the ClrSByteArray type
|
DotNetNativeTypes.ClrShortArray |
Represents an array of short values.
|
DotNetNativeTypes.ClrShortArrayByReference |
Represents a wrapper of the ClrShortArray type
|
DotNetNativeTypes.ClrStringArray |
Represents an array of string pointer values
|
DotNetNativeTypes.ClrStringArrayByReference |
Represents a wrapper of the ClrStringArray type
|
DotNetNativeTypes.ClrType |
Represents .Net class types, interface types, array types, value types,enumeration types, type parameters, generic type definitions, and openor closed constructed generic types
|
DotNetNativeTypes.ClrTypeArray |
Represents an array of ClrType objects
|
DotNetNativeTypes.ClrTypeArrayByReference |
Represents a wrapper of the ClrTypeArray type
|
DotNetNativeTypes.ClrTypeByReference |
Represents a wrapper of the ClrType type
|