JSCallResultType 列舉

定義

描述 JS Interop 呼叫預期的結果類型。

public enum class JSCallResultType
public enum JSCallResultType
type JSCallResultType = 
Public Enum JSCallResultType
繼承
JSCallResultType

欄位

Default 0

表示傳回的值不會以特殊方式處理。

JSObjectReference 1

表示傳回的值會被視為 JS 物件參考。

JSStreamReference 2

表示傳回的值會被視為 JS 資料參考。

JSVoidResult 3

表示 void 結果類型。

適用於