Managed Windows API
ProcessMemoryChunk Constructor (process, location, size)
Namespaces
►
ManagedWinapi
►
ProcessMemoryChunk
►
ProcessMemoryChunk(Process, IntPtr, Int32)
C#
Create a new memory chunk that points to existing memory. Mostly used to read that memory.
Declaration Syntax
C#
public
ProcessMemoryChunk
(
Process
process
,
IntPtr
location
,
int
size
)
Parameters
process
(
Process
)
location
(
IntPtr
)
size
(
Int32
)
Assembly:
ManagedWinapi
(Module: ManagedWinapi) Version: 0.3.0.0 (0.3)