HighTechTalks DotNet Forums  

ILDasm and Reflection

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss ILDasm and Reflection in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Antonio Linares
 
Posts: n/a

Default ILDasm and Reflection - 07-04-2003 , 03:14 AM






It is easy to check that ILDasm has not been built using .NET (just try to
dissassemble itself), so ILDasm.exe may not be using the Reflection API.

The question is: even in the case that ILDasm would use the Reflection API,
how is it possible to get this:
(as generated from ILDasm)

ldstr ...
call valuetype [System.Windows.Forms]System.Windows.Forms.DialogResult
[System.Windows.Forms]System.Windows.Forms.MessageBox::Show(string)

from this:

MessageBox.Show( "Hello world!" );

It seems to me that the Reflection API does not provide all that info, am I
wrong ?

thanks,

Antonio



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.