ホーム › System.Diagnostics.Debug.ActiveScript › SCRIPT_INVOCATION_CONTEXT_TYPE
SCRIPT_INVOCATION_CONTEXT_TYPE
列挙型メンバー 9
| 名前 | 10進 | 16進 |
|---|---|---|
| SICT_Event | 0 | 0x0 |
| SICT_SetTimeout | 1 | 0x1 |
| SICT_SetInterval | 2 | 0x2 |
| SICT_SetImmediate | 3 | 0x3 |
| SICT_RequestAnimationFrame | 4 | 0x4 |
| SICT_ToString | 5 | 0x5 |
| SICT_MutationObserverCheckpoint | 6 | 0x6 |
| SICT_WWAExecUnsafeLocalFunction | 7 | 0x7 |
| SICT_WWAExecAtPriority | 8 | 0x8 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum SCRIPT_INVOCATION_CONTEXT_TYPE : int {
SICT_Event = 0,
SICT_SetTimeout = 1,
SICT_SetInterval = 2,
SICT_SetImmediate = 3,
SICT_RequestAnimationFrame = 4,
SICT_ToString = 5,
SICT_MutationObserverCheckpoint = 6,
SICT_WWAExecUnsafeLocalFunction = 7,
SICT_WWAExecAtPriority = 8
} SCRIPT_INVOCATION_CONTEXT_TYPE;public enum SCRIPT_INVOCATION_CONTEXT_TYPE : int
{
SICT_Event = 0,
SICT_SetTimeout = 1,
SICT_SetInterval = 2,
SICT_SetImmediate = 3,
SICT_RequestAnimationFrame = 4,
SICT_ToString = 5,
SICT_MutationObserverCheckpoint = 6,
SICT_WWAExecUnsafeLocalFunction = 7,
SICT_WWAExecAtPriority = 8,
}Public Enum SCRIPT_INVOCATION_CONTEXT_TYPE As Integer
SICT_Event = 0
SICT_SetTimeout = 1
SICT_SetInterval = 2
SICT_SetImmediate = 3
SICT_RequestAnimationFrame = 4
SICT_ToString = 5
SICT_MutationObserverCheckpoint = 6
SICT_WWAExecUnsafeLocalFunction = 7
SICT_WWAExecAtPriority = 8
End Enumimport enum
class SCRIPT_INVOCATION_CONTEXT_TYPE(enum.IntEnum):
SICT_Event = 0
SICT_SetTimeout = 1
SICT_SetInterval = 2
SICT_SetImmediate = 3
SICT_RequestAnimationFrame = 4
SICT_ToString = 5
SICT_MutationObserverCheckpoint = 6
SICT_WWAExecUnsafeLocalFunction = 7
SICT_WWAExecAtPriority = 8// SCRIPT_INVOCATION_CONTEXT_TYPE
pub const SICT_Event: i32 = 0;
pub const SICT_SetTimeout: i32 = 1;
pub const SICT_SetInterval: i32 = 2;
pub const SICT_SetImmediate: i32 = 3;
pub const SICT_RequestAnimationFrame: i32 = 4;
pub const SICT_ToString: i32 = 5;
pub const SICT_MutationObserverCheckpoint: i32 = 6;
pub const SICT_WWAExecUnsafeLocalFunction: i32 = 7;
pub const SICT_WWAExecAtPriority: i32 = 8;// SCRIPT_INVOCATION_CONTEXT_TYPE
const (
SICT_Event int32 = 0
SICT_SetTimeout int32 = 1
SICT_SetInterval int32 = 2
SICT_SetImmediate int32 = 3
SICT_RequestAnimationFrame int32 = 4
SICT_ToString int32 = 5
SICT_MutationObserverCheckpoint int32 = 6
SICT_WWAExecUnsafeLocalFunction int32 = 7
SICT_WWAExecAtPriority int32 = 8
)const
SICT_Event = 0;
SICT_SetTimeout = 1;
SICT_SetInterval = 2;
SICT_SetImmediate = 3;
SICT_RequestAnimationFrame = 4;
SICT_ToString = 5;
SICT_MutationObserverCheckpoint = 6;
SICT_WWAExecUnsafeLocalFunction = 7;
SICT_WWAExecAtPriority = 8;// SCRIPT_INVOCATION_CONTEXT_TYPE
pub const SICT_Event: i32 = 0;
pub const SICT_SetTimeout: i32 = 1;
pub const SICT_SetInterval: i32 = 2;
pub const SICT_SetImmediate: i32 = 3;
pub const SICT_RequestAnimationFrame: i32 = 4;
pub const SICT_ToString: i32 = 5;
pub const SICT_MutationObserverCheckpoint: i32 = 6;
pub const SICT_WWAExecUnsafeLocalFunction: i32 = 7;
pub const SICT_WWAExecAtPriority: i32 = 8;const
SICT_Event* = 0
SICT_SetTimeout* = 1
SICT_SetInterval* = 2
SICT_SetImmediate* = 3
SICT_RequestAnimationFrame* = 4
SICT_ToString* = 5
SICT_MutationObserverCheckpoint* = 6
SICT_WWAExecUnsafeLocalFunction* = 7
SICT_WWAExecAtPriority* = 8enum SCRIPT_INVOCATION_CONTEXT_TYPE : int {
SICT_Event = 0,
SICT_SetTimeout = 1,
SICT_SetInterval = 2,
SICT_SetImmediate = 3,
SICT_RequestAnimationFrame = 4,
SICT_ToString = 5,
SICT_MutationObserverCheckpoint = 6,
SICT_WWAExecUnsafeLocalFunction = 7,
SICT_WWAExecAtPriority = 8,
}#define global SICT_Event 0x0
#define global SICT_SetTimeout 0x1
#define global SICT_SetInterval 0x2
#define global SICT_SetImmediate 0x3
#define global SICT_RequestAnimationFrame 0x4
#define global SICT_ToString 0x5
#define global SICT_MutationObserverCheckpoint 0x6
#define global SICT_WWAExecUnsafeLocalFunction 0x7
#define global SICT_WWAExecAtPriority 0x8