AsmResolver.Builder.SectionBuilder.GetPhysicalLength C# (CSharp) Method

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint
        public override uint GetPhysicalLength()
        {
            return Align(base.GetPhysicalLength(), _builder.Assembly.NtHeaders.OptionalHeader.FileAlignment);
        }