Hello,
> If I do something like that will I get MonoType * in C?
> [DllImport("__internal", "e_cal_glue_backend_factory_get_type")]
> static extern IntPtr method(IntPtr type);
>
> protected static GType GetNewType(Type type)
> {
> return method(type.TypeHandle.Value);
> }
>
> If not how can I get it (MonoType * or MonoClass *)?
The GLib types are different than Mono's MonoType (which is the
unmanaged representation of System.Type).
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list