How do I simulate optional parameters to COM calls?

You must use the Missing class and pass Missing.Value (in System.Reflection) for any values that have optional parameters.

Showing Answers 1 - 1 of 1 Answers

Ans:

Yes,it is right.

Answer:

You must use the Missing class and pass Missing.Value (in System.Reflection) for any values that have optional parameters.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions