C# Класс Mosa.Compiler.Linker.LinkerSection

Abstract class, that represents sections in an executable file provided by the linker.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LinkerSection ( SectionKind sectionKind, uint alignment ) : System.Collections.Generic

Приватные методы

Метод Описание
AddLinkerObject ( LinkerSymbol symbol ) : void
GetSymbol ( string name ) : LinkerSymbol
ResolveLayout ( uint fileOffset, ulong virtualAddress ) : void
SetFirst ( LinkerSymbol symbol ) : void
WriteTo ( Stream stream ) : void

Описание методов

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

public LinkerSection ( SectionKind sectionKind, uint alignment ) : System.Collections.Generic
sectionKind SectionKind
alignment uint
Результат System.Collections.Generic