C# 클래스 DasBlog.Import.EntryPoint

Summary description for EntryPoint.
파일 보기 프로젝트 열기: AArnott/dasblog

공개 메소드들

메소드 설명
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