Base:
method
GetType
System.Reflection.Module.GetType(System.String, System.Boolean, System.Boolean)
3 references to GetType
mscorlib (3)
system\reflection\emit\modulebuilder.cs (3)
895
Type baseType = InternalModule.
GetType
(className, throwOnError, ignoreCase);
951
baseType = InternalModule.
GetType
(baseName, false, ignoreCase);
1796
return GetTypeToken(InternalModule.
GetType
(name, false, true));