ExecutionScope Class

Definition

Caution

do not use this type

Represents the runtime state of a dynamically generated method.

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

public ref class ExecutionScope
public class ExecutionScope
[System.Obsolete("do not use this type", true)]
public class ExecutionScope
type ExecutionScope = class
[<System.Obsolete("do not use this type", true)>]
type ExecutionScope = class
Public Class ExecutionScope
Inheritance
ExecutionScope
Attributes

Remarks

The ExecutionScope type is used by the expression tree compiler, which is an internal component of the LINQ expression tree API, and by the dynamic methods that it generates.

Fields

Globals

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

Represents the non-trivial constants and locally executable expressions that are referenced by a dynamically generated method.

Locals

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

Represents the hoisted local variables from the parent context.

Parent

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

Represents the execution scope of the calling delegate.

Methods

CreateDelegate(Int32, Object[])

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

Creates a delegate that can be used to execute a dynamically generated method.

CreateHoistedLocals()

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

Creates an array to store the hoisted local variables.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsolateExpression(Expression, Object[])

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

Frees a specified expression tree of external parameter references by replacing the parameter with its current value.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to