![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How would one obtain the parameter VALUES of a method that has already run? I can find the method using the StackTrace and StackFrame classes but once I find the method I would like to obtain the value of one of the parameters that were passed to the method. Is this possible? Even if I have to use PInvoke to do so? I can currently find the parameter TYPEs using reflection but I can not figure out to obtain the values. |
#3
| |||
| |||
|
|
"ME" <trash.trash (AT) comcast (DOT) netREMOVETHIS> wrote in message news 72dna_nouhqsG7bnZ2dnUVZ_oCvnZ2d (AT) comcast (DOT) com...How would one obtain the parameter VALUES of a method that has already run? I can find the method using the StackTrace and StackFrame classes but once I find the method I would like to obtain the value of one of the parameters that were passed to the method. Is this possible? Even if I have to use PInvoke to do so? I can currently find the parameter TYPEs using reflection but I can not figure out to obtain the values. What is the context here? Where is this method you're trying to get values from? -- -------------------------------------------------------------------------------- John Saunders | MVP - Windows Server System - Connected System Developer |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |