반응형
C# -- IE automation #2 -- Internet Explorer Architecture
참고 : https://msdn.microsoft.com/en-us/library/aa741312(v=vs.85).aspx
-- COM 기반의 Architecture 이다.
Shdocvw.dll (Microsoft Internet Controls) --> IE control 하는 용도.
Mshtml.dll (Microsoft HTML Object Library) --> HTML, DOM 조작 용도.
** 따라서, Internet Explorer 를 제대로 조작하기위해서는 Shdocvw.dll 과 mshtml.dll 를 References 에 포함시켜야 한다.
반응형
'C# Web Scraping' 카테고리의 다른 글
C# -- IE automation #6 -- 구글 검색창 제어하기 (0) | 2016.02.09 |
---|---|
C# -- IE automation #5 -- Attribute 제어하기 (0) | 2016.02.09 |
C# -- IE automation #4 -- html 구조 파헤치기 (0) | 2016.02.09 |
C# -- IE automation #3 -- internet explorer 제어하여 html 소스 가져오기 (4) | 2016.02.03 |
C# -- IE automation #1 -- 시작하기 (0) | 2016.02.02 |