共用方式為


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.

頂端