OleViewDotNet.COMInterfaceInstance.COMInterfaceInstance C# (CSharp) Method

COMInterfaceInstance() public method

public COMInterfaceInstance ( System.Guid iid ) : Microsoft.Win32
iid System.Guid
return Microsoft.Win32
        public COMInterfaceInstance(Guid iid) : this(iid, null, 0)
        {
        }

Same methods

COMInterfaceInstance::COMInterfaceInstance ( System.Guid iid, string module_path, long vtable_offset ) : Microsoft.Win32