Answer Posted / zubeir
There are two kind of components: in-process and out-of-
process. This is identified by where the component runs
when it is invoked. That is, (i) if a component sits inside
the calling process's address space, it is an in-process
component and (ii) if a component runs in its own address
space when invoked, it is an out-of-process component.
The data transmission between out-of-process component and
the calling process must be carried out by some IPC
mechanism while it is not required for the other one.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Which namespace do the classes, allowing you to support COM functionality, are located?
What are queued components?
Define and explain about COM?
What is the use of com component in .net?
Explain Futures of COM?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
What is the difference between aggregated and contained objects?
Does .net replace com?
How do we create dcom object in vb6?
Is dcom dead?
Can I use .net components from com programs?
What is dcom?
Once I have developed the com wrapper do I have to still register the com in registry?
Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?
Can I use com components from .net programs?