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. |
맨 위로 이동