Share via


RegSvrCollectionBase Members

Include Protected Members
Include Inherited Members

The RegSvrCollectionBase class is a base class used in the construction of the RegisteredServerCollection object.

The RegSvrCollectionBase type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field initialized
Protected field innerColl

Top

Properties

  Name Description
Public property IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top