Skip to content

Commit

Permalink
Latest documentation on successful appveyor build 2.0.0-46 auto-pushe…
Browse files Browse the repository at this point in the history
…d to gh-pages
  • Loading branch information
appveyor committed Jan 9, 2022
1 parent e074a55 commit fe404d9
Show file tree
Hide file tree
Showing 86 changed files with 1,356 additions and 247 deletions.
17 changes: 9 additions & 8 deletions html/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">Dokan-dotnet 1.5.0.0</a>
<a class="navbar-brand">Dokan-dotnet 2.0.0.0</a>
</div>
</div>
</nav>
Expand Down Expand Up @@ -110,13 +110,14 @@
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_dokan_exception.html" target="_self">DokanException</a></td><td class="desc">The dokan exception. </td></tr>
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_dokan_file_info.html" target="_self">DokanFileInfo</a></td><td class="desc">Dokan file information on the current operation. </td></tr>
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_dokan_helper.html" target="_self">DokanHelper</a></td><td class="desc">Dokan functions helpers for user <a class="el" href="interface_dokan_net_1_1_i_dokan_operations.html" title="Dokan API callbacks interface. ">IDokanOperations</a> implementation. </td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_dokan_result.html" target="_self">DokanResult</a></td><td class="desc">Defines common result status codes in <a class="el" href="namespace_dokan_net.html#a864b51f40c1d93f1b3b0327ef5c9b209" title="NT status values. ">NtStatus</a> for Dokan operations. </td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_dokan_net_1_1_file_information.html" target="_self">FileInformation</a></td><td class="desc">Used to provide file information to Dokan during operations by </td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_format_providers.html" target="_self">FormatProviders</a></td><td class="desc">Provide support to format object with <code>null</code>. </td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interface_dokan_net_1_1_i_dokan_file_info.html" target="_self">IDokanFileInfo</a></td><td class="desc">Dokan file information interface. </td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interface_dokan_net_1_1_i_dokan_operations.html" target="_self">IDokanOperations</a></td><td class="desc">Dokan API callbacks interface </td></tr>
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interface_dokan_net_1_1_i_dokan_operations_unsafe.html" target="_self">IDokanOperationsUnsafe</a></td><td class="desc">This is a sub-interface of <a class="el" href="interface_dokan_net_1_1_i_dokan_operations.html" title="Dokan API callbacks interface. ">IDokanOperations</a> that can optionally be implemented to get access to the raw, unmanaged buffers for <a class="el" href="interface_dokan_net_1_1_i_dokan_operations_unsafe.html#a30cd20639acdd667002c7deb76df5c2e" title="ReadFile callback on the file previously opened in CreateFile. It can be called by different thread a...">ReadFile()</a> and <a class="el" href="interface_dokan_net_1_1_i_dokan_operations_unsafe.html#a3eeb79bb7dd93c93262ae11cb6f574f0" title="WriteFile callback on the file previously opened in CreateFile It can be called by different thread a...">WriteFile()</a> for performance optimization. Marshalling the unmanaged buffers to and from byte[] arrays for every call of these APIs incurs an extra copy that can be avoided by reading from or writing directly to the unmanaged buffers </td></tr>
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_mock_dokan_file_info.html" target="_self">MockDokanFileInfo</a></td><td class="desc">Mockable <a class="el" href="class_dokan_net_1_1_dokan.html" title="Helper and extension methods to Dokan. ">Dokan</a> file information on the current operation. </td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_dokan_instance.html" target="_self">DokanInstance</a></td><td class="desc">Created by <a class="el" href="class_dokan_net_1_1_dokan.html#aa82e0c50aa58da44228ad0c8bc2125f7" title="Mount a new Dokan Volume. It is mandatory to have called DokanInit previously to use this API...">Dokan.CreateFileSystem</a>. It holds all the resources required to be alive for the time of the mount. </td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_dokan_result.html" target="_self">DokanResult</a></td><td class="desc">Defines common result status codes in <a class="el" href="namespace_dokan_net.html#a864b51f40c1d93f1b3b0327ef5c9b209" title="NT status values. ">NtStatus</a> for Dokan operations. </td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_dokan_net_1_1_file_information.html" target="_self">FileInformation</a></td><td class="desc">Used to provide file information to Dokan during operations by </td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_format_providers.html" target="_self">FormatProviders</a></td><td class="desc">Provide support to format object with <code>null</code>. </td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interface_dokan_net_1_1_i_dokan_file_info.html" target="_self">IDokanFileInfo</a></td><td class="desc">Dokan file information interface. </td></tr>
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interface_dokan_net_1_1_i_dokan_operations.html" target="_self">IDokanOperations</a></td><td class="desc">Dokan API callbacks interface </td></tr>
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interface_dokan_net_1_1_i_dokan_operations_unsafe.html" target="_self">IDokanOperationsUnsafe</a></td><td class="desc">This is a sub-interface of <a class="el" href="interface_dokan_net_1_1_i_dokan_operations.html" title="Dokan API callbacks interface. ">IDokanOperations</a> that can optionally be implemented to get access to the raw, unmanaged buffers for <a class="el" href="interface_dokan_net_1_1_i_dokan_operations_unsafe.html#a30cd20639acdd667002c7deb76df5c2e" title="ReadFile callback on the file previously opened in CreateFile. It can be called by different thread a...">ReadFile()</a> and <a class="el" href="interface_dokan_net_1_1_i_dokan_operations_unsafe.html#a3eeb79bb7dd93c93262ae11cb6f574f0" title="WriteFile callback on the file previously opened in CreateFile It can be called by different thread a...">WriteFile()</a> for performance optimization. Marshalling the unmanaged buffers to and from byte[] arrays for every call of these APIs incurs an extra copy that can be avoided by reading from or writing directly to the unmanaged buffers </td></tr>
<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dokan_net_1_1_mock_dokan_file_info.html" target="_self">MockDokanFileInfo</a></td><td class="desc">Mockable <a class="el" href="class_dokan_net_1_1_dokan.html" title="Helper and extension methods to Dokan. ">Dokan</a> file information on the current operation. </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
Expand Down
Loading

0 comments on commit fe404d9

Please sign in to comment.