Represents the base implementation for IComponent, which is the base for all components in WinForms. A component can be hosted in a container. For each component in a container, the container creates a site that it uses to manage the component.
Object
MarshalByRefObject
MarshalByRefComponent
[Visual Basic] Public Class MarshalByRefComponent Inherits MarshalByRefObject Implements IComponent, IServiceObjectProvider [C#] public class MarshalByRefComponent : MarshalByRefObject, IComponent, IServiceObjectProvider [C++] public __gc class MarshalByRefComponent : public MarshalByRefObject, IComponent, IServiceObjectProvider [JScript] public class MarshalByRefComponent extends MarshalByRefObject, IComponent, IServiceObjectProvider
[To be supplied.]
Namespace: System.ComponentModel
Assembly: System.dll
MarshalByRefComponent Members | System.ComponentModel Namespace