PERWAPI.UnresolvedTypeSpec.UnresolvedTypeSpec C# (CSharp) Méthode

UnresolvedTypeSpec() private méthode

private UnresolvedTypeSpec ( PEReader buff, int i ) : System
buff PEReader
i int
Résultat System
        internal UnresolvedTypeSpec(PEReader buff,int i)
            : base(0)
        {
            blobIx = buff.GetBlobIx();
            Row = (uint)i+1;
            this.unresolved = true;
        }