C# 클래스 Binarysharp.MemoryManagement.Modules.InjectedModule

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases all resources used by the InjectedModule object.

비공개 메소드들

메소드 설명
InjectedModule ( MemorySharp memorySharp, ProcessModule module, bool mustBeDisposed = true ) : System

Initializes a new instance of the InjectedModule class.

InternalInject ( MemorySharp memorySharp, string path ) : InjectedModule

Injects the specified module into the address space of the remote process.

메소드 상세

Dispose() 공개 메소드

Releases all resources used by the InjectedModule object.
public Dispose ( ) : void
리턴 void