AbstractInstallerBuilder.InstrumentedTypes Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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)
Syntax
'Declaration
ProtectedPropertyInstrumentedTypesAs IList(Of Type)
protected IList<Type> InstrumentedTypes { get; set; }
protected:
property IList<Type^>^ InstrumentedTypes {
IList<Type^>^ get ();
voidset (IList<Type^>^ value);
}
protectedfunction getInstrumentedTypes () : IList<Type>
protectedfunction setInstrumentedTypes (value : IList<Type>)
See Also
AbstractInstallerBuilder Class
Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |