System.Runtime.CompilerServices.ExecutionScope: Method Members

The methods of System.Runtime.CompilerServices.ExecutionScope are listed below. For a list of all members, see the ExecutionScope Members list.

See Also: Inherited members from System.Object

Public Methods

CreateDelegate(int, object[]) : Delegate

Creates a delegate that can be used to execute a dynamically generated method.

CreateHoistedLocals() : object[]

Creates an array to store the hoisted local variables.

IsolateExpression(System.Linq.Expressions.Expression, object[]) : System.Linq.Expressions.Expression

Frees a specified expression tree of external parameter references by replacing the parameter with its current value.