Represents the types of handles the
System.Runtime.InteropServices.GCHandle class can allocate.
[System.Runtime.InteropServices.ComVisible(true)]
public enum GCHandleType
Documentation for this section has not yet been entered.
Member Name | Description |
---|
Normal | A GCHandleType.Normal is an opaque
handle, and the address of the object it references cannot be resolved through
it. The GCHandleType.Normal also prevents the
collection of the referenced object by the GC. |
Pinned | Similar to GCHandleType.Normal, but allows the
address of the object, which the current System.Runtime.InteropServices.GCHandle
represents to be taken. |
Weak | Documentation for this section has not yet been entered. |
WeakTrackResurrection | Documentation for this section has not yet been entered. |
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0