1.

How Do I Simulate Optional Parameters To Com Calls?

Answer»

You MUST USE the Missing CLASS and pass Missing.Value (in System.Reflection) for any values that have OPTIONAL parameters.

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



Discussion

No Comment Found