DotMake Command-Line Documentation
C#
Show/Hide TOC
Cli
Command
Builder
Get(Type) Method
Gets the command builder registered for the definition class.
Definition
Namespace:
DotMake.CommandLine
Assembly:
DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
Copy
public
static
CliCommandBuilder
Get
(
Type
definitionType
)
Parameters
definitionType
Type
The type of the definition class.
Return Value
CliCommandBuilder
The registered
CliCommandBuilder
instance.
See Also
Reference
CliCommandBuilder Class
Get Overload
DotMake.CommandLine Namespace
In This Article
Definition
Parameters
Return Value
See Also