C# 클래스 HTMLParserWrapper, Web-Security-Toolset

상속: IDisposable
파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetIHtmlDocument2 ( ) : IHTMLDocument2
HTMLParserWrapper ( string sFullPath, int iMaxTimeExecution )
ParseHtml ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) : void

비공개 메소드들

메소드 설명
HTMLParserWrapper ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent )
Initialization ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) : void
MyHtmlParsingDoneEvent ( object sender, HtmlParsingDoneEventArg, e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetIHtmlDocument2() 공개 메소드

public GetIHtmlDocument2 ( ) : IHTMLDocument2
리턴 IHTMLDocument2

HTMLParserWrapper() 공개 메소드

public HTMLParserWrapper ( string sFullPath, int iMaxTimeExecution )
sFullPath string
iMaxTimeExecution int

ParseHtml() 공개 정적인 메소드

public static ParseHtml ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) : void
sFullPath string
iMaxTimeExecution int
myHtmlParsingDoneEvent HtmlParsingDoneEventHandler
리턴 void