Click or drag to resize
GCHandleFree Method
Releases a GCHandle.

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public void Free()
Exceptions
ExceptionCondition
InvalidOperationExceptionThe handle was freed or never initialized.
See Also