C# Класс DasBlog.Import.EntryPoint

Summary description for EntryPoint.
Показать файл Открыть проект

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

Метод Описание
DllMain ( string commandLine ) : void

This is the entry point into the DLL. It parses the command line and delegates the work out to each program.

Описание методов

DllMain() публичный статический Метод

This is the entry point into the DLL. It parses the command line and delegates the work out to each program.
public static DllMain ( string commandLine ) : void
commandLine string The commandline that invoked the program. Usually /// this corresponds to System.Environment.CommandLine
Результат void