C# Class BananaHook.Infrastructure.MemoryPageProtector

Afficher le fichier Open project: sgraf812/BananaHook Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteWithProtection ( MemoryProtectionConstraints requestedProtection, System.Action action ) : void
MemoryPageProtector ( IMemoryProtection protection, IntPtr address, IntPtr length ) : System

Method Details

ExecuteWithProtection() public méthode

public ExecuteWithProtection ( MemoryProtectionConstraints requestedProtection, System.Action action ) : void
requestedProtection MemoryProtectionConstraints
action System.Action
Résultat void

MemoryPageProtector() public méthode

public MemoryPageProtector ( IMemoryProtection protection, IntPtr address, IntPtr length ) : System
protection IMemoryProtection
address System.IntPtr
length System.IntPtr
Résultat System