IFactoryService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
- 특성
메서드
| Name | Description |
|---|---|
| CreateInstance(String, Object[]) |
제공된 전체 이름으로 객체를 인스턴스화합니다. |
| CreateInstance<T>(String, Object[]) |
주어진 전체 이름을 기반으로 객체를 인스턴스화합니다. |
| GetManifestResourceStream(String, String) |
서비스에서 지정된 명페스트 자원을 불러옵니다. |
| GetType(String) |
제공된 전체 타입 이름에 대한 객체 타입을 가져옵니다. |
| LoadResourceManager(String) |
제공된 경로를 기반으로 객체를 인스턴스화합니다. |