JSType.Promise<T> クラス

定義

JavaScript Promise 型としてマーシャリングします。

public: generic <typename T>
 where T : JSTyperef class JSType::Promise sealed : System::Runtime::InteropServices::JavaScript::JSType
public sealed class JSType.Promise<T> : System.Runtime.InteropServices.JavaScript.JSType where T : JSType
type JSType.Promise<'T (requires 'T :> JSType)> = class
    inherit JSType
Public NotInheritable Class JSType.Promise(Of T)
Inherits JSType

型パラメーター

T

マーシャリングされた結果値の型。

継承
JSType.Promise<T>

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象