GCHandle.GetHashCode Metoda

Definicja

Zwraca identyfikator bieżącego GCHandle obiektu.

public:
 override int GetHashCode();
public override int GetHashCode ();
public override readonly int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Zwraca

Identyfikator bieżącego GCHandle obiektu.

Uwagi

Metoda GetHashCode zwraca całkowitą reprezentację wewnętrznego uchwytu pamięci hermetyzowanej GCHandle przez strukturę.

Dotyczy