Click or drag to resize
Xcalibur Systems LLC Logo

MemoryHelper Class

Win32 API Helper: Memory.
Inheritance Hierarchy
SystemObject
  Xcalibur.NativeMethods.V2.MemoryMemoryHelper

Namespace: Xcalibur.NativeMethods.V2.Memory
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public static class MemoryHelper

The MemoryHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberVirtualAllocEx Reserves, commits, or changes the state of a region of memory within the virtual address space of a specified process. The function initializes the memory it allocates to zero.

VirtualAllocEx function

Top
See Also