Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

Register all ObjectiveCClass types in an assembly. #402

Closed aarononeal closed 11 years ago

aarononeal commented 11 years ago

Previously only exported (e.g. public) types were registered. However, it is sometimes useful to register non-public Mono types with ObjectiveC for interop purposes while keeping the Mono type hidden from API consumers.