System.Runtime.CompilerServices.RuntimeOps Members

The members of System.Runtime.CompilerServices.RuntimeOps are listed below.

See Also: Inherited members from System.Object

Public Methods

static
CreateRuntimeVariables() : IRuntimeVariables

Creates an interface that can be used to modify closed over variables at runtime.

static
CreateRuntimeVariables(object[], long[]) : IRuntimeVariables

Creates an interface that can be used to modify closed over variables at runtime.

static
ExpandoCheckVersion(System.Dynamic.ExpandoObject, object) : bool

Checks the version of the Expando object.

static
ExpandoPromoteClass(System.Dynamic.ExpandoObject, object, object)

Promotes an Expando object from one class to a new class.

static
ExpandoTryDeleteValue(System.Dynamic.ExpandoObject, object, int, string, bool) : bool

Deletes the value of an item in an expando object.

static
ExpandoTryGetValue(System.Dynamic.ExpandoObject, object, int, string, bool, out object) : bool
Documentation for this section has not yet been entered.
static
ExpandoTrySetValue(System.Dynamic.ExpandoObject, object, int, object, string, bool) : object

Sets the value of an item in an expando object.

static
MergeRuntimeVariables(IRuntimeVariables, IRuntimeVariables, int[]) : IRuntimeVariables

Combines two runtime variable lists and returns a new list.

static
Quote(System.Linq.Expressions.Expression, object, object[]) : System.Linq.Expressions.Expression

Quotes the provided expression tree.