IComponentActivator Interface
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.
Represents an activator that can be used to instantiate components. The activator is not responsible for dependency injection, since the framework performs dependency injection to the resulting instances separately.
public interface class IComponentActivator
public interface IComponentActivator
type IComponentActivator = interface
Public Interface IComponentActivator
Methods
CreateInstance(Type) |
Creates a component of the specified type. |