Windows PowerShell Specification

Windows PowerShell: Type names are matched as follows: Compare a given type name with the list of built-in type accelerators, such as int, long, double. If a match is found, that is the type. Otherwise, presume the type name is fully qualified and see if such a type exists on the host system. ................
................