GlobalObject
attributeThe presence of the GlobalObject
attribute specifies that a class is a "global" or "appobject" class in COM.
[AttributeUsage(AttributeTargets.Class)] public class GlobalObjectAttribute: System.Attribute { public GlobalObjectAttribute() {…} }