Click or drag to resize
GCHandleGetHashCode Method
Returns an identifier for the current GCHandle object.

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
An identifier for the current GCHandle object.
See Also