What happens when we instantiate a COM component ?

Answers were Sorted based on User's Feedback



What happens when we instantiate a COM component ?..

Answer / ravi raj chellueri

When instantiating a COM object, Visual Basic calls an API
function named CoCreateInstance() behind the scenes to
create the object for you.

Is This Answer Correct ?    7 Yes 0 No

What happens when we instantiate a COM component ?..

Answer / virat sarswat

When instantiation happen COM Component is Actually picked
up from it's ClassFactory. Then instance of the CoClass is
create and AddRef is called for the CoClass object. Hence
object life cycle is started when it's instantiate.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More COM+ Interview Questions

what are wrapper Classes?

2 Answers   Tech Mahindra,


Can we copy a COM dll to GAC folder?

1 Answers  


What is com, com+ and dcom ?

0 Answers  


Explain how to register com+ services?

0 Answers  


How will you register com+ services?

3 Answers  






Is the COM architecture same as .Net architecture? What is the difference between them ?

3 Answers  


Disadvantages of com components?

3 Answers   Microsoft,


Is the COM architecture same as .Net architecture? What is the difference between them?

1 Answers  


Explain how to make a net component talk to a com component?

0 Answers  


Is it true that COM objects no longer need to be registered on the server?

0 Answers  


WHY WE LEARN THE 8085 ? BECAUSE WE R IN 21 CENTURI SO WHY WE LEARN 8085?

2 Answers  


How CCW and RCW is working?

0 Answers  


Categories