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)

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

适用于