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