RuntimeOps.CreateRuntimeVariables Methode

Definitie

Hiermee maakt u een interface die kan worden gebruikt voor het wijzigen van gesloten variabelen tijdens runtime.

Overloads

Name Description
CreateRuntimeVariables()

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Verouderd.

Hiermee maakt u een interface die kan worden gebruikt voor het wijzigen van gesloten variabelen tijdens runtime.

CreateRuntimeVariables(Object[], Int64[])

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Verouderd.

Hiermee maakt u een interface die kan worden gebruikt voor het wijzigen van gesloten variabelen tijdens runtime.

CreateRuntimeVariables()

Bron:
RuntimeOps.RuntimeVariableList.cs
Bron:
RuntimeOps.RuntimeVariableList.cs
Bron:
RuntimeOps.RuntimeVariableList.cs
Bron:
RuntimeOps.RuntimeVariableList.cs
Bron:
RuntimeOps.RuntimeVariableList.cs

Let op

do not use this method

Hiermee maakt u een interface die kan worden gebruikt voor het wijzigen van gesloten variabelen tijdens runtime.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Retouren

Een interface voor toegang tot variabelen.

Kenmerken

Van toepassing op

CreateRuntimeVariables(Object[], Int64[])

Bron:
RuntimeOps.RuntimeVariableList.cs
Bron:
RuntimeOps.RuntimeVariableList.cs
Bron:
RuntimeOps.RuntimeVariableList.cs
Bron:
RuntimeOps.RuntimeVariableList.cs
Bron:
RuntimeOps.RuntimeVariableList.cs

Let op

do not use this method

Hiermee maakt u een interface die kan worden gebruikt voor het wijzigen van gesloten variabelen tijdens runtime.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

data
Object[]

De sluitingsmatrix.

indexes
Int64[]

Een matrix van indexen in de sluitingsmatrix waar variabelen worden gevonden.

Retouren

Een interface voor toegang tot variabelen.

Kenmerken

Van toepassing op