ExecutionScope Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the runtime state of a dynamically generated method.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | CreateDelegate(Int32, array<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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsolateExpression(Expression^, array<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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | 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. |
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.
Available since 3.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)