AbstractInstallerBuilder.InstrumentedTypes Property

Gets or sets a list of all instrumentented types found in a given assembly. Types are instrumented if they are attributed with HasInstallableResourcesAttribute and another attribute specifying another, more specific resource type.

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

protected IList<Type> InstrumentedTypes { get; set; }
'Declaration
Protected Property InstrumentedTypes As IList(Of Type)
    Get
    Set
protected:
property IList<Type^>^ InstrumentedTypes {
    IList<Type^>^ get ();
    void set (IList<Type^>^ value);
}

Property Value

Type: IList<Type>

See Also

AbstractInstallerBuilder Class

AbstractInstallerBuilder Members

Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation Namespace