C# Класс Binarysharp.MemoryManagement.Memory.RemoteAllocation

Class representing an allocated memory in a remote process.
Наследование: RemoteRegion, IDisposableState
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void

Releases all resources used by the RemoteAllocation object.

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

Приватные методы

Метод Описание
RemoteAllocation ( MemorySharp memorySharp, int size, MemoryProtectionFlags protection = MemoryProtectionFlags.ExecuteReadWrite, bool mustBeDisposed = true ) : System

Initializes a new instance of the RemoteAllocation class.

Описание методов

Dispose() публичный Метод

Releases all resources used by the RemoteAllocation object.
Don't use the IDisposable pattern because the class is sealed.
public Dispose ( ) : void
Результат void