﻿<?xml version="1.0" encoding="utf-8"?><Type Name="HandleCollector" FullName="System.Runtime.InteropServices.HandleCollector"><TypeSignature Language="C#" Value="public sealed class HandleCollector" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit HandleCollector extends System.Object" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Runtime.InteropServices.HandleCollector" /> class keeps track of a limited number of handles to unmanaged resources.  Typically, unmanaged resources include handles to HDCs, HWnds, and so on.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Tracks outstanding handles and forces a garbage collection when the specified threshold is reached.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public HandleCollector (string name, int initialThreshold);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string name, int32 initialThreshold) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="initialThreshold" Type="System.Int32" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.HandleCollector" /> class using a name and a threshold at which to begin handle collection. </para></summary><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />A name for the collector. This parameter allows you to name collectors that track handle types separately.</param><param name="initialThreshold"><attribution license="cc4" from="Microsoft" modified="false" />A value that specifies the point at which collections should begin.</param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public HandleCollector (string name, int initialThreshold, int maximumThreshold);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string name, int32 initialThreshold, int32 maximumThreshold) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="initialThreshold" Type="System.Int32" /><Parameter Name="maximumThreshold" Type="System.Int32" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.HandleCollector" /> class using a name, a threshold at which to begin handle collection, and a threshold at which handle collection must occur. </para></summary><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />A name for the collector.  This parameter allows you to name collectors that track handle types separately.</param><param name="initialThreshold"><attribution license="cc4" from="Microsoft" modified="false" />A value that specifies the point at which collections should begin.</param><param name="maximumThreshold"><attribution license="cc4" from="Microsoft" modified="false" />A value that specifies the point at which collections must occur. This should be set to the maximum number of available handles.</param></Docs></Member><Member MemberName="Add"><MemberSignature Language="C#" Value="public void Add ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Add() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><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>Increments the current handle count.</para></summary></Docs></Member><Member MemberName="Count"><MemberSignature Language="C#" Value="public int Count { get; }" /><MemberSignature Language="ILAsm" Value=".property instance int32 Count" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the number of handles collected.</para></summary></Docs></Member><Member MemberName="InitialThreshold"><MemberSignature Language="C#" Value="public int InitialThreshold { get; }" /><MemberSignature Language="ILAsm" Value=".property instance int32 InitialThreshold" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value that specifies the point at which collections should begin.</para></summary></Docs></Member><Member MemberName="MaximumThreshold"><MemberSignature Language="C#" Value="public int MaximumThreshold { get; }" /><MemberSignature Language="ILAsm" Value=".property instance int32 MaximumThreshold" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value that specifies the point at which collections must occur.</para></summary></Docs></Member><Member MemberName="Name"><MemberSignature Language="C#" Value="public string Name { get; }" /><MemberSignature Language="ILAsm" Value=".property instance string Name" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the name of a <see cref="T:System.Runtime.InteropServices.HandleCollector" /> object.</para></summary></Docs></Member><Member MemberName="Remove"><MemberSignature Language="C#" Value="public void Remove ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Remove() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><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>Decrements the current handle count.</para></summary></Docs></Member></Members></Type>