C# 클래스 Binarysharp.MemoryManagement.Memory.RemoteAllocation

Class representing an allocated memory in a remote process.
상속: RemoteRegion, IDisposableState
파일 보기 프로젝트 열기: ZenLulz/MemorySharp 1 사용 예제들

공개 메소드들

메소드 설명
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