ManagementEventWatcher.Finalize Método
Definição
Garante que as chamadas pendentes sejam desmarcadas.Ensures that outstanding calls are cleared. Este é o destruidor do objeto.This is the destructor for the object. Em C#, os finalizadores são expressos usando a sintaxe do destruidor.In C#, finalizers are expressed using destructor syntax.
!ManagementEventWatcher ()
~ManagementEventWatcher ();
override this.Finalize : unit -> unit
Finalize ()
Comentários
Segurança do .NET Framework.NET Framework Security
Confiança total para o chamador imediato.Full trust for the immediate caller. Este membro não pode ser usado pelo código parcialmente confiável.This member cannot be used by partially trusted code. Para obter mais informações, consulte usando bibliotecas de código parcialmente confiável.For more information, see Using Libraries from Partially Trusted Code.