OleViewDotNet.COMInterfaceInstance.COMInterfaceInstance C# (CSharp) Method

COMInterfaceInstance() public method

public COMInterfaceInstance ( System.Guid iid, string module_path, long vtable_offset ) : Microsoft.Win32
iid System.Guid
module_path string
vtable_offset long
return Microsoft.Win32
        public COMInterfaceInstance(Guid iid, string module_path, long vtable_offset)
        {
            Iid = iid;
            ModulePath = module_path;
            VTableOffset = vtable_offset;
        }

Same methods

COMInterfaceInstance::COMInterfaceInstance ( System.Guid iid ) : Microsoft.Win32