C# 클래스 System.CommandLine.DragonFruit.Tests.TestProgram

파일 보기 프로젝트 열기: KathleenDollard/System.CommandLine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TestMainMethodInfo MethodInfo
TestMainMethodInfoWithDefault MethodInfo

공개 메소드들

메소드 설명
TestMain ( string name, IConsole console ) : void

Help for the test program

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

메소드 상세

TestMain() 공개 메소드

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

TestMainWithDefault() 공개 메소드

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

프로퍼티 상세

TestMainMethodInfo 공개적으로 정적으로 프로퍼티

public static MethodInfo TestMainMethodInfo
리턴 MethodInfo

TestMainMethodInfoWithDefault 공개적으로 정적으로 프로퍼티

public static MethodInfo TestMainMethodInfoWithDefault
리턴 MethodInfo