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

◆ IsComObject()

static bool System.Runtime.InteropServices.Marshal.IsComObject ( object o)
inlinestatic

Definition at line 353 of file Marshal.cs.

354 {
355 if (o == null)
356 {
357 throw new ArgumentNullException("o");
358 }
359 return o is __ComObject;
360 }

Referenced by System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(), System.ComponentModel.ReferenceConverter.ConvertTo(), and System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler().