StaticParameterBinder Class
Definition
Runs the PowerShell parameter binding algorithm against a CommandAst, returning information about which parameters were bound.
public ref class StaticParameterBinder abstract sealed
public static class StaticParameterBinder
type StaticParameterBinder = class
Public Class StaticParameterBinder
- Inheritance
-
StaticParameterBinder
Methods
BindCommand(CommandAst) |
Bind a CommandAst to one of PowerShell's built-in commands |
BindCommand(CommandAst, Boolean) |
Bind a CommandAst to the specified command |
BindCommand(CommandAst, Boolean, String[]) |
Bind a CommandAst to the specified command |