C# Class DasBlog.Import.EntryPoint

Summary description for EntryPoint.
Show file Open project: AArnott/dasblog

Public Methods

Method 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 method

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
return void