IFactoryService 인터페이스

정의

FactoryService를 나타내는 속성과 메서드를 정의합니다.

public interface class IFactoryService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("3f68ba77-75e9-488e-a0b4-8227df82463b")]
public interface IFactoryService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("3f68ba77-75e9-488e-a0b4-8227df82463b")>]
type IFactoryService = interface
Public Interface IFactoryService
특성

메서드

CreateInstance(String, Object[])

제공된 전체 이름을 기준으로 개체를 인스턴스화합니다.

CreateInstance<T>(String, Object[])

제공된 전체 이름을 기준으로 개체를 인스턴스화합니다.

GetManifestResourceStream(String, String)

서비스에서 지정한 매니페스트 리소스를 로드합니다.

GetType(String)

제공된 전체 유형 이름에 대한 개체의 유형을 검색합니다.

LoadResourceManager(String)

제공된 경로를 기준으로 개체를 인스턴스화합니다.

적용 대상