EventSetBase 成員
The EventSetBase class is a base class that is used to derive the event set objects.
EventSetBase 型別公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
EventSetBase() () () () | Initializes a new instance of the EventSetBase class. | |
EventSetBase(EventSetBase) | Initializes a new instance of the EventSetBase class. |
頂端
方法
名稱 | 描述 | |
---|---|---|
Copy | Returns a copy of the EventSetBase object. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
FitsMask | Specifies whether the EventSetBase object fits the specified mask. | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
HasCommonBits | Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. | |
MemberwiseClone | (繼承自 Object。) | |
SetValue | Sets the bit value at the specified index position. | |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
NumberOfElements | Gets the number of elements in the event set. | |
Storage | Gets or sets the bit array for event set storage. |
頂端