Hi Xy, MonoTouch has a MonoTouch.ObjCRuntime.Class class which binds the objc Class type. This might work for your needs.
Hope that helps, Jeff On Sun, Nov 20, 2011 at 2:40 PM, Xy <[email protected]> wrote: > I need to bind some Objective-C method that takes Class params. If we were > coding in Obj-C, these can just be any generic class we create for our > project, but for the method to work as MT API, it should really be taking > C# > classes, or Types. That would be the ideal situation, since we'd like to > create platform-independent classes in MT that can still be used with these > Obj-C method bindings. Is that possible? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Objective-C-method-binding-that-takes-Class-param-tp4089319p4089319.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
