Indicates whether a specified object represents an unmanaged COM object.
[Visual Basic] Public Shared Function IsComObject( _ ByVal o As Object _ ) As Boolean [C#] public static bool IsComObject( object o ); [C++] public: static bool IsComObject( Object* o ); [JScript] public static function IsComObject( o : Object ) : Boolean;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace