PERWAPI.InterfaceImpl.InterfaceImpl C# (CSharp) 메소드

InterfaceImpl() 개인적인 메소드

private InterfaceImpl ( ClassDef theClass, Class theInterface ) : System
theClass ClassDef
theInterface Class
리턴 System
        internal InterfaceImpl(ClassDef theClass, Class theInterface)
        {
            this.theClass = theClass;
            this.theInterface = theInterface;
            tabIx = MDTable.InterfaceImpl;
        }

Same methods

InterfaceImpl::InterfaceImpl ( ClassDef theClass, TableRow theInterface ) : System
InterfaceImpl::InterfaceImpl ( PEReader buff ) : System