home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2004 #2 / K-CD-2-2004.ISO / DirectX / dx90update_redist.exe / redist.exe / DirectX9 / ManagedDX.CAB / mdxredist.msi / DX9.0_DEV_Microsoft.DirectX.Diagnostics.xml < prev    next >
Encoding:
Text File  |  2003-09-30  |  5.4 KB  |  120 lines

  1. <doc>
  2.   <assembly>
  3.     <name>Microsoft.DirectX.Diagnostics</name>
  4.   </assembly>
  5.   <members>
  6.     <member name="T:Microsoft.DirectX.Diagnostics.Container">
  7.       <summary>A diagnostics container. Can contain properties and other containers</summary>
  8.     </member>
  9.     <member name="M:Microsoft.DirectX.Diagnostics.Container.#ctor(System.Boolean)">
  10.       <summary>Initializes a new instance of the object.</summary>
  11.       <param name="allowWhqlChecks" />
  12.     </member>
  13.     <member name="M:Microsoft.DirectX.Diagnostics.Container.Dispose">
  14.       <summary>Immediately releases the unmanaged resources used by the object.</summary>
  15.       <returns />
  16.     </member>
  17.     <member name="M:Microsoft.DirectX.Diagnostics.Container.Finalize">
  18.       <summary>Forces an object to free resources before the object is destroyed by the Garbage Collector.</summary>
  19.       <returns />
  20.     </member>
  21.     <member name="M:Microsoft.DirectX.Diagnostics.Container.GetContainer(System.String)">
  22.       <summary>Get the container with the specified name</summary>
  23.       <param name="name" />
  24.       <returns />
  25.     </member>
  26.     <member name="M:Microsoft.DirectX.Diagnostics.Container.GetContainer(System.Int32)">
  27.       <summary>Get the container with the specified name</summary>
  28.       <param name="index" />
  29.       <returns />
  30.     </member>
  31.     <member name="M:Microsoft.DirectX.Diagnostics.Container.GetProperty(System.String)">
  32.       <summary>Get the property with the specified name</summary>
  33.       <param name="name" />
  34.       <returns />
  35.     </member>
  36.     <member name="M:Microsoft.DirectX.Diagnostics.Container.GetProperty(System.Int32)">
  37.       <summary>Get the property with the specified name</summary>
  38.       <param name="index" />
  39.       <returns />
  40.     </member>
  41.     <member name="P:Microsoft.DirectX.Diagnostics.Container.Containers">
  42.       <summary>The containers</summary>
  43.     </member>
  44.     <member name="P:Microsoft.DirectX.Diagnostics.Container.NumberContainers">
  45.       <summary>Get the number of containers</summary>
  46.     </member>
  47.     <member name="P:Microsoft.DirectX.Diagnostics.Container.NumberProperties">
  48.       <summary>Get the number of properties</summary>
  49.     </member>
  50.     <member name="P:Microsoft.DirectX.Diagnostics.Container.Properties">
  51.       <summary>Get the properties</summary>
  52.     </member>
  53.     <member name="T:Microsoft.DirectX.Diagnostics.ContainerList">
  54.       <summary>The list of containers</summary>
  55.     </member>
  56.     <member name="M:Microsoft.DirectX.Diagnostics.ContainerList.GetEnumerator">
  57.       <summary>Gets an enumerator for this collection.</summary>
  58.       <returns />
  59.     </member>
  60.     <member name="M:Microsoft.DirectX.Diagnostics.ContainerList.MoveNext">
  61.       <summary>Advances the enumerator to the next element of the collection.</summary>
  62.       <returns />
  63.     </member>
  64.     <member name="M:Microsoft.DirectX.Diagnostics.ContainerList.Reset">
  65.       <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
  66.       <returns />
  67.     </member>
  68.     <member name="P:Microsoft.DirectX.Diagnostics.ContainerList.Count">
  69.       <summary>Gets the number of elements.</summary>
  70.     </member>
  71.     <member name="P:Microsoft.DirectX.Diagnostics.ContainerList.Current">
  72.       <summary>Gets the current element in the collection.</summary>
  73.     </member>
  74.     <member name="T:Microsoft.DirectX.Diagnostics.PropertyList">
  75.       <summary>Collection of properties</summary>
  76.     </member>
  77.     <member name="M:Microsoft.DirectX.Diagnostics.PropertyList.GetEnumerator">
  78.       <summary>Gets an enumerator for this collection.</summary>
  79.       <returns />
  80.     </member>
  81.     <member name="M:Microsoft.DirectX.Diagnostics.PropertyList.MoveNext">
  82.       <summary>Advances the enumerator to the next element of the collection.</summary>
  83.       <returns />
  84.     </member>
  85.     <member name="M:Microsoft.DirectX.Diagnostics.PropertyList.Reset">
  86.       <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
  87.       <returns />
  88.     </member>
  89.     <member name="P:Microsoft.DirectX.Diagnostics.PropertyList.Count">
  90.       <summary>Gets the number of elements.</summary>
  91.     </member>
  92.     <member name="P:Microsoft.DirectX.Diagnostics.PropertyList.Current">
  93.       <summary>Gets the current element in the collection.</summary>
  94.     </member>
  95.     <member name="T:Microsoft.DirectX.Diagnostics.ContainerData">
  96.       <summary>Holds both the container and the name</summary>
  97.     </member>
  98.     <member name="M:Microsoft.DirectX.Diagnostics.ContainerData.#ctor">
  99.       <summary>Initializes a new instance of the object.</summary>
  100.     </member>
  101.     <member name="P:Microsoft.DirectX.Diagnostics.ContainerData.Container">
  102.       <summary>The container</summary>
  103.     </member>
  104.     <member name="P:Microsoft.DirectX.Diagnostics.ContainerData.Name">
  105.       <summary>The name.</summary>
  106.     </member>
  107.     <member name="T:Microsoft.DirectX.Diagnostics.PropertyData">
  108.       <summary>Contains the property name and value</summary>
  109.     </member>
  110.     <member name="M:Microsoft.DirectX.Diagnostics.PropertyData.#ctor">
  111.       <summary>Initializes a new instance of the object.</summary>
  112.     </member>
  113.     <member name="P:Microsoft.DirectX.Diagnostics.PropertyData.Data">
  114.       <summary>The properties value.</summary>
  115.     </member>
  116.     <member name="P:Microsoft.DirectX.Diagnostics.PropertyData.Name">
  117.       <summary>The properties name.</summary>
  118.     </member>
  119.   </members>
  120. </doc>