Implements IComponent and provides the base implementation for remotable components that are marshaled by value (a copy of the serialized object is passed).
<TypeConverterAttribute(GetType(ComponentConverter))> _ <ComVisibleAttribute(True)> _ Public Class MarshalByValueComponent _ Implements IComponent, IDisposable, IServiceProvider
Dim instance As MarshalByValueComponent
[TypeConverterAttribute(typeof(ComponentConverter))] [ComVisibleAttribute(true)] public class MarshalByValueComponent : IComponent, IDisposable, IServiceProvider
[TypeConverterAttribute(typeof(ComponentConverter))] [ComVisibleAttribute(true)] public ref class MarshalByValueComponent : IComponent, IDisposable, IServiceProvider
public class MarshalByValueComponent implements IComponent, IDisposable, IServiceProvider
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.
When you inherit from this class, you can override the Dispose, Site, and the GetService methods.
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