about_Type_Accelerators
SHORT DESCRIPTION
Describes the Type accelerators available for .NET framework classes
Long description
Type accelerators are aliases for .NET framework classes. They allow you to
access specific .NET framework classes without having to explicitly type the
entire class name. For example, you can shorten the AliasAttribute
class from [System.Management.Automation.AliasAttribute]
to [Alias]
.
Note
All type accelerators still need to be wrapped in square brackets([]
).
Available Type Accelerators
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.