Compartir a través de


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
Método publico EventSetBase() () () () Initializes a new instance of the EventSetBase class.
Método publico EventSetBase(EventSetBase) Initializes a new instance of the EventSetBase class.

Principio

Métodos

  Nombre Descripción
Método publico Copy Returns a copy of the EventSetBase object.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método protegido FitsMask Specifies whether the EventSetBase object fits the specified mask.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido HasCommonBits Specifies whether the EventSetBase object has common bits with another specified EventSetBase object.
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido SetValue Sets the bit value at the specified index position.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública NumberOfElements Gets the number of elements in the event set.
Propiedad protegida Storage Gets or sets the bit array for event set storage.

Principio