LabVIEWでは、.NETプロパティ、メソッド、コンストラクタパラメータのデータタイプは、LabVIEWでのデータの読み取りや解釈が可能となるようLabVIEWのデータタイプに変換されます。.NET Refnumとして変換できないデータタイプは、画面に表示されます。

以下の表は、サポートされている.NET Frameworkデータタイプと対応するLabVIEWデータタイプを示します。

表 2. サポートされている.NET Frameworkデータタイプと対応するLabVIEWデータタイプ
サポートされている.NET Frameworkタイプ LabVIEWタイプ
System.Int64、System.UInt64、System.Int32、System.UInt32、System.Int16、System.UInt16 LabVIEW control terminal representing a 64-bit signed integer numeric data type.LabVIEW control terminal representing a 64-bit unsigned integer numeric data type.LabVIEW control terminal representing a 32-bit signed integer numeric data type.LabVIEW control terminal representing a 32-bit unsigned integer numeric data type.LabVIEW control terminal representing a 16-bit signed integer numeric data type.LabVIEW control terminal representing a 16-bit unsigned integer numeric data type.
System.String LabVIEW control terminal representing a string data type.
System.Boolean LabVIEW control terminal representing a Boolean data type.
System.Byte、System.Char、System.UByte LabVIEW control terminal representing an 8-bit unsigned integer numeric data type.
System.Single、System.Double、System.Decimal LabVIEW control terminal representing double-precision floating-point data type.
System.Array 対応するタイプの配列として表示される。
列挙体 対応するタイプの整数値を持つリング制御器、定数、または表示器として表示される。
DateTime LabVIEW control terminal representing a <64.64>-bit time stamp data type.
その他すべての.NET Frameworkオブジェクト LabVIEW control terminal representing a reference number data type.

以下の表は、サポートされている.NET 8.0 (Core) データタイプと対応するLabVIEWデータタイプを示します。

表 3. サポートされている.NET 8.0 (Core) データタイプおよび対応するLabVIEWデータタイプ
サポートされている.NET 8.0 (Core) タイプ LabVIEWタイプ
System.Int64、System.UInt64、System.Int32、System.UInt32、System.Int16、System.UInt16 LabVIEW control terminal representing a 64-bit signed integer numeric data type.LabVIEW control terminal representing a 64-bit unsigned integer numeric data type.LabVIEW control terminal representing a 32-bit signed integer numeric data type.LabVIEW control terminal representing a 32-bit unsigned integer numeric data type.LabVIEW control terminal representing a 16-bit signed integer numeric data type.LabVIEW control terminal representing a 16-bit unsigned integer numeric data type.
System.String LabVIEW control terminal representing a string data type.
System.Boolean LabVIEW control terminal representing a Boolean data type.
System.Byte、System.Char LabVIEW control terminal representing an 8-bit unsigned integer numeric data type.
System.Single、System.Double LabVIEW control terminal representing double-precision floating-point data type.
System.Array 対応するタイプの配列として表示される。
その他の.NET 8.0 (Core) オブジェクト LabVIEW control terminal representing a reference number data type.