C# 클래스 wmib.Program

파일 보기 프로젝트 열기: benapetr/wikimedia-bot

보호된 메소드들

메소드 설명
SigInt ( object sender, ConsoleCancelEventArgs args ) : void

This is used to handle UNIX signals

비공개 메소드들

메소드 설명
Main ( string args ) : void

The entry point of the program, where the program control starts and ends.

ParseArgs ( string args ) : void

Processes the terminal parameters

메소드 상세

SigInt() 보호된 정적인 메소드

This is used to handle UNIX signals
protected static SigInt ( object sender, ConsoleCancelEventArgs args ) : void
sender object Sender
args System.ConsoleCancelEventArgs Arguments
리턴 void