JSType 類別

定義

用作通用參數 JSMarshalAsAttribute<T> ,用以表達預期的 JavaScript 型別,該型別應是參數封送的來源或結果。

public ref class JSType abstract
[System.Runtime.Versioning.SupportedOSPlatform("browser")]
public abstract class JSType
[<System.Runtime.Versioning.SupportedOSPlatform("browser")>]
type JSType = class
Public MustInherit Class JSType
繼承
JSType
衍生
屬性

方法

名稱 Description
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於