PowerTip: Use PowerShell to view properties and their values for a .NET Framework class
Summary: Learn how to view properties and the associated values of those properties of .NET Framework classes with Windows PowerShell. How can I use Windows PowerShell to view the properties and their values from a .NET Framework class, such as System.String? Use the Type accelerator [string], ...