AliasInfo Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Provides information about an alias that is used to invoke a command, such as a description of the alias, the name of the command that the alias refers to, and the .NET Framework types returned by that command.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
System.Management.Automation.CommandInfo
System.Management.Automation.AliasInfo
System.Management.Automation Namespace
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Usage
Visual Basic
Dim instance As AliasInfo
Syntax
Visual Basic
Public Class AliasInfo Inherits CommandInfo
C#
public class AliasInfo : CommandInfo
C++
public ref class AliasInfo : public CommandInfo
J#
public class AliasInfo extends CommandInfo
JScript
public class AliasInfo extends CommandInfo
Inheritance Hierarchy
System.Object
System.Management.Automation.CommandInfo
System.Management.Automation.AliasInfo
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSee Also
Reference
AliasInfo MembersSystem.Management.Automation Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.