NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

20.1.6 The GlobalObject attribute

The 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() {…}
}