RuntimeOps.CreateRuntimeVariables Method (array<Object[], array<Int64[])

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

Note: This API is now obsolete. The non-obsolete alternative is .

Creates an interface that can be used to modify closed over variables at runtime.

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

Syntax

'Declaration
<ObsoleteAttribute("do not use this method", True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Shared Function CreateRuntimeVariables ( _
    data As Object(), _
    indexes As Long() _
) As IRuntimeVariables
[ObsoleteAttribute("do not use this method", true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static IRuntimeVariables CreateRuntimeVariables(
    Object[] data,
    long[] indexes
)

Parameters

  • indexes
    Type: array<System.Int64[]
    An array of indicies into the closure array where variables are found.

Return Value

Type: System.Runtime.CompilerServices.IRuntimeVariables
An interface to access variables.

Version Information

Silverlight

Obsolete (does not compile) in 4 and later

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.