GlobalTypeCollection Members
Include Protected Members
Include Inherited Members
A strongly typed collection of global types.
The GlobalTypeCollection type exposes the following members.
Constructors
Name
Description
Overloaded. Creates a strongly-typed collection of global objects.
Top
Methods
Name
Description
Adds a new item to the collection.
Overloaded. Adds a range of items to the collection.
Clears the contents of this collection.
Determines whether the specified item is in the collection
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 you can use to enumerate through 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.)
Get the position of the specified item.
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Inserts an item into the underlying list at the specified position.
Overloaded.
Remove an item from the collection.
Removes the item at the specified position.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the number of items in this collection.
Gets an empty instance of this collection.
Gets whether or not this collection's size can be changed.
Gets whether the collection is read-only.
Determines whether this collection is synchronized for multi-threaded access.
Gets an item at the specified position.
Returns an object to use for thread-safe access.
Top
Explicit Interface Implementations
Name
Description
Adds an item to the collection.
Determines whether the specified item is in the collection.
Copies objects to the specified array starting at the specified position.
Gets the position of an item in the collection.
Inserts an object in the collection at the specified position.
Gets or sets the item at the specified position in the collection.
Removes an item from the collection.
Top