ProviderMetadata
Contains static information about an event provider, such as the name and id of the provider, and the collection of events defined in the provider.
Gets the localized name of the event provider.
Gets an enumerable collection of EventMetadata objects, each of which represents an event that is defined in the provider.
Gets the base of the URL used to form help requests for the events in this event provider.
Gets the globally unique identifier (GUID) for the event provider.
Gets an enumerable collection of EventKeyword objects, each of which represent an event keyword that is defined in the event provider.
Gets an enumerable collection of EventLevel objects, each of which represent a level that is defined in the event provider.
Gets an enumerable collection of EventLogLink objects, each of which represent a link to an event log that is used by the event provider.
Gets the path of the file that contains the message table resource that has the strings associated with the provider metadata.
Gets the unique name of the event provider.
Gets an enumerable collection of EventOpcode objects, each of which represent an opcode that is defined in the event provider.
Gets the path of the file that contains the message table resource that has the strings used for parameter substitutions in event descriptions.
Gets the path to the file that contains the metadata associated with the provider.
Gets an enumerable collection of EventTask objects, each of which represent a task that is defined in the event provider.
Initializes a new instance of the ProviderMetadata class by specifying the name of the provider that you want to retrieve information about.
public ProviderMetadata(string providerName, EventLogSession session, CultureInfo targetCultureInfo)
Initializes a new instance of the ProviderMetadata class by specifying the name of the provider that you want to retrieve information about, the event log service that the provider is registered with, and the language that you want to return the information in.
Releases all the resources used by this object.
Releases the unmanaged resources used by this object, and optionally releases the managed resources.