EventLogInstallerBuilder Methods

Include Protected Members
Include Inherited Members

The EventLogInstallerBuilder type exposes the following members.

Methods

  Name Description
Protected method ConfirmAttributeExists
Helper method to determine if the given type is annotated with the required attribute.
(Inherited from AbstractInstallerBuilder.)
Protected method CreateInstallers
Creates EventLogInstaller instances for each separate event log source needing installation.
(Overrides AbstractInstallerBuilder.CreateInstallers(ICollection<Type>).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Fill
Fills the given installer with other, more specific kinds of installers that have been filled with the appropriate kinds of installable resources
(Inherited from AbstractInstallerBuilder.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method IsInstrumented
Helper method to determine if the attributes for a given type match the attributes used to specify a specific kind of installable resource. The type should be attributed with HasInstallableResourcesAttribute and the attribute passed to this method call.
(Inherited from AbstractInstallerBuilder.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also

EventLogInstallerBuilder Class

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation Namespace