Click or drag to resize

MarshalByRefReadOnlyCollectionBase Class

A base abstract (MustInherit in Visual Basic) collection class intended for strongly typed read-only collections containing unmanaged data.

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Atalasoft.ImagingMarshalByRefReadOnlyCollectionBase
      Atalasoft.ImagingUndoCollection

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public abstract class MarshalByRefReadOnlyCollectionBase : MarshalByRefObject, 
	ICollection, IEnumerable

The MarshalByRefReadOnlyCollectionBase type exposes the following members.

Constructors
  NameDescription
Protected methodMarshalByRefReadOnlyCollectionBase
Initializes a new instance of the MarshalByRefReadOnlyCollectionBase class
Top
Properties
  NameDescription
Public propertyCount
The number of items in the collection.
Protected propertyInnerList
Gets the ArrayList stored within the collection.
Public propertyIsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread-safe).

Public propertySyncRoot

Gets an object that can be used to synchronize access to the collection.

Top
Methods
  NameDescription
Public methodCopyTo
Copies the collection items into an array.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns a reference to an IEnumerator interface, whose purpose is to grant access to an enumeration's items.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also