CliResultBindCalled Method
Creates a new instance of the definition class for called command 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.6
public Object BindCalled()
Return Value
ObjectAn instance of the definition class whose properties were bound/populated from the parse result.