[Mono-devel-list] Documentation about .c files in metadata
Tiago Lima
tiago.lima at vianw.pt
Fri Jan 2 11:20:52 EST 2004
Thanks, it was about the Assembly.GetType internal function... but in the
meanwhile I found a workaround: instead of using Assembly.GetType which
currently gives an error, I use Assembly.GetTypes which returns an array with
all the types in the assembly and I look for the type one by one. This way
its a bit "slower" (?) but it works fine! I was waiting to put this
workaround in bugzilla but its currently down...
Thanks for the help,
Tiago Lima
On Wednesday 31 December 2003 22:37, Miguel de Icaza wrote:
> Hello,
>
> > I was trying to hack Assembly.GetType, due to the bug #52399, and I
> > stumbled in some c/c++ code (in metadata/icall.c)... Is there a place
> > where I can get documentation regarding the .c/.h files?
>
> When we have documentation for it, its embedded in the source code. You
> might want to ask the question about the particular function you were
> looking at though.
More information about the Mono-devel-list
mailing list