What happens when we instantiate a COM component ?
Answer Posted / 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 |
Post New Answer View All Answers
Is the com architecture same as .net architecture?
What is integrity?
How CCW and RCW is working?
Explain how to register dll in com / com+ application?
What happens when we instantiate a .NET component ?
What is jit activation?
Is it true that COM objects no longer need to be registered on the server?
What is the difference between com architecture and .net architecture?
How to make a net component talk to a com component?
What is com, com+ and dcom ?
What is manageability?
Explain the disadvantages of com components?
Explain the use of contextutil class?
Define object pooling?
Explain how to register com+ services?