NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MarshalByRefComponent Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

MarshalByRefComponent Members | System.ComponentModel Namespace