ExecutionScope::CreateDelegate Method (Int32, array<Object^>^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a delegate that can be used to execute a dynamically generated method.
Assembly: System.Core (in System.Core.dll)
Parameters
- indexLambda
-
Type:
System::Int32
The index of the object that stores information about associated lambda expression of the dynamic method.
- locals
-
Type:
array<System::Object^>^
An array that contains the hoisted local variables from the parent context.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: