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