TypedArray.UnderlyingSystemType プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
このプロパティは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.JScript
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)
構文
Public ReadOnly Property UnderlyingSystemType As Type
Dim instance As TypedArray Dim value As Type
value = instance.UnderlyingSystemType
public Type UnderlyingSystemType { get; }
public: virtual property Type^ UnderlyingSystemType { Type^ get () sealed; }
/** @property */ public final Type get_UnderlyingSystemType ()
public final function get UnderlyingSystemType () : Type
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
.NET Framework
サポート対象 : 2.0、1.1、1.0
関連項目
TypedArray クラス
TypedArray メンバ
Microsoft.JScript 名前空間