IComponentActivator 인터페이스

정의

구성 요소를 인스턴스화하는 데 사용할 수 있는 활성화자를 나타냅니다. 프레임워크는 결과 인스턴스에 대한 종속성 주입을 별도로 수행하므로 활성화기는 종속성 주입을 담당하지 않습니다.

public interface class IComponentActivator
public interface IComponentActivator
type IComponentActivator = interface
Public Interface IComponentActivator

메서드

CreateInstance(Type)

지정된 형식의 구성 요소를 만듭니다.

적용 대상