C# Class Binarysharp.MemoryManagement.Memory.RemoteAllocation

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

Public Methods

Method Description
Dispose ( ) : void

Releases all resources used by the RemoteAllocation object.

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

Private Methods

Method 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 method

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