G
Guest
Is there any connection at all between the ServicedComponent class and the
IComponent interface? The Visual Studio Help for IComponent says:
Provides functionality required by all components. Component is the default
implementation of IComponent and serves as the base class for all components
in the common language runtime.
But other than that they both derive from System.MarshalByRefObject, these
seem like two totally different uses of the word 'Component'.
IComponent interface? The Visual Studio Help for IComponent says:
Provides functionality required by all components. Component is the default
implementation of IComponent and serves as the base class for all components
in the common language runtime.
But other than that they both derive from System.MarshalByRefObject, these
seem like two totally different uses of the word 'Component'.