summaryrefslogtreecommitdiff
path: root/src/ildasm/html/tree_view_icons.htm
blob: d39e7e811d3ce5f389b1145802db159ccaba8108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<TITLE>Tree View Icons</TITLE>

<STYLE>
	BODY {background: white; color: black}
	h3 {font: 8pt Arial bold}
	P {font: 10pt Arial}
	TD {font: 10pt Arial}
	A {text-decoration: none; color: blue}
</STYLE>

</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<font face="Arial">

<H1 style="margin-top: 0; margin-bottom: 0"><A NAME="tree_view_icons">
</A><I><font size="4">TREE VIEW ICONS</font></I></H1>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>

<table border="1" width="82%" id="table1" cellpadding="3" cellspacing="3" >
<font size="2">
	<tr>
		<td width="148" valign="top"><b>Namespace</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/namespace.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Blue shield)</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Class</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/class.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Blue rectangle with three outputs)</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Interface</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/interface.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Blue rectangle with three outputs marked 'I')</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Value Class</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/value_class.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Brown rectangle with three outputs)</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Enum</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/enum.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Brown rectangle with three outputs marked 'E')</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Method</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/method.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Magenta rectangle)</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Static method</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/static_method.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Magenta rectangle marked 'S')</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Field</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/field.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Cyan diamond)</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Static field</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/static_field.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Cyan diamond  marked 'S')</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Event</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/event.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Green point-down triangle)</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Property</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/property.gif" width="15" height="15"></td>
		<td width="321" valign="top">(Red point-up triangle)</td>
	</tr>
	<tr>
		<td width="148" valign="top"><b>Manifest or a class info item</b></td>
		<td align="center" valign="top">
		<img border="0" src="tree_view_icons_files/manifest_classinfo.GIF" width="15" height="15"></td>
		<td width="321" valign="top">(Red point-right triangle)</td>
	</tr>
</font></table>

</font>
</BODY>
</HTML>