System.Runtime.InteropServices.GCHandleType.Pinned Field

This handle type is similar to GCHandleType.Normal, but allows the address of the pinned object to be taken. This prevents the garbage collector from moving the object and hence undermines the efficiency of the garbage collector. Use the GCHandle.Free method to free the allocated handle as soon as possible.

Value: Pinned

Syntax

GCHandleType Pinned

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0