EventSetBase Members

Include Protected Members
Include Inherited Members

The EventSetBase class is a base class that is used to derive the event set objects.

The EventSetBase type exposes the following members.

Constructors

  Name Description
Public method EventSetBase() Initializes a new instance of the EventSetBase class.
Public method EventSetBase(EventSetBase) Initializes a new instance of the EventSetBase class.

Top

Methods

  Name Description
Public method Copy() Returns a copy of the EventSetBase object.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Protected method FitsMask(EventSetBase) Specifies whether the EventSetBase object fits the specified mask.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method HasCommonBits(EventSetBase) Specifies whether the EventSetBase object has common bits with another specified EventSetBase object.
Protected method MemberwiseClone() (Inherited from Object.)
Protected method SetValue(EventSetBase, Boolean) Sets the bit value at the specified index position.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property NumberOfElements Gets the number of elements in the event set.
Protected property Storage Gets or sets the bit array for event set storage.

Top