[Introspection] ABRecord is abstract and cannot be instantiated. (#6685)

Fixes: https://github.com/xamarin/maccore/issues/1903
This commit is contained in:
monojenkins 2019-07-30 08:14:56 -04:00 коммит произвёл Manuel de la Pena
Родитель 8015ece364
Коммит 55965fd8b8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -173,6 +173,7 @@ namespace Introspection {
if (nativeName.StartsWith ("CGPDF", StringComparison.Ordinal)) // all those types crash the app
return true;
switch (nativeName) {
case "ABRecord": // abstract class
case "CFMachPort":
case "CFMessagePort":
case "DispatchIO": // no way to instantiate it