[Mono-list] using MonoGHashTable

Sergey Zavadski szavadski at ngmoco.com
Wed Sep 19 01:46:16 UTC 2012


     I am building a C++ application that embeds mono and I want to use 
C# HashTable class as a container to pass data between c++ layer and 
mono. I see references to MonoGHashTable ( and functions to manage it 
mono_g_hash_table_foreach,  mono_g_hash_table_foreach_remove ,etc.) in 
mono docs 
(http://docs.go-mono.com/?link=xhtml%3adeploy%2fmono-api-utils.html) but 
I am not able to find them anywhere in mono C headers that came with the 
source distribution.
Is it possible to create HashTable instance in C++ layer? What is 
required in order to do that?

Thanks,
Sergey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20120918/c3baa79a/attachment.html>


More information about the Mono-list mailing list