GCHandle.GetHashCode Método
Definição
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
Retornos
Um identificador do objeto GCHandle atual.An identifier for the current GCHandle object.
Comentários
O GetHashCode método retorna uma representação de inteiro do identificador de memória interna encapsulado pela GCHandle estrutura.The GetHashCode method returns an integer representation of the internal memory handle encapsulated by the GCHandle structure.