CLR and COM components

Started by
0 comments, last by incertia 11 years, 6 months ago
Hi!
I'm new to COM components and interfaces and I have some questions:
1. I was reading this article: http://www.codeproject.com/Articles/15410/Creating-a-Custom-NET-Profiler
and I saw that it tells the CLR the COM GUID of the profiler it needs to use.
However I browsed the code and although there a profiling DLL - it is not referenced anywhere...
How can it be? Can the CLR create a com object on its own?

2. Is there a good tutorial on COM and the IDL thing?

thanks :)
Advertisement
I'm not very familiar with using the CLR to profile code, so I can't exactly answer #1.

Anyways, here is a good tutorial on COM.
what

This topic is closed to new replies.

Advertisement