On 08/13/03 Perry, James wrote:
> I'd like to build a byte array, but I'm not sure what MonoClass object I
> should be giving to mono_array_new. If I'm not mistaken
> mono_defaults.byte_class is System.Byte but that's the boxed type; I'd like
> send a byte[] rather than a System.Byte[] if possible.

byte and System.Byte are the same thing, byte_class is exactly what you
need here.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to