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.
| Name | Description | |
|---|---|---|
|
IsPinned | Gets a value indicating whether the object referred to by the local variable is pinned in memory. (Overrides LocalVariableInfo.IsPinned.) |
|
LocalIndex | Gets the zero-based index of the local variable within the method body. (Overrides LocalVariableInfo.LocalIndex.) |
|
LocalType | Gets the type of the local variable. (Overrides LocalVariableInfo.LocalType.) |
Show: