Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

82 lines
3.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="ICollectData" FullName="System.Diagnostics.ICollectData">
<TypeSignature Language="C#" Maintainer="auto" Value="public interface ICollectData" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ICollectData" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
<AssemblyVersion>1.0.3300.0</AssemblyVersion>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.Guid("73386977-D6FD-11D2-BED5-00C04F79E3AE")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Prepares performance data for the performance DLL the system loads when working with performance counters.</para>
</summary>
</Docs>
<Members>
<Member MemberName="CloseData">
<MemberSignature Language="C#" Value="public void CloseData ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void CloseData() cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Called by the performance DLL's close performance data function.</para>
</summary>
</Docs>
</Member>
<Member MemberName="CollectData">
<MemberSignature Language="C#" Value="public void CollectData (int id, IntPtr valueName, IntPtr data, int totalBytes, out IntPtr res);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void CollectData(int32 id, native int valueName, native int data, int32 totalBytes, native int res) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="id" Type="System.Int32" />
<Parameter Name="valueName" Type="System.IntPtr" />
<Parameter Name="data" Type="System.IntPtr" />
<Parameter Name="totalBytes" Type="System.Int32" />
<Parameter Name="res" Type="System.IntPtr&amp;" RefType="out" />
</Parameters>
<Docs>
<param name="id">To be added: an object of type 'int'</param>
<param name="valueName">To be added: an object of type 'IntPtr'</param>
<param name="data">To be added: an object of type 'IntPtr'</param>
<param name="totalBytes">To be added: an object of type 'int'</param>
<param name="res">To be added: an object of type 'IntPtr&amp;'</param>
<summary>To be added</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
</Members>
</Type>