C# Class Binarysharp.MemoryManagement.Modules.InjectedModule

Class representing an injected module in a remote process.
Inheritance: RemoteModule, IDisposableState
Show file Open project: ZenLulz/MemorySharp Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Releases all resources used by the InjectedModule object.

Private Methods

Method Description
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.

Method Details

Dispose() public method

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