GlobalObjectService.GetGlobalObjects Method
Include Protected Members
Include Inherited Members
Returns a collection of currently available global objects.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetGlobalObjects() | Returns a collection of all the currently available global objects. | |
GetGlobalObjects(Type) | Returns a collection of currently available global objects that are of the specified type. |
Top