ExecutionScope.CreateHoistedLocals Method ()

 

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

Creates an array to store the hoisted local variables.

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

public object[] CreateHoistedLocals()

Return Value

Type: System.Object[]

An array to store hoisted local variables.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: