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 | |
---|---|---|
EventSetBase() () () () | Initializes a new instance of the EventSetBase class. | |
EventSetBase(EventSetBase) | Initializes a new instance of the EventSetBase class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Copy | Returns a copy of the EventSetBase object. | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
FitsMask | Specifies whether the EventSetBase object fits the specified mask. | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
HasCommonBits | Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. | |
MemberwiseClone | (Hérité de Object.) | |
SetValue | Sets the bit value at the specified index position. | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
NumberOfElements | Gets the number of elements in the event set. | |
Storage | Gets or sets the bit array for event set storage. |
Haut de la page