AsmResolver.Net.VTableHeader.GetPhysicalLength C# (CSharp) Méthode

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint
        public override uint GetPhysicalLength()
        {
            return 1 * sizeof (uint)
                   + 2 * sizeof (ushort);
        }