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