Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Type Shortcuts   (RSS)

Plus (+) in .NET Class Names

On one of our internal discussion aliases, someone asked why do we need a plus (+) the class name for FTP? Typically, you would expect this to work [Net.WebRequestMethods.Ftp], but it doesn’t. The solution is [Net.WebRequestMethods+Ftp] and it has something
Posted by PowerShellTeam | 2 Comments
Filed under: ,

Type Shortcuts

PSMDTAG:FAQ: What is a TYPE SHORTCUT? PSMDTAG:FAQ: What are the TYPE SHORTCUTS? Type shortcuts are a Windows PowerShell feature that allows you to reduce the amount of typing you have to do when specifying a type. For example, the following 2 statements
 
Page view tracker