Kernel32ReadProcessMemory Method

Overload List

ReadProcessMemory(IntPtr, IntPtr, Byte, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, IntPtr, Byte, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, IntPtr, IntPtr, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, IntPtr, StringBuilder, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, IntPtr, StringBuilder, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, UIntPtr, Byte, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, UIntPtr, Byte, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, UIntPtr, IntPtr, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, UIntPtr, IntPtr, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, UIntPtr, StringBuilder, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(IntPtr, UIntPtr, StringBuilder, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, IntPtr, Byte, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, IntPtr, Byte, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, IntPtr, IntPtr, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, IntPtr, IntPtr, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, IntPtr, StringBuilder, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, IntPtr, StringBuilder, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, UIntPtr, Byte, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, UIntPtr, Byte, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, UIntPtr, IntPtr, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, UIntPtr, IntPtr, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, UIntPtr, StringBuilder, IntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

ReadProcessMemory(SafeProcessHandle, UIntPtr, StringBuilder, UIntPtr, IntPtr) Reads data from an area of memory in a specified process.

The entire area to be read must be accessible or the operation fails.

See Also