GCHandle.GetHashCode Método

Definição

Retorna um identificador do objeto GCHandle atual.Returns an identifier for the current GCHandle object.

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

Retornos

Int32

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.

Aplica-se a