Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

44 lines
3.7 KiB

<HTML><HEAD><TITLE>Microsoft.FSharp.Control.FileExtensions</TITLE><link rel="stylesheet" type="text/css"href="../msdn.css"></link></HEAD><BODY>
<br><dl>
<dt></dt><dd>
<h1>[<a href='../namespaces.html'>Home</a>] Module <a href='Microsoft.FSharp.Control.html'>Microsoft.FSharp.Control</a>.FileExtensions </h1><br>
</dd>
<dt></dt><dd>
<table>
<tr valign='top'><td>
<dt><h3>Extension Members</h3></dt><dd>
<table width="100%%">
<tr><th width=60%>Extension Member</th><th>Description</th></tr>
<tr valign="top"><td><pre>member AsyncAppendText : path:<a href='../FSharp.Core/Microsoft.FSharp.Core.type__string.html'>string</a> -> <a href='../FSharp.Core/Microsoft.FSharp.Control.type_Async-1.html'>Async</a>&lt;<a href='http://msdn2.microsoft.com/en-us/library/System.IO.StreamWriter.aspx'>StreamWriter</a>&gt;</pre></td><td><summary>
Return an asynchronous computation that will open the file via a fresh blocking I/O thread.
</summary></td></tr>
<tr valign="top"><td><pre>member
AsyncOpen : path:<a href='../FSharp.Core/Microsoft.FSharp.Core.type__string.html'>string</a> * mode:<a href='http://msdn2.microsoft.com/en-us/library/System.IO.FileMode.aspx'>FileMode</a> * ?access:<a href='http://msdn2.microsoft.com/en-us/library/System.IO.FileAccess.aspx'>FileAccess</a> *
?share:<a href='http://msdn2.microsoft.com/en-us/library/System.IO.FileShare.aspx'>FileShare</a> * ?bufferSize:<a href='../FSharp.Core/Microsoft.FSharp.Core.type__int.html'>int</a> * ?options:<a href='http://msdn2.microsoft.com/en-us/library/System.IO.FileOptions.aspx'>FileOptions</a> ->
<a href='../FSharp.Core/Microsoft.FSharp.Control.type_Async-1.html'>Async</a>&lt;<a href='http://msdn2.microsoft.com/en-us/library/System.IO.FileStream.aspx'>FileStream</a>&gt;</pre></td><td><summary>
Return an asynchronous computation that will open the file via a fresh blocking I/O thread.
Pass 'options=FileOptions.Asynchronous' to enable further asynchronous read/write operations
on the FileStream.
</summary></td></tr>
<tr valign="top"><td><pre>member AsyncOpenRead : path:<a href='../FSharp.Core/Microsoft.FSharp.Core.type__string.html'>string</a> -> <a href='../FSharp.Core/Microsoft.FSharp.Control.type_Async-1.html'>Async</a>&lt;<a href='http://msdn2.microsoft.com/en-us/library/System.IO.FileStream.aspx'>FileStream</a>&gt;</pre></td><td><summary>
Return an asynchronous computation that will open the file via a fresh blocking I/O thread.
</summary></td></tr>
<tr valign="top"><td><pre>member AsyncOpenText : path:<a href='../FSharp.Core/Microsoft.FSharp.Core.type__string.html'>string</a> -> <a href='../FSharp.Core/Microsoft.FSharp.Control.type_Async-1.html'>Async</a>&lt;<a href='http://msdn2.microsoft.com/en-us/library/System.IO.StreamReader.aspx'>StreamReader</a>&gt;</pre></td><td><summary>
Return an asynchronous computation that will open the file via a fresh blocking I/O thread.
</summary></td></tr>
<tr valign="top"><td><pre>member AsyncOpenWrite : path:<a href='../FSharp.Core/Microsoft.FSharp.Core.type__string.html'>string</a> -> <a href='../FSharp.Core/Microsoft.FSharp.Control.type_Async-1.html'>Async</a>&lt;<a href='http://msdn2.microsoft.com/en-us/library/System.IO.FileStream.aspx'>FileStream</a>&gt;</pre></td><td><summary>
Return an asynchronous computation that will open the file via a fresh blocking I/O thread.
</summary></td></tr>
</table>
</dd>
</td></tr>
<tr valign='top'><td>
<dt><h3>See Also</h3></dt><dd>
<a href="Microsoft.FSharp.Control.html">Microsoft.FSharp.Control</a> </dd>
</td></tr>
</table>
</dd>
</dl>
<br /> <br/><p><i>Documentation for assembly FSharp.PowerPack, version 1.9.6.16, generated using <a href='http://research.microsoft.com/fsharp/'>F# Programming Language</a> version 1.9.6.16</i></p>
</BODY></HTML>