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 | |
---|---|---|
![]() |
EventSetBase() | Initializes a new instance of the EventSetBase class. |
![]() |
EventSetBase(EventSetBase) | Initializes a new instance of the EventSetBase class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Copy() | Returns a copy of the EventSetBase object. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
FitsMask(EventSetBase) | Specifies whether the EventSetBase object fits the specified mask. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
HasCommonBits(EventSetBase) | Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
SetValue(EventSetBase, Boolean) | Sets the bit value at the specified index position. |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
NumberOfElements | Gets the number of elements in the event set. |
![]() |
Storage | Gets or sets the bit array for event set storage. |
Top