프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BeforeClose | void | ||
Compose | void | ||
Run | void | ||
Start | void |
메소드 | 설명 | |
---|---|---|
Start ( string args, |
Start ConsolePlate app
|
|
Start ( string args, string commandFolderPath ) : void |
Start ConsolePlate app
|
메소드 | 설명 | |
---|---|---|
BeforeClose ( ) : void | ||
Compose ( System.ComponentModel.Composition.Hosting.AggregateCatalog aggregateCatalog ) : void | ||
Run ( string args ) : void | ||
Start ( string args, System.ComponentModel.Composition.Hosting.AggregateCatalog catalog ) : void |
public Start ( string args, |
||
args | string | command line arguments |
assembly | assembly where to search commands | |
리턴 | void |
public Start ( string args, string commandFolderPath ) : void | ||
args | string | command line arguments |
commandFolderPath | string | path where to search commands |
리턴 | void |