MarshalByValueComponent クラス
アセンブリ: System (system.dll 内)

<ComVisibleAttribute(True)> _ Public Class MarshalByValueComponent Implements IComponent, IDisposable, IServiceProvider
[ComVisibleAttribute(true)] public class MarshalByValueComponent : IComponent, IDisposable, IServiceProvider
[ComVisibleAttribute(true)] public ref class MarshalByValueComponent : IComponent, IDisposable, IServiceProvider
/** @attribute ComVisibleAttribute(true) */ public class MarshalByValueComponent implements IComponent, IDisposable, IServiceProvider
ComVisibleAttribute(true) public class MarshalByValueComponent implements IComponent, IDisposable, IServiceProvider

コンポーネントは、コンテナに格納できます。コンテナ内の各コンポーネントに対して、コンテナはそのコンポーネントを管理するために使用するサイトを作成します。コンポーネントは、コンテナによって提供される、コンテナ固有の情報をコンポーネントごとに格納したリポジトリである ISite を通じてコンテナとやり取りします。
継承時の注意 このクラスから継承する場合は、Dispose、Site メソッドおよび GetService メソッドをオーバーライドできます。


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- MarshalByValueComponent クラスのページへのリンク