Is it possible to get an parameter object from the stacktrace?

  • Thread starter Thread starter DBxGlock
  • Start date Start date
D

DBxGlock

Howdy all,

Is it possible to use the stacktrace to get the actual object being
passed into a method via the stacktrace? For example, in the call:

System.Windows.Forms.Application.Run(System.Windows.Forms.Form
mainForm)

Is it possible to obtain the actual Form "mainForm"?

Thanks,
Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top