Activity overview
Latest activity by kbabiy
Thank you VERY MUCH. This last one was most useful / comments
Thank you VERY MUCH. This last one was most useful
James
Could you please write how to open a consrtructor this way? I tried several ways, but it didn't work.
Thank you very much. / comments
James
Could you please write how to open a consrtructor this way? I tried several ways, but it didn't work.
Thank you very much.
Thanks, that really helped.
Here is the list of prefixes I found:
Delegate = 'T',
Event = 'E',
Field = 'F',
Method = 'M',
Property = 'P'
Question: how to open a consrtructor this way?
I tried something like:
Reflector.exe /select:C:System.Object.ctor
But it didn't work :-/ / comments
Thanks, that really helped.
Here is the list of prefixes I found:
Delegate = 'T',
Event = 'E',
Field = 'F',
Method = 'M',
Property = 'P'
Question: how to open a consrtructor this way?
I tried somet...
Need '/select' command line key usage example
I have 'DummyConsole.exe' assembly loaded into the Reflector assembly list.
How can I launch Reflector using '/select'command line key to make it open some specific method/field from this assembl...