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
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 are queued components?
Can I use .net components from com programs?
How do we create dcom object in vb6?
How to create an instance of the object in COM?
Define and explain about COM?
Is dcom dead?
What is reference counting in 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?s the difference between aggregated and contained objects?
What is the difference between aggregated and contained objects?
Explain Futures of COM?
Which namespace do the classes, allowing you to support COM functionality, are located?
What is dcom?
Does .net replace com?
how to call a dll as a COM dll?