MarshalByValueComponent Class
.NET Framework 3.0
Implements IComponent and provides the base implementation for remotable components that are marshaled by value (a copy of the serialized object is passed).
Namespace: System.ComponentModel
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <TypeConverterAttribute(GetType(ComponentConverter))> _ <ComVisibleAttribute(True)> _ Public Class MarshalByValueComponent Implements IComponent, IDisposable, IServiceProvider 'Usage Dim instance As MarshalByValueComponent
/** @attribute TypeConverterAttribute(System.ComponentModel.ComponentConverter) */ /** @attribute ComVisibleAttribute(true) */ public class MarshalByValueComponent implements IComponent, IDisposable, IServiceProvider
TypeConverterAttribute(System.ComponentModel.ComponentConverter) ComVisibleAttribute(true) public class MarshalByValueComponent implements IComponent, IDisposable, IServiceProvider
Not applicable.
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.Windows 98, Windows Server 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
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: