D3DHookingLibrary.D3DFuncLookup.D3DFuncLookup C# (CSharp) Method

D3DFuncLookup() public method

public D3DFuncLookup ( string exe, string module ) : System
exe string
module string
return System
        public D3DFuncLookup(string exe, string module)
        {
            this.exe = exe;
            this.module = module;
            lookUpObject.Init(exe, module);
        }