|
-
September 11th, 2014, 03:24 PM
#1
Passing an array to a DLL
I'm having trouble figuring out how to pass an array (buffer) to a DLL. Currently I have the code taking in a list of a string of parameters for a command line call:
m_processMethodInfo.Invoke(m_checkObject, list.ToArray<object[]>());
Is there any way to pass in an array (buffer) to the Invoke() function? Or possibly add an array to the list already created?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|