MarshalByRefReadOnlyCollectionBase Class |
A base abstract (MustInherit in Visual Basic) collection class intended for strongly typed read-only collections containing unmanaged data.
Namespace: Atalasoft.Imaging
The MarshalByRefReadOnlyCollectionBase type exposes the following members.
Name | Description | |
---|---|---|
MarshalByRefReadOnlyCollectionBase | Initializes a new instance of the MarshalByRefReadOnlyCollectionBase class |
Name | Description | |
---|---|---|
Count | The number of items in the collection. | |
InnerList | Gets the ArrayList stored within the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
CopyTo | Copies the collection items into an array. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | Returns a reference to an IEnumerator interface, whose purpose is to grant access to an
enumeration's items. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |