JSType.BigInt クラス

定義

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

public: ref class JSType::BigInt sealed : System::Runtime::InteropServices::JavaScript::JSType
public sealed class JSType.BigInt : System.Runtime.InteropServices.JavaScript.JSType
type JSType.BigInt = class
    inherit JSType
Public NotInheritable Class JSType.BigInt
Inherits JSType
継承
JSType.BigInt

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象