public interface DotNetNativeTypes
extends com.sun.jna.win32.StdCallLibrary
Modifier and Type | Interface and Description |
---|---|
static class |
DotNetNativeTypes.ClrAppDomain
Represents an application domain object.
|
static class |
DotNetNativeTypes.ClrAppDomainByReference
Represents a wrapper of the ClrAppDomain type
|
static class |
DotNetNativeTypes.ClrArray
Represents a .Net base array object
|
static class |
DotNetNativeTypes.ClrArrayByReference
Represents a wrapper of the ClrArray type
|
static class |
DotNetNativeTypes.ClrAssembly
Represents an assembly, which is a reusable, versionable, and self-describing building block of a .Net common language runtime application
|
static class |
DotNetNativeTypes.ClrAssemblyArray
Represents an array of ClrAssembly objects
|
static class |
DotNetNativeTypes.ClrAssemblyArrayByReference
Represents a wrapper of the ClrAssemblyArray type
|
static class |
DotNetNativeTypes.ClrAssemblyByReference
Represents a wrapper of the ClrAssembly type
|
static class |
DotNetNativeTypes.ClrBooleanArray
Represents an array of boolean values
|
static class |
DotNetNativeTypes.ClrBooleanArrayByReference
Represents a wrapper of the ClrBooleanArray type
|
static class |
DotNetNativeTypes.ClrByteArray
Represents an array of byte values
|
static class |
DotNetNativeTypes.ClrByteArrayByReference
Represents a wrapper of the ClrByteArray type
|
static class |
DotNetNativeTypes.ClrDateTime
Specifies a date and time, using individual members for the month,day, year, weekday, hour, minute, second, and millisecond.
|
static class |
DotNetNativeTypes.ClrDateTimeArray
Represents an array of ClrDateTime values
|
static class |
DotNetNativeTypes.ClrDateTimeArrayByReference
Represents a wrapper of the ClrDateTimeArray type
|
static class |
DotNetNativeTypes.ClrDecimal
Represents a decimal floating-point number
|
static class |
DotNetNativeTypes.ClrDecimalArray
Represents an array of ClrDecimal objects
|
static class |
DotNetNativeTypes.ClrDecimalArrayByReference
Represents a wrapper of the ClrDecimalArray type
|
static class |
DotNetNativeTypes.ClrDecimalByReference
Represents a wrapper of the ClrDecimal type
|
static class |
DotNetNativeTypes.ClrDoubleArray
Represents an array of double values
|
static class |
DotNetNativeTypes.ClrDoubleArrayByReference
Represents a wrapper of the ClrDoubleArray type
|
static class |
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
|
static class |
DotNetNativeTypes.ClrEventArgsByReference
Represents a wrapper of the ClrEventArgs type
|
static class |
DotNetNativeTypes.ClrException
Represents errors that occur during .Net application execution
|
static class |
DotNetNativeTypes.ClrExceptionByReference
Represents a wrapper of the ClrException type
|
static class |
DotNetNativeTypes.ClrFloatArray
Represents an array of float values
|
static class |
DotNetNativeTypes.ClrFloatArrayByReference
Represents a wrapper of the ClrFloatArray type
|
static class |
DotNetNativeTypes.ClrIntArray
Represents an array of integer Values
|
static class |
DotNetNativeTypes.ClrIntArrayByReference
Represents a wrapper of the ClrIntArray type
|
static class |
DotNetNativeTypes.ClrLong
Represents a 64-bit signed integer type
|
static class |
DotNetNativeTypes.ClrLongArray
Represents an array of ClrLong values.
|
static class |
DotNetNativeTypes.ClrLongArrayByReference
Represents a wrapper of the ClrLongArray type
|
static class |
DotNetNativeTypes.ClrLongByReference
Represents a wrapper of the ClrLong type
|
static class |
DotNetNativeTypes.ClrObject
Base class for all .Net Native Interface APIs.
|
static class |
DotNetNativeTypes.ClrObjectArray
Represents an array of objects
|
static class |
DotNetNativeTypes.ClrObjectArrayByReference
Represents a wrapper of the ClrObjectArray type
|
static class |
DotNetNativeTypes.ClrObjectByReference
Represents a wrapper of the ClrObject type
|
static class |
DotNetNativeTypes.ClrSByteArray
Represents an array of byte values
|
static class |
DotNetNativeTypes.ClrSByteArrayByReference
Represents a wrapper of the ClrSByteArray type
|
static class |
DotNetNativeTypes.ClrShortArray
Represents an array of short values.
|
static class |
DotNetNativeTypes.ClrShortArrayByReference
Represents a wrapper of the ClrShortArray type
|
static class |
DotNetNativeTypes.ClrStringArray
Represents an array of string pointer values
|
static class |
DotNetNativeTypes.ClrStringArrayByReference
Represents a wrapper of the ClrStringArray type
|
static class |
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
|
static class |
DotNetNativeTypes.ClrTypeArray
Represents an array of ClrType objects
|
static class |
DotNetNativeTypes.ClrTypeArrayByReference
Represents a wrapper of the ClrTypeArray type
|
static class |
DotNetNativeTypes.ClrTypeByReference
Represents a wrapper of the ClrType type
|
static interface |
DotNetNativeTypes.IBindingFlags
Specifies flags that control binding and the way in which the search for members and types is conducted by .Net reflection
|
static interface |
DotNetNativeTypes.IClrEventHandler
Represents the function pointer or a delegate type that handles .Net events which does not return any result
|
static interface |
DotNetNativeTypes.IClrEventHandlerReturn
Represents the function pointer or delegate type handles .Net events which returns a result
|
static interface |
DotNetNativeTypes.ITypeCode
Specifies the type code of a .Net object
|
Modifier and Type | Field and Description |
---|---|
static int |
CLR_FATAL_ERROR
CLR Fatal error
|
static int |
CLR_OK
CLR Operation successful
|
static final int CLR_OK
static final int CLR_FATAL_ERROR