OleViewDotNet.COMInterfaceInstance.COMInterfaceInstance C# (CSharp) 메소드

COMInterfaceInstance() 공개 메소드

public COMInterfaceInstance ( System.Guid iid ) : Microsoft.Win32
iid System.Guid
리턴 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