AssemblyCatalog::Assembly Property

 

Gets the assembly whose attributed types are contained in the assembly catalog.

Namespace:   System.ComponentModel.Composition.Hosting
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

public:
property Assembly^ Assembly {
	Assembly^ get();
}

Property Value

Type: System.Reflection::Assembly^

The assembly whose attributed Type objects are contained in the AssemblyCatalog.

.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show: