GCHandle.GetHashCode Metodo

Definizione

Restituisce un identificatore per l'oggetto GCHandle corrente.

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

Restituisce

Identificatore per l'oggetto GCHandle corrente.

Commenti

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

Si applica a