PerformanceCounterInstallerBuilder Constructor

Initializes this object with a list of Types that may potentially be attributed appropriately.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public PerformanceCounterInstallerBuilder(
    Type[] availableTypes
)
'Declaration
Public Sub New ( 
    availableTypes As Type()
)
public:
PerformanceCounterInstallerBuilder(
    array<Type^>^ availableTypes
)

Parameters

  • availableTypes
    Type: array<System.Type[]
    Array of types to inspect check for performance counter definitions needing installation

See Also

PerformanceCounterInstallerBuilder Class

PerformanceCounterInstallerBuilder Members

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation Namespace