ManagementEventArgs Classe
Definição
Representa a classe base virtual para conter dados de eventos para eventos WMI.Represents the virtual base class to hold event data for WMI events.
public ref class ManagementEventArgs abstract : EventArgs
public abstract class ManagementEventArgs : EventArgs
type ManagementEventArgs = class
inherit EventArgs
Public MustInherit Class ManagementEventArgs
Inherits EventArgs
- Herança
- Derivado
Propriedades
| Context |
Obtém o contexto de operação ecoado de volta da operação que disparou o evento.Gets the operation context echoed back from the operation that triggered the event. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |