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)

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

適用対象