ExecutionScope Fields

 

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

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

NameDescription
System_CAPS_pubfieldGlobals

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.

System_CAPS_pubfieldLocals

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.

System_CAPS_pubfieldParent

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.

Return to top
Show: