Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
A strongly typed collection of global objects. The collection can be read-write or read-only. A read-write collection can be cheaply passed to the constructor of GlobalObjectCollection to make a read only version without copying the collection.
The GlobalObjectCollection type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of a strongly-typed collection of global objects.
Top
Methods
Name
Description
Adds a new item to the collection.
Overloaded. Appends the objects in an array to the end of the collection.
Clears the contents of this collection.
Determines whether this collection contains the given item.
Copies the contents of this collection to the given array starting at the given index.
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns an enumerator for this collection.
Serves as a hash function for a particular type. (Inherited from Object.)
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Gets the type of the current instance. (Inherited from Object.)
Gets the position of an object in the collection.
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Inserts a new item into the collection at the given index.
Overloaded.
Removes an object from the collection.
Removes an object from the collection at the specified position.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Returns the number of items in this collection.
Determines whether this collection's size can be changed.
Determines whether this collection is read-only.
Determines whether this collection is synchronized for multi-threaded access.
Gets or sets the item at the given index.
Gets the object on which to synchronize access.
Top
Explicit Interface Implementations
Name
Description
Adds an object to the collection.
Determines whether an object is in the collection.
Copies the contents of this collection to the given array starting at the given index.
Gets the position of an object in the collection.
Adds an item to the collection at the specified position.
Gets or sets the global object at the specified index.
Removes an object from the collection.
Top