C# Class LinkerScriptGenerator.LinkerScriptTemplate

Mostra file Open project: sysprogs/BSPTools Class Usage Examples

Public Properties

Property Type Description
EntryPoint string
SectionAlignment int
Sections List
SectionsAfterEnd List

Public Methods

Method Description
ShallowCopy ( ) : LinkerScriptTemplate

Method Details

ShallowCopy() public method

public ShallowCopy ( ) : LinkerScriptTemplate
return LinkerScriptTemplate

Property Details

EntryPoint public_oe property

public string EntryPoint
return string

SectionAlignment public_oe property

public int SectionAlignment
return int

Sections public_oe property

public List
Sections
return List

SectionsAfterEnd public_oe property

public List
SectionsAfterEnd
return List