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

◆ GetObjectForNativeVariant< T >()

static ? T System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant< T > ( IntPtr pSrcNativeVariant)
inlinestatic

Definition at line 546 of file Marshal.cs.

547 {
549 {
550 throw new NotSupportedException(SR.NotSupported_COM);
551 }
552 return (T)GetObjectForNativeVariant(pSrcNativeVariant);
553 }
static ? object GetObjectForNativeVariant(IntPtr pSrcNativeVariant)
Definition Marshal.cs:533

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