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

◆ GetComInterfaceForObject< T, TInterface >()

static IntPtr System.Runtime.InteropServices.Marshal.GetComInterfaceForObject< T, TInterface > ( [DisallowNull] T o)
inlinestatic

Definition at line 271 of file Marshal.cs.

272 {
273 return GetComInterfaceForObject(o, typeof(TInterface));
274 }
static IntPtr GetComInterfaceForObject(object o, Type T)
Definition Marshal.cs:257

References System.Runtime.InteropServices.Marshal.GetComInterfaceForObject().