C# Class System.CommandLine.DragonFruit.Tests.TestProgram

Datei anzeigen Open project: KathleenDollard/System.CommandLine Class Usage Examples

Public Properties

Property Type Description
TestMainMethodInfo MethodInfo
TestMainMethodInfoWithDefault MethodInfo

Public Methods

Method Description
TestMain ( string name, IConsole console ) : void

Help for the test program

TestMainWithDefault ( string name = "Bruce", IConsole console = null ) : void

Method Details

TestMain() public method

Help for the test program
public TestMain ( string name, IConsole console ) : void
name string Specifies the name option
console IConsole
return void

TestMainWithDefault() public method

public TestMainWithDefault ( string name = "Bruce", IConsole console = null ) : void
name string
console IConsole
return void

Property Details

TestMainMethodInfo public_oe static_oe property

public static MethodInfo TestMainMethodInfo
return MethodInfo

TestMainMethodInfoWithDefault public_oe static_oe property

public static MethodInfo TestMainMethodInfoWithDefault
return MethodInfo