Board index » Visual Studio » parameter used testing

parameter used testing

Visual Studio338
I was wondering if there is a surefire way to see if a parameter is

actually used in a third party component that you don't have the source

for. I strongly suspect a component I'm dealing with will never use

one of it's parameters, but I'm not sure how to completely prove it.


-
 

Re:parameter used testing

mike7411@gmail.com wrote:

Quote
I was wondering if there is a surefire way to see if a parameter is

actually used in a third party component that you don't have the

source for. I strongly suspect a component I'm dealing with will

never use one of it's parameters, but I'm not sure how to completely

prove it.



There is no sure way, especially if the "parameter" is passed by

value, and it's of a type over which you have no control.



V

--

Please remove capital 'A's when replying by e-mail

I do not respond to top-posted replies, please don't ask





-