C# Class DasBlog.Import.EntryPoint

Summary description for EntryPoint.
Afficher le fichier Open project: AArnott/dasblog

Méthodes publiques

Méthode Description
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.

Method Details

DllMain() public static méthode

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
Résultat void