質問編集履歴

1

wbmの構造の詳細化

2015/09/28 14:39

投稿

toshi0607
toshi0607

スコア56

test CHANGED
File without changes
test CHANGED
@@ -10,15 +10,15 @@
10
10
 
11
11
  wbm
12
12
 
13
- Control
13
+ Control { Sytem.Windows.Forms.Control }
14
+
14
-
15
+ currentDocument { System.Windows.Forms.HtmlDocument }
16
+
15
- currentDocument
17
+ Document { System.Windows.Forms.HtmlDocument }
16
-
17
- Document
18
+
18
-
19
- Window
19
+ Window { System.Windows.Forms.HtmlWindow }
20
-
20
+
21
- Frames
21
+ Frames { System.Windows.Forms.HtmlWindowCollection }
22
22
 
23
23
  htmlFramesCollection2
24
24
 
@@ -28,27 +28,25 @@
28
28
 
29
29
  InnerHtml
30
30
 
31
- m_MRE
31
+ m_MRE { System.Threading.ManualResetEvent }
32
+
32
-
33
+ WebBrowser { WxtendedWebBrowser }
34
+
33
- WebBrowser
35
+ base { Hoge.ExtendedWebBrowser }
34
-
35
- base
36
+
36
-
37
- Document
37
+ Document { System.Windows.Forms.HtmlDocument }
38
-
38
+
39
- Body
39
+ Body { System.Windows.Forms.HtmlElement }
40
-
40
+
41
- ★InnerHtml
41
+ ★InnerHtml <FRAMESET (構造は下記)>
42
-
42
+
43
- Application
43
+ Application (COMオブジェクト)
44
-
44
+
45
- Document
45
+ Document { mshtml.HTMLDocumentClass }
46
-
47
- frames
46
+
48
-
49
- body
50
-
51
- InnerHtml
47
+ frames { mshtml.HTMLHtmlElementClass }
48
+
49
+
52
50
 
53
51
  ```
54
52