次の方法で共有


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

Name Description
CreateInstance(Type)

Creates a component of the specified type.

Applies to