C# Class LinkerScriptGenerator.Section

Datei anzeigen Open project: sysprogs/BSPTools Class Usage Examples

Public Properties

Property Type Description
Alignment int
CustomContents string[]
CustomStartLabel string
Fill FillInfo
Flags SectionFlags
Inputs List
Name string
TargetMemory string

Private Properties

Property Type Description

Property Details

Alignment public_oe property

public int Alignment
return int

CustomContents public_oe property

public string[] CustomContents
return string[]

CustomStartLabel public_oe property

public string CustomStartLabel
return string

Fill public_oe property

public FillInfo,LinkerScriptGenerator Fill
return FillInfo

Flags public_oe property

public SectionFlags Flags
return SectionFlags

Inputs public_oe property

public List Inputs
return List

Name public_oe property

public string Name
return string

TargetMemory public_oe property

public string TargetMemory
return string