ExecutionScope Fields
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public field Globals Represents the non-trivial constants and locally executable expressions that are referenced by a dynamically generated method.
Public field Locals Represents the hoisted local variables from the parent context.
Public field Parent Represents the execution scope of the calling delegate.
Top

Show:
© 2017 Microsoft