GtkSharp/doc/en/Gnome.Vfs/MethodReadFunc.xml

33 lines
1.4 KiB
XML
Raw Normal View History

<Type Name="MethodReadFunc" FullName="Gnome.Vfs.MethodReadFunc">
<TypeSignature Language="C#" Value="public delegate Gnome.Vfs.Result MethodReadFunc(Gnome.Vfs.Method method, IntPtr method_handle, IntPtr buffer, long num_bytes, out long bytes_read_return, Gnome.Vfs.Context context);" />
<AssemblyInfo>
<AssemblyName>gnome-vfs-sharp</AssemblyName>
<AssemblyVersion>2.6.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="method" Type="Gnome.Vfs.Method" />
<Parameter Name="method_handle" Type="System.IntPtr" />
<Parameter Name="buffer" Type="System.IntPtr" />
<Parameter Name="num_bytes" Type="System.Int64" />
<Parameter Name="bytes_read_return" Type="System.Int64&amp;" RefType="out" />
<Parameter Name="context" Type="Gnome.Vfs.Context" />
</Parameters>
<ReturnValue>
<ReturnType>Gnome.Vfs.Result</ReturnType>
</ReturnValue>
<Docs>
<param name="method">To be added.</param>
<param name="method_handle">To be added.</param>
<param name="buffer">To be added.</param>
<param name="num_bytes">To be added.</param>
<param name="bytes_read_return">To be added.</param>
<param name="context">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>