CliBindingContextBindAll Method
Creates a new instance of the definition class for all contained commands (self and parents) and binds/populates the properties from the parse result.
Note that binding will be done only once per parse result and definition class, so calling this method consecutively for
the same parse result and the same definition class will return the cached result.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
public Object[] BindAll(
ParseResult parseResult
)
- parseResult ParseResult
- A parse result describing the outcome of the parse operation.
ObjectAn instance of the definition class whose properties were bound/populated from the parse result.