C# Class Mosa.Compiler.Linker.Elf.Section

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
AddDependency ( Section section ) : void
Section ( ) : System.Collections.Generic
WriteSectionHeader ( LinkerFormatType elfType, BinaryWriter writer ) : void

Method Details

AddDependency() public méthode

public AddDependency ( Section section ) : void
section Section
Résultat void

Section() public méthode

public Section ( ) : System.Collections.Generic
Résultat System.Collections.Generic

WriteSectionHeader() public méthode

public WriteSectionHeader ( LinkerFormatType elfType, BinaryWriter writer ) : void
elfType LinkerFormatType
writer BinaryWriter
Résultat void