MarshalByValueComponent Class
Implements IComponent and provides the base implementation for remotable components that are marshaled by value (a copy of the serialized object is passed).
Assembly: System (in System.dll)
A component can be contained in a container. For each component in a container, the container creates a site that it uses to manage the component. The component interacts with its container primarily through a container-provided ISite, which is a repository of container-specific, per-component information.
Notes to Inheritors:When you inherit from this class, you can override the Dispose, Site, and the GetService methods.
System.ComponentModel.MarshalByValueComponent
System.Data.DataColumn
System.Data.DataSet
System.Data.DataTable
System.Data.DataView
System.Data.DataViewManager
System.Web.Services.WebService
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.