Метод | Описание | |
---|---|---|
ChangeMemoryProtection ( MemoryProtectionFlags protection ) : MemoryProtectionFlags |
Changes the protection on a region of committed pages in the virtual address space of a specified process.
|
|
Dispose ( ) : void |
Restores the initial protection of the memory.
|
|
MemoryProtection ( |
public ChangeMemoryProtection ( MemoryProtectionFlags protection ) : MemoryProtectionFlags | ||
protection | MemoryProtectionFlags | The memory protection option. |
Результат | MemoryProtectionFlags |
public MemoryProtection ( |
||
handle | ||
address | ||
size | int | |
@internal | bool | |
protection | MemoryProtectionFlags | |
Результат | System |