RuntimeOps 类

定义

包含从动态生成的方法调用的帮助器方法。Contains helper methods called from dynamically generated methods.

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

public ref class RuntimeOps abstract sealed
public static class RuntimeOps
type RuntimeOps = class
Public Class RuntimeOps
继承
RuntimeOps

方法

CreateRuntimeVariables()

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

已过时。

创建一个可用于在运行时修改封闭式变量的接口。Creates an interface that can be used to modify closed over variables at runtime.

CreateRuntimeVariables(Object[], Int64[])

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

已过时。

创建一个可用于在运行时修改封闭式变量的接口。Creates an interface that can be used to modify closed over variables at runtime.

ExpandoCheckVersion(ExpandoObject, Object)

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

已过时。

检查 Expando 对象的版本。Checks the version of the Expando object.

ExpandoPromoteClass(ExpandoObject, Object, Object)

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

已过时。

将 Expando 对象从一个类提升为新类。Promotes an Expando object from one class to a new class.

ExpandoTryDeleteValue(ExpandoObject, Object, Int32, String, Boolean)

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

已过时。

删除 expando 对象中某项的值。Deletes the value of an item in an expando object.

ExpandoTryGetValue(ExpandoObject, Object, Int32, String, Boolean, Object)

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

已过时。

获取 expando 对象中某项的值。Gets the value of an item in an expando object.

ExpandoTrySetValue(ExpandoObject, Object, Int32, Object, String, Boolean)

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

已过时。

设置 expando 对象中某项的值。Sets the value of an item in an expando object.

MergeRuntimeVariables(IRuntimeVariables, IRuntimeVariables, Int32[])

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

已过时。

组合两个运行时变量列表,并返回一个新列表。Combines two runtime variable lists and returns a new list.

Quote(Expression, Object, Object[])

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

已过时。

为提供的表达式树加引号。Quotes the provided expression tree.

适用于