C# Class Hackery.MemoryManagement

Provides memory management convenience functions.
Afficher le fichier Open project: cartman300/Hackery Class Usage Examples

Méthodes publiques

Méthode Description
Protect ( IntPtr address, int size, MemProtection newProtection ) : VirtualProtectHandle

Method Details

Protect() public static méthode

public static Protect ( IntPtr address, int size, MemProtection newProtection ) : VirtualProtectHandle
address System.IntPtr
size int
newProtection MemProtection
Résultat VirtualProtectHandle