ServicedComponent and IComponent

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'.
 
M

Marina

I don't think ServicedComponent and Component are related to each other.

ServicedComponent is for something you want to put in COM+.

Component is for an object you want to be able to use in the designer and
set properties on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top