[Mono-list] Missing type declarations in Mono installation
Jonathan Pryor
jonpryor@vt.edu
Sat, 10 Jul 2004 08:20:52 -0400
On Fri, 2004-07-09 at 14:59, Patrick Hartling wrote:
> Is there a reason that the headers containing declarations for types
> such as _MonoClass, _MonoAssembly, and _MonoMethod are not included with
> a Mono installation?
This is by design. The embedding API was changed so that the internals
weren't directly exposed to user code.
See:
http://lists.ximian.com/archives/public/mono-devel-list/2004-June/006524.html
- Jon