G
Guest
Hi!
I want to analyse the values of the parameters of a given method.
With the method GetParameters() of a MethodInfo object you receice an array
of ParameterInfo objects. This helps you to get all information about the
parameters of a method (i.e. name, type, etc.). But you can not get the
current value of each parameter.
Can you help me, please, to find out the current value of each parameter?
Is it the right way to do it with System.Reflection, because it helps you to
read the metadata (but not the current values
I want to analyse the values of the parameters of a given method.
With the method GetParameters() of a MethodInfo object you receice an array
of ParameterInfo objects. This helps you to get all information about the
parameters of a method (i.e. name, type, etc.). But you can not get the
current value of each parameter.
Can you help me, please, to find out the current value of each parameter?
Is it the right way to do it with System.Reflection, because it helps you to
read the metadata (but not the current values