public static extern bool VirtualFreeEx(SafeProcessHandle processHandle, IntPtr address, UIntPtr size, FreeOperationType freeOperationType);
		public static extern bool VirtualFreeEx( SafeProcessHandle processHandle, IntPtr address, UIntPtr size, FreeOperationType freeOperationType );