This topic has not yet been rated - Rate this topic

CatalogExportProvider Class

Retrieves exports from a catalog.

System.Object
  System.ComponentModel.Composition.Hosting.ExportProvider
    System.ComponentModel.Composition.Hosting.CatalogExportProvider

Namespace:  System.ComponentModel.Composition.Hosting
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public class CatalogExportProvider : ExportProvider, 
	IDisposable

The CatalogExportProvider type exposes the following members.

  Name Description
Public method Supported by Portable Class Library CatalogExportProvider(ComposablePartCatalog) Initializes a new instance of the CatalogExportProvider class with the specified catalog.
Public method Supported by Portable Class Library CatalogExportProvider(ComposablePartCatalog, Boolean) Initializes a new instance of the CatalogExportProvider class with the specified catalog and optional in thread-safe mode.
Top
  Name Description
Public property Supported by Portable Class Library Catalog Gets the catalog that is used to provide exports.
Public property Supported by Portable Class Library SourceProvider Gets or sets the export provider which provides access to additional exports.
Top
  Name Description
Public method Supported by Portable Class Library Dispose() Releases all resources used by the current instance of the CatalogExportProvider class.
Protected method Supported by Portable Class Library Dispose(Boolean) Releases the unmanaged resources used by the CatalogExportProvider and optionally releases the managed resources.
Public method Supported by Portable Class Library Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by Portable Class Library 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 GetExport<T>() Returns the export with the contract name derived from the specified type parameter. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.)
Public method GetExport<T>(String) Returns the export with the specified contract name. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExport<T, TMetadataView>() Returns the export with the contract name derived from the specified type parameter. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExport<T, TMetadataView>(String) Returns the export with the specified contract name. If there is not exactly one matching export, an exception is thrown. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExportedValue<T>() Returns the exported object with the contract name derived from the specified type parameter. If there is not exactly one matching exported object, an exception is thrown. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExportedValue<T>(String) Returns the exported object with the specified contract name. If there is not exactly one matching exported object, an exception is thrown. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExportedValueOrDefault<T>() Gets the exported object with the contract name derived from the specified type parameter or the default value for the specified type, or throws an exception if there is more than one matching exported object. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExportedValueOrDefault<T>(String) Gets the exported object with the specified contract name or the default value for the specified type, or throws an exception if there is more than one matching exported object. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExportedValues<T>() Gets all the exported objects with the contract name derived from the specified type parameter. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExportedValues<T>(String) Gets all the exported objects with the specified contract name. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExports(ImportDefinition) Gets all exports that match the conditions of the specified import definition. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExports(ImportDefinition, AtomicComposition) Gets all exports that match the conditions of the specified import definition and composition. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExports(Type, Type, String) Gets all the exports with the specified contract name. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExports<T>() Gets all the exports with the contract name derived from the specified type parameter. (Inherited from ExportProvider.)
Public method GetExports<T>(String) Gets all the exports with the specified contract name. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library GetExports<T, TMetadataView>(String) Gets all the exports with the specified contract name. (Inherited from ExportProvider.)
Protected method Supported by Portable Class Library GetExportsCore Returns all exports that match the conditions of the specified import. (Overrides ExportProvider.GetExportsCore(ImportDefinition, AtomicComposition).)
Public method Supported by Portable Class Library GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by Portable Class Library GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Supported by Portable Class Library MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method Supported by Portable Class Library OnExportsChanged Raises the ExportsChanged event. (Inherited from ExportProvider.)
Protected method Supported by Portable Class Library OnExportsChanging Raises the ExportsChanging event. (Inherited from ExportProvider.)
Public method Supported by Portable Class Library ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Supported by Portable Class Library TryGetExports Gets all the exports that match the conditions of the specified import. (Inherited from ExportProvider.)
Top
  Name Description
Public event Supported by Portable Class Library ExportsChanged Occurs when the exports in the ExportProvider change. (Inherited from ExportProvider.)
Public event Supported by Portable Class Library ExportsChanging Occurs when the provided exports are changing. (Inherited from ExportProvider.)
Top

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

Portable Class Library

Supported in: Portable Class Library

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ