[Mono-list] Mono Boolean to C bool

Robert Jordan robertj at gmx.net
Sun Nov 16 17:40:33 EST 2008


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



More information about the Mono-list mailing list