ICustomFactory インターフェイス
MarshalByRefObject を拡張するマネージ オブジェクトのアクティベーション コードを、ユーザーが書き込むことができるようにします。
この型のすべてのメンバの一覧については、ICustomFactory メンバ を参照してください。
Public Interface ICustomFactory
[C#]
public interface ICustomFactory
[C++]
public __gc __interface ICustomFactory
[JScript]
public interface ICustomFactory
解説
ICustomFactory を実装するプロキシ クラスを作成し、 MarshalByRefObject クラスに ProxyAttribute で属性を設定することによって、カスタム アクティベーションを有効にできます。クラスをアクティブにするとき、プロキシの CreateInstance メソッドがクラスのアクティブ化に使用する共通言語ランタイムによって呼び出されます。
必要条件
名前空間: System.Runtime.InteropServices
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: Mscorlib (Mscorlib.dll 内)