Click or drag to resize

Native Class

Base class for native interop.
Inheritance Hierarchy
SystemObject
  FM.IceLinkNative

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Native type exposes the following members.

Constructors
  NameDescription
Public methodNative
Initializes a new instance of the Native class
Top
Methods
  NameDescription
Protected methodStatic memberAlloc
Allocates memory from the data buffer pool.
Protected methodStatic memberAlloc64Align
Allocates 64-bit aligned memory from the data buffer pool.
Protected methodStatic memberDebugLog
Logs a debug message.
Public methodEquals (Inherited from Object.)
Protected methodStatic memberErrorLog
Logs an error message.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodStatic memberPullBuffer
Gets the data buffer associated with a pointer. This buffer MUST be freed later.
Protected methodStatic memberRelease
Releases memory to the data buffer pool.
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldStatic memberAlloc64Callback
A static alloc callback (64-bit aligned).
Protected fieldStatic memberAllocCallback
A static alloc callback.
Protected fieldStatic memberDebugLogCallback
A static debug log callback.
Protected fieldStatic memberErrorLogCallback
A static error log callback.
Protected fieldStatic memberReleaseCallback
A static release callback.
Top
See Also