On 03/13/03 Daniel Grigoras wrote: > please, there is something similar with > "regsvr32.exe MyProfiler.dll"(for Windows ),but in
I have no idea what regsvr32.exe does. > Linux ? > How may I register a profiler (DLL) under Linux? > In CVS , there are the equivalents of ICorProfilerInfo > and ICorProfilerCallback ( profiler.c , profiler.h > ..). Currently we have just an hard-coded profiler built-in in the mono runtime: the plan is to add an option to load dynamically a library that implements the profiling interface, but I didn't write the code to do that, yet. And, yes, the profiling interface is similar, but is not the same as in the MS runtime. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
