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

◆ GetNativeVariantForObject< T >()

static void System.Runtime.InteropServices.Marshal.GetNativeVariantForObject< T > ( T? obj,
IntPtr pDstNativeVariant )
inlinestatic

Definition at line 523 of file Marshal.cs.

524 {
526 {
527 throw new NotSupportedException(SR.NotSupported_COM);
528 }
529 GetNativeVariantForObject((object?)obj, pDstNativeVariant);
530 }
static void GetNativeVariantForObject(object? obj, IntPtr pDstNativeVariant)
Definition Marshal.cs:510

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