AsmResolver.Net.VTablesDirectory.GetPhysicalLength C# (CSharp) Метод

GetPhysicalLength() публичный Метод

public GetPhysicalLength ( ) : uint
Результат uint
        public override uint GetPhysicalLength()
        {
            return (uint) VTableHeaderHeaders.Sum(x => x.GetPhysicalLength());
        }