RuntimeOps.CreateRuntimeVariables メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実行時にクローズ オーバー変数を変更するために使用できるインターフェイスを作成します。
オーバーロード
CreateRuntimeVariables() |
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
古い.
実行時にクローズ オーバー変数を変更するために使用できるインターフェイスを作成します。 |
CreateRuntimeVariables(Object[], Int64[]) |
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
古い.
実行時にクローズ オーバー変数を変更するために使用できるインターフェイスを作成します。 |
CreateRuntimeVariables()
注意事項
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[])
注意事項
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[]
クロージャ配列で変数が見つかった位置を示すインデックスの配列。
戻り値
変数にアクセスするためのインターフェイス。
- 属性
適用対象
.NET