C# Class LinkerScriptGenerator.LinkerScriptTemplate

Show 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 property

public string EntryPoint
return string

SectionAlignment public property

public int SectionAlignment
return int

Sections public property

public List
Sections
return List

SectionsAfterEnd public property

public List
SectionsAfterEnd
return List