You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The paramarray will have to limitation, the max array element size limitation with hard-coded.
I`m thinking about how realize arguments like:
switch (pArray->get_Length)
{
// Problem 1: Array argument has to realize the array size in interoperability.case1:
// Problem 2: If array element type is System.Object, we have to translate safe type of C language manner.// For example: the element value is boxed int32, before we have to unbox int32.Foo1(pArray->get_Item(0, System_Object));
break;
}
The text was updated successfully, but these errors were encountered:
The paramarray will have to limitation, the max array element size limitation with hard-coded.
I`m thinking about how realize arguments like:
The text was updated successfully, but these errors were encountered: