GCHandle.GetHashCode Metodo

Definizione

Restituisce un identificatore per l'oggetto corrente GCHandle .

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

Valori restituiti

Identificatore per l'oggetto corrente GCHandle .

Commenti

Il GetHashCode metodo restituisce una rappresentazione integer dell'handle di memoria interno incapsulato dalla GCHandle struttura.

Si applica a