C# Class Binarysharp.MemoryManagement.Memory.RemoteAllocation

Class representing an allocated memory in a remote process.
Inheritance: RemoteRegion, IDisposableState
Afficher le fichier Open project: ZenLulz/MemorySharp Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases all resources used by the RemoteAllocation object.

Don't use the IDisposable pattern because the class is sealed.

Private Methods

Méthode Description
RemoteAllocation ( MemorySharp memorySharp, int size, MemoryProtectionFlags protection = MemoryProtectionFlags.ExecuteReadWrite, bool mustBeDisposed = true ) : System

Initializes a new instance of the RemoteAllocation class.

Method Details

Dispose() public méthode

Releases all resources used by the RemoteAllocation object.
Don't use the IDisposable pattern because the class is sealed.
public Dispose ( ) : void
Résultat void