AsmResolver.ImageNtHeaders.GetPhysicalLength C# (CSharp) Méthode

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint
        public override uint GetPhysicalLength()
        {
            return sizeof (uint) + FileHeader.GetPhysicalLength() + OptionalHeader.GetPhysicalLength();
        }