Binarysharp.MemoryManagement.Modules.ModuleFactory.this C# (CSharp) Method

this() public method

Gets the specified module in the remote process.
public this ( string moduleName ) : RemoteModule
moduleName string The name of module (not case sensitive).
return RemoteModule
        public RemoteModule this[string moduleName]
        {
            get { return FetchModule(moduleName); }
        }

Same methods

ModuleFactory::this ( IntPtr address ) : RemotePointer