J
Jimi
What am I doing wrong?
I'm trying to get a type object for a type which is not currently
loaded in my project (otherwise I'd use "typeof").
System.Type oType = System.Type.GetType("SomeNamespace.SomeType");
But oType is always "<undefined value>" after this line.
Any help is much appreciated.
I'm trying to get a type object for a type which is not currently
loaded in my project (otherwise I'd use "typeof").
System.Type oType = System.Type.GetType("SomeNamespace.SomeType");
But oType is always "<undefined value>" after this line.
Any help is much appreciated.