[Mono-list] Embedding Mono : Classes

Robert Jordan robertj at gmx.net
Wed Jul 15 19:39:03 EDT 2009


Alex Kuster wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi Chris, Thanks for the quick reply
> 
> I have more questions..
> 
> How do I set/get the contents of a variable of X class Instance
> (Assuming that I Already have the MonoObject) ?

See mono_class_get_field_from_name (), mono_field_get_value ().

Docs:
http://www.go-mono.com/docs/index.aspx?tlink=root:/embed

Samples:
http://anonsvn.mono-project.com/viewvc/trunk/mono/samples/embed/

> 
> and, how do I take parameters in a internal function call ?
> 
> I've already managed to make work a parameterless method on two
> Instances of the same class.

I don't understand what you wrote.

Robert



More information about the Mono-list mailing list