Method SectionName
SectionName(GlobalObject, string)
Sets the linker section name for a GlobalObject
public static GlobalObject SectionName(this GlobalObject self, string name)
Parameters
self
GlobalObjectGlobalObject to set the section for
name
stringName of the section
Returns
- GlobalObject
self
for fluent use
- See Also