RuntimeOps::CreateRuntimeVariables Method ()

 
Note: This API is now obsolete.

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.

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

public:
[ObsoleteAttribute("do not use this method", true)]
static IRuntimeVariables^ CreateRuntimeVariables()

Return Value

Type: System.Runtime.CompilerServices::IRuntimeVariables^

An interface to access variables.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: