| Class | Description |
|---|---|
| BaseNativeType |
Descriptor for a native function's argument or return value.
|
| LibraryManager |
Client side implementation for invocation of shared library functions.
|
| NativeAPIEntry |
Container for legacy info belonging to an native API call.
|
| NativeBuffer |
A descriptor for memptr as an argument or return value to a native function.
|
| NativeDouble |
A descriptor for 64-bit floating point data as an argument or return value to a native
function.
|
| NativeFloat |
A descriptor for 32-bit floating point data as an argument or return value to a native
function.
|
| NativeInt8 |
A descriptor for a byte which may be either signed or unsigned.
|
| NativeInteger |
A descriptor for integer data as an argument or return value to a native function.
|
| NativeInvoker |
Server-side support for native library management and function invocation.
|
| NativeInvoker.WorkArea |
Container for context-local data.
|
| NativePrimitive |
A descriptor base class for scalar data as an argument or return value to a native function.
|
| NativeSignedInt16 |
A descriptor for a signed short.
|
| NativeSignedInt32 |
A descriptor for a signed short.
|
| NativeSignedInt64 |
A descriptor for a signed short.
|
| NativeString |
A descriptor for text data as an argument or return value to a native function.
|
| NativeTypeArray |
An array of descriptors passed as a single argument to a native function.
|
| NativeUnsignedInt16 |
A descriptor for a signed short.
|
| NativeUnsignedInt32 |
A descriptor for an unsigned 32-bit integer.
|
| Signature |
Container for all info related to a native function's arguments and return value.
|
| Enum | Description |
|---|---|
| CallingConvention |
Constants that define the possible native calling conventions.
|