Update docs

This commit is contained in:
Miguel de Icaza
2018-03-22 11:53:07 -04:00
parent 9a0cfcd3a0
commit 852aa95236
69 changed files with 2074 additions and 134 deletions

View File

@@ -104,6 +104,62 @@
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MainLoop ();</code></pre>
</div>
<a id="Mono_Terminal_MainLoop__ctor_" data-uid="Mono.Terminal.MainLoop.#ctor*"></a>
<h4 id="Mono_Terminal_MainLoop__ctor_System_Boolean_" data-uid="Mono.Terminal.MainLoop.#ctor(System.Boolean)">MainLoop(Boolean)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MainLoop (bool useUnix);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">useUnix</span></td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="fields">Fields
</h3>
<h4 id="Mono_Terminal_MainLoop_WindowsKeyPressed" data-uid="Mono.Terminal.MainLoop.WindowsKeyPressed">WindowsKeyPressed</h4>
<div class="markdown level1 summary"><p>This event is raised when a key is pressed when using the Windows driver.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Action&lt;ConsoleKeyInfo&gt; WindowsKeyPressed;</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.ConsoleKeyInfo</span>&gt;</td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>