Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetObjectsForNativeVariants()

static ? object[] System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants ( IntPtr aSrcNativeVariant,
int cVars )
inlinestatic

Definition at line 556 of file Marshal.cs.

557 {
559 {
560 throw new NotSupportedException(SR.NotSupported_COM);
561 }
562 return GetObjectsForNativeVariantsNative(aSrcNativeVariant, cVars);
563 }
static object[] GetObjectsForNativeVariantsNative(IntPtr aSrcNativeVariant, int cVars)

References System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariantsNative(), System.Runtime.InteropServices.Marshal.IsBuiltInComSupported, and System.SR.NotSupported_COM.

Referenced by System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants< T >().