Summary
Builds the specified entry assembly.
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Containing Type
- ICommandLineBuilder
Syntax
ICommandLine Build(Assembly entryAssembly = null)
Parameters
| Name | Type | Description |
|---|---|---|
| entryAssembly | Assembly | The entry assembly. |
Return Value
| Type | Description |
|---|---|
| ICommandLine | ICommandLine. |
