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

Reply via email to