C# Class Catel.Services.IStartUpInfoProviderExtensions

Extension methods for the startup info provider.
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
GetCommandLine ( this startUpInfoProvider ) : string

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

Method Details

GetCommandLine() public static méthode

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.
Résultat string