RuntimeOps.CreateRuntimeVariables 方法

定义

创建一个接口,该接口可用于修改在运行时通过变量关闭的接口。

重载

名称 说明
CreateRuntimeVariables()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

创建一个接口,该接口可用于修改在运行时通过变量关闭的接口。

CreateRuntimeVariables(Object[], Int64[])

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

创建一个接口,该接口可用于修改在运行时通过变量关闭的接口。

CreateRuntimeVariables()

Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs

注意

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[])

Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs
Source:
RuntimeOps.RuntimeVariableList.cs

注意

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[]

在找到变量的闭包数组中,索引数组。

返回

用于访问变量的接口。

属性

适用于