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)

基于提供的路径实例化对象。

适用于