LocalBuilder.IsPinned Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the object referred to by the local variable is pinned in memory.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the object referred to by the local variable is pinned in memory; otherwise, false.
Show: