LocalBuilder Properties
Collapse the table of content
Expand the table of content

LocalBuilder Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The LocalBuilder type exposes the following members.

  NameDescription
Public property IsPinned Gets a value indicating whether the object referred to by the local variable is pinned in memory. (Overrides LocalVariableInfo.IsPinned.)
Public property LocalIndex Gets the zero-based index of the local variable within the method body. (Overrides LocalVariableInfo.LocalIndex.)
Public property LocalType Gets the type of the local variable. (Overrides LocalVariableInfo.LocalType.)
Top

Show:
© 2017 Microsoft