Merge pull request PowerShellMafia#102 from PowerShellMafia/dev Merge 3.0 release changes
Explicitly casting types as [Type] The latest version of .NET added generics to many of the InteropService methods. Therefore, all of my uses of types need to be explicitly cast with [Type].