Summary
    BaseClass for Commands.
    
		- Namespace
 - Cake
.SevenZip .Commands  - Base Types
 - 
									
- object
 
 - Derived Types
 
							graph BT
	Type-->Base0["object"]
	Type["BaseCommand"]
class Type type-node
	Derived0["ExtractCommand"]-->Type
	click Derived0 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
	Derived1["BaseOutputCommand<T>"]-->Type
	click Derived1 "/Cake.7zip/api/Cake.SevenZip.Commands/BaseOutputCommand_1"
	Derived2["BaseAddLikeSyntaxCommand"]-->Type
	click Derived2 "/Cake.7zip/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand"
						
					Syntax
public abstract class BaseCommand
			Properties
| Name | Value | Summary | 
|---|---|---|
| CommandChar | string | 
									 
    Gets the command character. (e.g. "a", "u" or "e"...)
     
								 | 
							
| Switches | IEnumerable | 
								
									 
    Gets all supported switches.
     
								 | 
							
Methods
| Name | Value | Summary | 
|---|---|---|
| BuildArgumentParams | 
								void | 
									 
    adds only the arguments to the builder. (i.e. Archive, files, directories).
     
								 | 
							
| BuildArguments | 
								void | 
									 
    Builds the arguments.
     
								 |