Operation 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 열거형은 멤버 값의 비트 조합을 지원합니다.
public enum class Operation
[System.Flags]
public enum Operation
type Operation =
Public Enum Operation
- 상속
-
Operation
- 특성
필드
Name | 값 | Description |
---|---|---|
Start | 1 | |
End | 2 | |
Body | 4 | |
Compensation | 8 | |
Parallel | 16 | |
Listen | 32 | |
While | 64 | |
If | 128 | |
Call | 512 | |
Service | 528 | |
Suspended | 544 | |
Terminated | 560 | |
Dehydrated | 576 | |
Rehydrated | 592 | |
ResumeInDebugMode | 608 | |
DebugMode | 624 | |
Resumed | 768 | |
Shutdown | 784 | |
Persist | 800 | |
Exec | 65536 | |
Send | 131072 | |
Receive | 262144 | |
Expression | 524288 | |
Construct | 1048576 | |
Catch | 2097152 | |
Throw | 4194304 | |
Compensate | 8388608 | |
Scope | 16777216 | |
Suspend | 67108864 | |
Terminate | 134217728 | |
Delay | 268435456 | |
WhileBody | 285212672 |