This documentation is archived and is not being maintained.
ExecutionScope Fields
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The ExecutionScope type exposes the following members.
|
| Name | Description |
|---|
|
Globals
|
Represents the non-trivial constants and locally executable expressions that are referenced by a dynamically generated method.
|
|
Locals
|
Represents the hoisted local variables from the parent context.
|
|
Parent
|
Represents the execution scope of the calling delegate.
|
Top