How using Reflection invoke method with ref or out parameter?

  • Thread starter Alexander Vasilevsky
  • Start date
A

Alexander Vasilevsky

How using Reflection invoke method with ref or out parameter?
Example:

public static int Method(ref int p1, out int p2)

http://www.alvas.net - Audio tools for C# and VB.Net developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top