Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ CreateAggregatedObject< T >()

Type Constraints
T :notnull 

Definition at line 338 of file Marshal.cs.

338 : notnull
339 {
341 {
342 throw new NotSupportedException(SR.NotSupported_COM);
343 }
344 return CreateAggregatedObject(pOuter, (object)o);
345 }
static IntPtr CreateAggregatedObject(IntPtr pOuter, object o)
Definition Marshal.cs:325

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