Kevin Heeney wrote: > Thanks. That worked. I didn't realize there was a MonoBoolean. I > just knew of MonoObject, MonoString and MonoArray for managed > objects. Is there any API documentation on top of the embedding mono > page?
Wiki: http://www.mono-project.com/Embedding_Mono Samples: http://anonsvn.mono-project.com/viewvc/trunk/mono/samples/embed/ API Docs (under the "Mono Embedding" node): http://www.go-mono.com/docs/ Public header files: $prefix/include/mono-1.0/mono/ especially $prefix/include/mono-1.0/mono/metadata/ Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
