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

◆ GetIDispatchForObject()

static IntPtr System.Runtime.InteropServices.Marshal.GetIDispatchForObject ( object o)
inlinestatic

Definition at line 244 of file Marshal.cs.

245 {
246 if (o == null)
247 {
248 throw new ArgumentNullException("o");
249 }
251 }
static IntPtr GetIDispatchForObjectNative(object o)

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

Referenced by System.Runtime.InteropServices.DispatchWrapper.DispatchWrapper(), and System.Runtime.InteropServices.Variant.CopyFromIndirect().