CliResultBindAll 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.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.6
C#
public Object[] BindAll()

Return Value

Object
An instance of the definition class whose properties were bound/populated from the parse result.

See Also