Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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([]).