C# Class Catel.Services.IStartUpInfoProviderExtensions

Extension methods for the startup info provider.
Show file Open project: Catel/Catel

Public Methods

Method Description
GetCommandLine ( this startUpInfoProvider ) : string

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

Method Details

GetCommandLine() public static method

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.
return string