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

◆ CreateWrapperOfType< T, TWrapper >()

static TWrapper System.Runtime.InteropServices.Marshal.CreateWrapperOfType< T, TWrapper > ( T? o)
inlinestatic

Definition at line 494 of file Marshal.cs.

495 {
497 {
498 throw new NotSupportedException(SR.NotSupported_COM);
499 }
500 return (TWrapper)CreateWrapperOfType(o, typeof(TWrapper));
501 }
static ? object CreateWrapperOfType(object? o, Type t)
Definition Marshal.cs:451

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