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
 
Back
Top