StaticParameterBinder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Boolean, String[]) |
Bind a CommandAst to the specified command. |
BindCommand(CommandAst, Boolean) |
Bind a CommandAst to the specified command. |
BindCommand(CommandAst) |
Bind a CommandAst to one of PowerShell's built-in commands. |