RuntimeOps.MergeRuntimeVariables Метод

Определение

Внимание!

do not use this method

Совмещает два списка переменных среды выполнения и возвращает новый список.

Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.

public:
 static System::Runtime::CompilerServices::IRuntimeVariables ^ MergeRuntimeVariables(System::Runtime::CompilerServices::IRuntimeVariables ^ first, System::Runtime::CompilerServices::IRuntimeVariables ^ second, cli::array <int> ^ indexes);
[System.Obsolete("do not use this method", true)]
public static System.Runtime.CompilerServices.IRuntimeVariables MergeRuntimeVariables (System.Runtime.CompilerServices.IRuntimeVariables first, System.Runtime.CompilerServices.IRuntimeVariables second, int[] indexes);
[<System.Obsolete("do not use this method", true)>]
static member MergeRuntimeVariables : System.Runtime.CompilerServices.IRuntimeVariables * System.Runtime.CompilerServices.IRuntimeVariables * int[] -> System.Runtime.CompilerServices.IRuntimeVariables
Public Shared Function MergeRuntimeVariables (first As IRuntimeVariables, second As IRuntimeVariables, indexes As Integer()) As IRuntimeVariables

Параметры

first
IRuntimeVariables

Первый список.

second
IRuntimeVariables

Второй список.

indexes
Int32[]

Массив индексов, указывающий, из какого списка получать переменные.

Возвращаемое значение

Объединенные переменные среды выполнения.

Атрибуты

Применяется к