LocalVariableInfo Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The LocalVariableInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsPinned | Gets a Boolean value indicating whether the object referred to by the local variable is pinned in memory. |
|
LocalIndex | Gets the index of the local variable within the method body. |
|
LocalType | Gets the type of the local variable. |
Show: