In the csharpscli, in Statement.cs, line 297, when performing a GetType this return null except if the typeName is defined in Mscorlib.dll. If the type is not defined there (or in the executing assembly—which would be csharpcli) the type name needs to be “the assembly qualified name of the type to get”, which is in the form…
"MyAssemblyName.MyClass, MyAssemblyName, Version=1.0.0.0...
2009-06-15 19:19:08 UTC in GigaBASE