What happens when we instantiate a COM component ?
Answers were Sorted based on User's Feedback
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 |
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 |
Is the COM architecture same as .Net architecture? What is the difference between them?
Define transaction atomicity?
What is jit activation?
How CCW and RCW is working?
Explain object pooling?
Can we copy a COM dll to GAC folder?
Is the com architecture same as .net architecture?
Are com components serializable?
Is it true that COM objects no longer need to be registered on the server?
Explain how to register dll in com / com+ application?
What happens when we instantiate a COM component ?
Explain how to register com+ services?