RuntimeOps Class

Definition

Contains helper methods called from dynamically generated methods.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class RuntimeOps abstract sealed
public static class RuntimeOps
type RuntimeOps = class
Public Class RuntimeOps
Inheritance
RuntimeOps

Methods

CreateRuntimeVariables()

This API supports the product infrastructure and is not intended to be used directly from your code.

Obsolete.

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

CreateRuntimeVariables(Object[], Int64[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Obsolete.

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

ExpandoCheckVersion(ExpandoObject, Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Obsolete.

Checks the version of the Expando object.

ExpandoPromoteClass(ExpandoObject, Object, Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Obsolete.

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

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Obsolete.

Deletes the value of an item in an expando object.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Obsolete.

Gets the value of an item in an expando object.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Obsolete.

Sets the value of an item in an expando object.

MergeRuntimeVariables(IRuntimeVariables, IRuntimeVariables, Int32[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Obsolete.

Combines two runtime variable lists and returns a new list.

Quote(Expression, Object, Object[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Obsolete.

Quotes the provided expression tree.

Applies to