Method Comdat
Comdat(GlobalObject, String)
Sets a named Comdat for a GlobalObject
Declaration
public static GlobalObject Comdat(this GlobalObject self, string name)
Parameters
public static GlobalObject Comdat(this GlobalObject self, string name)
GlobalObject | self | Global to get the Comdat for |
String | name | name of the ComDat |
Returns
GlobalObject |
|
Remarks
This finds a Comdat in the ParentModule of the object if it exists or creates a new one if it doesn't and assigns the Comdat property with the Comdat.
Comdat(GlobalObject, String, ComdatKind)
Sets a named Comdat for a GlobalObject
Declaration
public static GlobalObject Comdat(this GlobalObject self, string name, ComdatKind kind)
Parameters
public static GlobalObject Comdat(this GlobalObject self, string name, ComdatKind kind)
GlobalObject | self | Global to get the Comdat for |
String | name | name of the Comdat |
ComdatKind | kind | Kind of Comdat to create if it doesn't exist already |
Returns
GlobalObject |
|
Remarks
This finds a Comdat in the ParentModule of the object if it exists or creates a new one if it doesn't and assigns the Comdat property with the Comdat.