LocalBuilder Properties

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

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The LocalBuilder type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone IsPinned Gets a value indicating whether the object referred to by the local variable is pinned in memory. (Overrides LocalVariableInfo.IsPinned.)
Public propertySupported by Silverlight for Windows Phone LocalIndex Gets the zero-based index of the local variable within the method body. (Overrides LocalVariableInfo.LocalIndex.)
Public propertySupported by Silverlight for Windows Phone LocalType Gets the type of the local variable. (Overrides LocalVariableInfo.LocalType.)

Top