Partager via


Membres EventSetBase

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

Le type EventSetBase expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EventSetBase() () () () Initializes a new instance of the EventSetBase class.
Méthode publique EventSetBase(EventSetBase) Initializes a new instance of the EventSetBase class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Copy Returns a copy of the EventSetBase object.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode protégée FitsMask Specifies whether the EventSetBase object fits the specified mask.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée HasCommonBits Specifies whether the EventSetBase object has common bits with another specified EventSetBase object.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée SetValue Sets the bit value at the specified index position.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique NumberOfElements Gets the number of elements in the event set.
Propriété protégée Storage Gets or sets the bit array for event set storage.

Haut de la page