Re: COM -> CSharp Interface generator
From: Al Ponomarev (support_at_9rays.net)
Date: 04/30/04
- Next message: Michael Sparks: "Re: Parameter metadata"
- Previous message: Brian Tyler: "Re: Parameter metadata"
- Next in thread: Roland: "Re: COM -> CSharp Interface generator"
- Maybe reply: Roland: "Re: COM -> CSharp Interface generator"
- Maybe reply: Roland: "Re: COM -> CSharp Interface generator"
- Reply: Roland: "Re: COM -> CSharp Interface generator"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Michael Sparks: "Re: Parameter metadata"
- Previous message: Brian Tyler: "Re: Parameter metadata"
- Next in thread: Roland: "Re: COM -> CSharp Interface generator"
- Maybe reply: Roland: "Re: COM -> CSharp Interface generator"
- Maybe reply: Roland: "Re: COM -> CSharp Interface generator"
- Reply: Roland: "Re: COM -> CSharp Interface generator"
- Messages sorted by: [ date ] [ thread ]