Answer Posted / chandrasekharreddy siddamreddy
Open the dll in dependency walker application
(depends.exe). If the dll is having following functions
DLLRegisterServer
DLLUnRegisterServer
DLLCanUnloadNow
DLLGetClassObject
It is a COM DLL otherwise it is not.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Can I use com components from .net programs?
Explain Futures of COM?
What are queued components?
How do we create dcom object in vb6?
What is dcom?
How to create an instance of the object in COM?
how to call a dll as a COM dll?
Is dcom dead?
What is the use of com component in .net?
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?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
Define and explain about COM?
Does .net replace com?
Can you explain what is dcom?
Which namespace do the classes, allowing you to support COM functionality, are located?