C# 클래스 Catel.Services.IStartUpInfoProviderExtensions

Extension methods for the startup info provider.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
GetCommandLine ( this startUpInfoProvider ) : string

Gets the command line as a string and quotes the values with a space.

메소드 상세

GetCommandLine() 공개 정적인 메소드

Gets the command line as a string and quotes the values with a space.
The is null.
public static GetCommandLine ( this startUpInfoProvider ) : string
startUpInfoProvider this The start up information provider.
리턴 string