C# Класс Catel.Services.IStartUpInfoProviderExtensions

Extension methods for the startup info provider.
Показать файл Открыть проект

Открытые методы

Метод Описание
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