EventSetBase Miembros
The EventSetBase class is a base class that is used to derive the event set objects.
El tipo EventSetBase expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
EventSetBase() () () () | Initializes a new instance of the EventSetBase class. | |
EventSetBase(EventSetBase) | Initializes a new instance of the EventSetBase class. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Copy | Returns a copy of the EventSetBase object. | |
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
FitsMask | Specifies whether the EventSetBase object fits the specified mask. | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
HasCommonBits | Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. | |
MemberwiseClone | (Se hereda de Object). | |
SetValue | Sets the bit value at the specified index position. | |
ToString | (Se hereda de Object). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
NumberOfElements | Gets the number of elements in the event set. | |
Storage | Gets or sets the bit array for event set storage. |
Principio