WaitHandle.Finalize Método

Definição

Libera os recursos mantidos pela instância atual.Releases the resources held by the current instance.

!WaitHandle ()
~WaitHandle ();
override this.Finalize : unit -> unit
Finalize ()

Comentários

Observação

Esse membro foi removido do .NET Framework versão 2,0 e versões subsequentes.This member has been removed from the .NET Framework version 2.0 and subsequent versions. Este tópico aplica-se somente às versões listadas em "informações de versão" mais adiante neste tópico.This topic applies only to the versions listed in "Version Information" later in this topic.

O código do aplicativo não chama esse método; ele é invocado automaticamente durante a coleta de lixo, a menos que a finalização pelo coletor de lixo tenha sido desabilitada.Application code does not call this method; it is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled. Para obter mais informações, consulte GC.SuppressFinalize e Finalize().For more information, see GC.SuppressFinalize and Finalize(). Este método substitui Finalize().This method overrides Finalize().

Aplica-se a