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
_______________________________________________ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list