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

Datei anzeigen Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

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

Method Details

AddDependency() public method

public AddDependency ( Section section ) : void
section Section
return void

Section() public method

public Section ( ) : System.Collections.Generic
return System.Collections.Generic

WriteSectionHeader() public method

public WriteSectionHeader ( LinkerFormatType elfType, BinaryWriter writer ) : void
elfType LinkerFormatType
writer BinaryWriter
return void