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
- 属性
方法
| 名称 | 说明 |
|---|---|
| CreateInstance(String, Object[]) |
通过提供的全名实例化对象。 |
| CreateInstance<T>(String, Object[]) |
基于给定的全名实例化一个对象。 |
| GetManifestResourceStream(String, String) |
从服务加载指定的清单资源。 |
| GetType(String) |
获取提供的全类型名称对象的类型。 |
| LoadResourceManager(String) |
基于提供的路径实例化对象。 |