ExecutionScope Class
TOC
Collapse the table of content
Expand the table of content

ExecutionScope Class

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

Note: This API is now obsolete.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Represents the runtime state of a dynamically generated method.

System::Object
  System.Runtime.CompilerServices::ExecutionScope

Namespace:  System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

No code example is currently available or this language may not be supported.

The ExecutionScope type exposes the following members.

  NameDescription
Public methodCreateDelegateCreates a delegate that can be used to execute a dynamically generated method.
Public methodCreateHoistedLocalsCreates an array to store the hoisted local variables.
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodIsolateExpressionFrees a specified expression tree of external parameter references by replacing the parameter with its current value.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

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

Windows Phone OS

Supported in: 7.1, 7.0
Obsolete (does not compile) in 8.0 and later

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft