ApplicationCatalog Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ApplicationCatalog class.
Overloads
ApplicationCatalog() |
Initializes a new instance of the ApplicationCatalog class. |
ApplicationCatalog(ICompositionElement) |
Initializes a new instance of the ApplicationCatalog class by using the specified source for parts. |
ApplicationCatalog(ReflectionContext) |
Initializes a new instance of the ApplicationCatalog class by using the specified reflection context. |
ApplicationCatalog(ReflectionContext, ICompositionElement) |
Initializes a new instance of the ApplicationCatalog class by using the specified reflection context and source for parts. |
ApplicationCatalog()
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
Initializes a new instance of the ApplicationCatalog class.
public:
ApplicationCatalog();
public ApplicationCatalog ();
Public Sub New ()
Applies to
ApplicationCatalog(ICompositionElement)
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
Initializes a new instance of the ApplicationCatalog class by using the specified source for parts.
public:
ApplicationCatalog(System::ComponentModel::Composition::Primitives::ICompositionElement ^ definitionOrigin);
public ApplicationCatalog (System.ComponentModel.Composition.Primitives.ICompositionElement definitionOrigin);
new System.ComponentModel.Composition.Hosting.ApplicationCatalog : System.ComponentModel.Composition.Primitives.ICompositionElement -> System.ComponentModel.Composition.Hosting.ApplicationCatalog
Public Sub New (definitionOrigin As ICompositionElement)
Parameters
- definitionOrigin
- ICompositionElement
The element used by diagnostics to identify the source for parts.
Applies to
ApplicationCatalog(ReflectionContext)
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
Initializes a new instance of the ApplicationCatalog class by using the specified reflection context.
public:
ApplicationCatalog(System::Reflection::ReflectionContext ^ reflectionContext);
public ApplicationCatalog (System.Reflection.ReflectionContext reflectionContext);
new System.ComponentModel.Composition.Hosting.ApplicationCatalog : System.Reflection.ReflectionContext -> System.ComponentModel.Composition.Hosting.ApplicationCatalog
Public Sub New (reflectionContext As ReflectionContext)
Parameters
- reflectionContext
- ReflectionContext
The reflection context.
Applies to
ApplicationCatalog(ReflectionContext, ICompositionElement)
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
- Source:
- ApplicationCatalog.cs
Initializes a new instance of the ApplicationCatalog class by using the specified reflection context and source for parts.
public:
ApplicationCatalog(System::Reflection::ReflectionContext ^ reflectionContext, System::ComponentModel::Composition::Primitives::ICompositionElement ^ definitionOrigin);
public ApplicationCatalog (System.Reflection.ReflectionContext reflectionContext, System.ComponentModel.Composition.Primitives.ICompositionElement definitionOrigin);
new System.ComponentModel.Composition.Hosting.ApplicationCatalog : System.Reflection.ReflectionContext * System.ComponentModel.Composition.Primitives.ICompositionElement -> System.ComponentModel.Composition.Hosting.ApplicationCatalog
Public Sub New (reflectionContext As ReflectionContext, definitionOrigin As ICompositionElement)
Parameters
- reflectionContext
- ReflectionContext
The reflection context.
- definitionOrigin
- ICompositionElement
The element used by diagnostics to identify the source for parts.