c2c96b6074e143039a1e2ee10ef16edc1b72c235
[mono.git] / mcs / tools / mdoc / Test / html.expected / System / Environment.html
1 <html>
2   <head>
3     <title>System.Environment</title>
4     <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
5     <style>
6       a { text-decoration: none }
7
8       div.SideBar {
9         padding-left: 1em;
10         padding-right: 1em;
11         right: 0;
12         float: right;
13         border: thin solid black;
14         background-color: #f2f2f2;
15       }
16     
17       .CollectionTitle { font-weight: bold }
18       .PageTitle { font-size: 150%; font-weight: bold }
19
20       .Summary { }
21       .Signature { }          
22       .Remarks { }
23       .Members { }
24       .Copyright { }
25       
26       .Section { font-size: 125%; font-weight: bold }
27       p.Summary {
28         margin-left: 1em;
29       }
30       .SectionBox { margin-left: 2em }
31       .NamespaceName { font-size: 105%; font-weight: bold }
32       .NamespaceSumary { }
33       .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
34       .Subsection { font-size: 105%; font-weight: bold }
35       .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
36
37       .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
38       
39       .TypesListing {
40         border-collapse: collapse;
41       }
42
43       td {
44         vertical-align: top;
45       }
46       th {
47         text-align: left;
48       }
49
50       .TypesListing td { 
51         margin: 0px;  
52         padding: .25em;
53         border: solid gray 1px;
54       }
55
56       .TypesListing th { 
57         margin: 0px;  
58         padding: .25em;
59         background-color: #f2f2f2;
60         border: solid gray 1px;
61       }
62
63       div.Footer {
64         border-top: 1px solid gray;
65         margin-top: 1.5em;
66         padding-top: 0.6em;
67         text-align: center;
68         color: gray;
69       }
70
71       span.NotEntered /* Documentation for this section has not yet been entered */ {
72         font-style: italic;
73         color: red;     
74       }
75
76       div.Header {
77         background: #B0C4DE;
78         border: double;
79         border-color: white;
80         border-width: 7px;
81         padding: 0.5em;
82       }
83
84       div.Header * {
85         font-size: smaller;
86       }
87
88       div.Note {
89       }
90
91       i.ParamRef {
92       }
93
94       i.subtitle {
95       }
96
97       ul.TypeMembersIndex {
98         text-align: left;
99         background: #F8F8F8;
100       }
101
102       ul.TypeMembersIndex li {
103         display: inline;
104         margin:  0.5em;
105       }
106
107       table.HeaderTable {
108       }
109
110       table.SignatureTable {
111       }
112
113       table.Documentation, table.Enumeration, table.TypeDocumentation {
114         border-collapse: collapse;
115         width: 100%;
116       }
117
118       table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
119         background: whitesmoke;
120         padding: 0.8em;
121         border: 1px solid gray;
122         text-align: left;
123         vertical-align: bottom;
124       }
125
126       table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
127         padding: 0.5em;
128         border: 1px solid gray;
129         text-align: left;
130         vertical-align: top;
131       }
132
133       table.TypeMembers {
134         border: 1px solid #C0C0C0;
135         width: 100%;
136       }
137
138       table.TypeMembers tr td {
139         background: #F8F8F8;
140         border: white;
141       }
142
143       table.Documentation {
144       }
145
146       table.TypeMembers {
147       }
148
149       div.CodeExample {
150         width: 100%;
151         border: 1px solid #DDDDDD;
152         background-color: #F8F8F8;
153       }
154
155       div.CodeExample p {
156         margin: 0.5em;
157         border-bottom: 1px solid #DDDDDD;
158       }
159
160       div.CodeExample div {
161         margin: 0.5em;
162       }
163
164       h4 {
165         margin-bottom: 0;
166       }
167
168       div.Signature {
169         border: 1px solid #C0C0C0;
170         background: #F2F2F2;
171         padding: 1em;
172       }
173     </style>
174     <script type="text/JavaScript">
175       function toggle_display (block) {
176         var w = document.getElementById (block);
177         var t = document.getElementById (block + ":toggle");
178         if (w.style.display == "none") {
179           w.style.display = "block";
180           t.innerHTML = "⊟";
181         } else {
182           w.style.display = "none";
183           t.innerHTML = "⊞";
184         }
185       }
186     </script>
187   </head>
188   <body>
189     <div class="CollectionTitle">
190       <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
191     <div class="SideBar">
192       <p>
193         <a href="#T:System.Environment">Overview</a>
194       </p>
195       <p>
196         <a href="#T:System.Environment:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:System.Environment:Docs">Remarks</a>
200       </p>
201       <p>
202         <a href="#Members">Members</a>
203       </p>
204       <p>
205         <a href="#T:System.Environment:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:System.Environment">Environment  Class</h1>
209     <p class="Summary" id="T:System.Environment:Summary">
210       <span class="NotEntered">Documentation for this section has not yet been entered.</span>
211     </p>
212     <div id="T:System.Environment:Signature">
213       <div class="Signature">public static class  <b>Environment</b></div>
214     </div>
215     <div class="Remarks" id="T:System.Environment:Docs">
216       <h4 class="Subsection">
217         <a href="javascript:toggle_display('T:System.Environment:Docs:Remarks')">
218           <span id="T:System.Environment:Docs:Remarks:toggle">⊟</span> Remarks</a>
219       </h4>
220       <blockquote class="SubsectionBox" id="T:System.Environment:Docs:Remarks">
221         <tt>T:System.Environment</tt>
222       </blockquote>
223       <h4 class="Subsection">
224         <a href="javascript:toggle_display('T:System.Environment:Docs:Version Information')">
225           <span id="T:System.Environment:Docs:Version Information:toggle">⊟</span> Requirements</a>
226       </h4>
227       <blockquote class="SubsectionBox" id="T:System.Environment:Docs:Version Information">
228         <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
229       <h2 class="Section" id="Members">
230         <a href="javascript:toggle_display('_Members')">
231           <span id="_Members:toggle">⊟</span> Members</a>
232       </h2>
233       <blockquote class="SectionBox" id="_Members">
234         <p>
235                                                                 See Also: Inherited members from
236                                                                 <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
237                                                         </p>
238         <h3>
239           <a href="javascript:toggle_display('Public Methods')">
240             <span id="Public Methods:toggle">⊟</span> Public Methods</a>
241         </h3>
242         <blockquote id="Public Methods">
243           <div class="SubsectionBox">
244             <table class="TypeMembers">
245               <tr valign="top">
246                 <td>
247                   <div>static </div>
248                 </td>
249                 <td colspan="2">
250                   <b>
251                     <a href="#M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)">GetFolderPath</a>
252                   </b>(<a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
253               </tr>
254             </table>
255           </div>
256         </blockquote>
257       </blockquote>
258     </div>
259     <div class="Members" id="T:System.Environment:Members">
260       <h2 class="Section" id="MemberDetails">
261         <a href="javascript:toggle_display('_MemberDetails')">
262           <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
263       </h2>
264       <blockquote class="SectionBox" id="_MemberDetails">
265         <h3 id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)">
266           <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member')">
267             <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member:toggle">⊟</span> GetFolderPath Method</a>
268         </h3>
269         <blockquote id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member">
270           <p class="Summary">
271             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
272           </p>
273           <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>GetFolderPath</b> (<a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> folder)</div>
274           <h4 class="Subsection">
275             <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters')">
276               <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters:toggle">⊟</span> Parameters</a>
277           </h4>
278           <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters">
279             <dl>
280               <dt>
281                 <i>folder</i>
282               </dt>
283               <dd>
284             A <a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> instance.
285             </dd>
286             </dl>
287           </blockquote>
288           <h4 class="Subsection">
289             <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns')">
290               <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns:toggle">⊟</span> Returns</a>
291           </h4>
292           <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns">
293             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
294           </blockquote>
295           <h4 class="Subsection">
296             <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks')">
297               <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks:toggle">⊟</span> Remarks</a>
298           </h4>
299           <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks">
300             <tt>M:System.Environment.GetFolderPath(System.Environment+SpecialFolder)</tt>
301           </blockquote>
302           <h4 class="Subsection">
303             <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information')">
304               <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information:toggle">⊟</span> Requirements</a>
305           </h4>
306           <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information">
307             <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
308           <hr size="1" />
309         </blockquote>
310       </blockquote>
311     </div>
312     <hr size="1" />
313     <div class="Copyright">
314     </div>
315   </body>
316 </html>