[Mono-list] Embedded API: Delegate Type Name query
Jonathan Mitchell
lists at mugginsoft.com
Mon Aug 29 22:05:52 UTC 2016
Hi
I am using https://github.com/robert-j/Mono.Embedding to implement universal delegate callbacks to Obj-C.
I treat the delegate objects as if they are nested classes (which is how they sort of present themselves to my reflection code).
However when generating a method signature it seems that the nested delegate requires a / separator as opposed to a +.
Method name: Dubrovnik.UnitTests.ReferenceObject:InvokeSimpleDelegate (Dubrovnik.UnitTests.ReferenceObject/SimpleDelegate)
There is no mention of this here https://msdn.microsoft.com/en-us/library/system.type.assemblyqualifiedname.aspx.
Is this a just Mono-ism or am I missing something?
Thanks
Jonathan
More information about the Mono-list
mailing list