There is no concept of a global namespace, because the namespaces that you have open do not matter in this context.
Think about it, as always looking for the root (global). Type.GetType is not βinβ the namespace and does not have public namespaces. You must determine the type you are looking for, including its namespace.
source share