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)

提供されたパスに基づいてオブジェクトをインスタンス化します。

適用対象