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
- 屬性
方法
| 名稱 | Description |
|---|---|
| CreateInstance(String, Object[]) |
透過提供的全名實例化物件。 |
| CreateInstance<T>(String, Object[]) |
根據給定的全名實例化物件。 |
| GetManifestResourceStream(String, String) |
從服務載入指定的清單資源。 |
| GetType(String) |
取得所提供完整型別名稱的物件型別。 |
| LoadResourceManager(String) |
根據所提供的路徑實例化物件。 |