RuntimeOps.CreateRuntimeVariables Metódus

Definíció

Létrehoz egy felületet, amellyel futtatáskor módosíthatók a változók.

Túlterhelések

Name Description
CreateRuntimeVariables()

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

Elavult.

Létrehoz egy felületet, amellyel futtatáskor módosíthatók a változók.

CreateRuntimeVariables(Object[], Int64[])

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

Elavult.

Létrehoz egy felületet, amellyel futtatáskor módosíthatók a változók.

CreateRuntimeVariables()

Forrás:
RuntimeOps.RuntimeVariableList.cs
Forrás:
RuntimeOps.RuntimeVariableList.cs
Forrás:
RuntimeOps.RuntimeVariableList.cs
Forrás:
RuntimeOps.RuntimeVariableList.cs
Forrás:
RuntimeOps.RuntimeVariableList.cs

Figyelemfelhívás

do not use this method

Létrehoz egy felületet, amellyel futtatáskor módosíthatók a változók.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Válaszok

A változók elérésére használható felület.

Attribútumok

A következőre érvényes:

CreateRuntimeVariables(Object[], Int64[])

Forrás:
RuntimeOps.RuntimeVariableList.cs
Forrás:
RuntimeOps.RuntimeVariableList.cs
Forrás:
RuntimeOps.RuntimeVariableList.cs
Forrás:
RuntimeOps.RuntimeVariableList.cs
Forrás:
RuntimeOps.RuntimeVariableList.cs

Figyelemfelhívás

do not use this method

Létrehoz egy felületet, amellyel futtatáskor módosíthatók a változók.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Paraméterek

data
Object[]

A lezáró tömb.

indexes
Int64[]

Indexek tömbje a záró tömbbe, ahol változók találhatók.

Válaszok

A változók elérésére használható felület.

Attribútumok

A következőre érvényes: