IComponentActivator Interface

Definition

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.

Applies to