RuntimeOps.MergeRuntimeVariables Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
do not use this method
Kombinuje dva seznamy proměnných modulu runtime a vrátí nový seznam.
Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.
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
Parametry
- first
- IRuntimeVariables
První seznam.
- second
- IRuntimeVariables
Druhý seznam.
- indexes
- Int32[]
Pole indexu označující seznam, ze kterého se mají proměnné získat.
Návraty
Sloučené proměnné modulu runtime
- Atributy
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.