On Mon, 2004-03-29 at 16:05, Bruno M. Br�s Cabral wrote:
> Dear all,
> ...

> TypeBuilder typeBuilder =
>             moduleBuilder.DefineType("MyDynamicType", TypeAttributes.Public);

I think you should give more information on the specific type you're
trying to define: try TypeAttributes.Class.


> //THE NEXT METHOD CALL RETURNS NULL
> Type t = assemblyBuilder.GetType("MyDynamicType[]");

moduleBuilder.GetType() works for me.

Best regards,
Rodrigo

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to