[Mono-list] Embedded API method signatures

jonathan at mugginsoft.com jonathan at mugginsoft.com
Thu Sep 5 19:38:47 UTC 2013


In Obj-C -> embedded API I invoke a method like so:

MonoObject *monoObject = [self invokeMonoMethod:"Sum(long[])" withNumArgs:1, [p1 monoValue]];

The following however fails to find the specified method:
MonoObject *monoObject = [self invokeMonoMethod:"Sum(System.Int64[])" withNumArgs:1, [p1 monoValue]];

It it right to conclude that all of the built in types listed below must use their aliases in type signatures and that this requirement is immutable. 
http://msdn.microsoft.com/en-us/library/ya5y69ds.aspx

Jonathan











-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20130905/61e598f2/attachment.html>


More information about the Mono-list mailing list