RuntimeOps.CreateRuntimeVariables Method (Object[], Int64[])
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates an interface that can be used to modify closed over variables at runtime.
Assembly: System.Core (in System.Core.dll)
[ObsoleteAttribute("do not use this method", true)] public static IRuntimeVariables CreateRuntimeVariables( object[] data, long[] indexes )
Parameters
- data
-
Type:
System.Object[]
The closure array.
- indexes
-
Type:
System.Int64[]
An array of indicies into the closure array where variables are found.
Return Value
Type: System.Runtime.CompilerServices.IRuntimeVariablesAn interface to access variables.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: