Method SectionName
SectionName(GlobalObject, String)
Sets the linker section name for a GlobalObject
Declaration
public static GlobalObject SectionName(this GlobalObject self, string name)
Parameters
public static GlobalObject SectionName(this GlobalObject self, string name)
GlobalObject | self | GlobalObject to set the section for |
String | name | Name of the section |
Returns
GlobalObject |
|