Re: COM -> CSharp Interface generator

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Al Ponomarev (support_at_9rays.net)
Date: 04/30/04


Date: Sat, 1 May 2004 01:12:51 +0400

Any decompiler can't produce real same code of produced TLBIMP utility -
Try this - open interop assembly in the ildasm and see the attributes of
some methods of some COM interface - you'll see <internalcall> attribute -
it means that this method will execute thru .Net VM.
This attribute - is internal for .net framework attribute that you can't
atach to source, unfortunately :(
I've experimented with the Text Object Model (TOM) but have no good results
with using decompiled from tom.dll produced by tlbimp.

--
Best regards,
Victor Victorov
Spices.Net - class browser, decompiler, obfuscator, modeler for your .Net
apps.
9Rays.Net

Quantcast