Class for working with native memory and libraries.
Inheritance Hierarchy
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntaxpublic static class NativeUtility
The NativeUtility type exposes the following members.
Methods
| Name | Description |
---|
  | Alloc | |
  | CalculateHash(IntPtr, Int32) | |
  | CalculateHash(Void*, Int32) | |
  | CompareMemory(IntPtr, IntPtr, Int32) | |
  | CompareMemory(Void*, Void*, Int32) | |
  | CopyMemory(IntPtr, IntPtr, Int32) | |
  | CopyMemory(Void*, Void*, Int32) | |
  | FillMemory | |
  | Free(IntPtr) | |
  | Free(Void*) | |
  | GetCRTStatistics | |
  | GetStatistics | |
  | LogAllocationStatistics | |
  | PreloadLibrary | |
  | ZeroMemory(IntPtr, Int32) | |
  | ZeroMemory(Void*, Int32) | |
Top
See Also