joki
How would one go about finding the size of a delegate* <void>, be the function managed or unmanaged?
I need to get the length of the data inside the managed/unmanaged function pointer delegate* <T> (void in this case), how would I go about doing that as Marshal or Unsafe dont work.
7 replies