RuntimeOps.CreateRuntimeVariables メソッド

定義

実行時にクローズ オーバー変数を変更するために使用できるインターフェイスを作成します。

オーバーロード

CreateRuntimeVariables()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

古い.

実行時にクローズ オーバー変数を変更するために使用できるインターフェイスを作成します。

CreateRuntimeVariables(Object[], Int64[])

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

古い.

実行時にクローズ オーバー変数を変更するために使用できるインターフェイスを作成します。

CreateRuntimeVariables()

ソース:
RuntimeOps.RuntimeVariableList.cs
ソース:
RuntimeOps.RuntimeVariableList.cs
ソース:
RuntimeOps.RuntimeVariableList.cs

注意事項

do not use this method

実行時にクローズ オーバー変数を変更するために使用できるインターフェイスを作成します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static System::Runtime::CompilerServices::IRuntimeVariables ^ CreateRuntimeVariables();
[System.Obsolete("do not use this method", true)]
public static System.Runtime.CompilerServices.IRuntimeVariables CreateRuntimeVariables ();
[<System.Obsolete("do not use this method", true)>]
static member CreateRuntimeVariables : unit -> System.Runtime.CompilerServices.IRuntimeVariables
Public Shared Function CreateRuntimeVariables () As IRuntimeVariables

戻り値

変数にアクセスするためのインターフェイス。

属性

適用対象

CreateRuntimeVariables(Object[], Int64[])

ソース:
RuntimeOps.RuntimeVariableList.cs
ソース:
RuntimeOps.RuntimeVariableList.cs
ソース:
RuntimeOps.RuntimeVariableList.cs

注意事項

do not use this method

実行時にクローズ オーバー変数を変更するために使用できるインターフェイスを作成します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static System::Runtime::CompilerServices::IRuntimeVariables ^ CreateRuntimeVariables(cli::array <System::Object ^> ^ data, cli::array <long> ^ indexes);
[System.Obsolete("do not use this method", true)]
public static System.Runtime.CompilerServices.IRuntimeVariables CreateRuntimeVariables (object[] data, long[] indexes);
[<System.Obsolete("do not use this method", true)>]
static member CreateRuntimeVariables : obj[] * int64[] -> System.Runtime.CompilerServices.IRuntimeVariables
Public Shared Function CreateRuntimeVariables (data As Object(), indexes As Long()) As IRuntimeVariables

パラメーター

data
Object[]

クロージャ配列。

indexes
Int64[]

クロージャ配列で変数が見つかった位置を示すインデックスの配列。

戻り値

変数にアクセスするためのインターフェイス。

属性

適用対象