New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:TelerikCommon.dll

Syntax:

C#
public sealed class HandleCollector

Inheritance: objectHandleCollector

Constructors

C#
public HandleCollector()

Methods

C#
public static IntPtr Add(IntPtr handle, int type)
Parameters:handleIntPtrtypeintReturns:

IntPtr

C#
public static int RegisterType(string typeName, int expense, int initialThreshold)
Parameters:typeNamestringexpenseintinitialThresholdintReturns:

int

C#
public static IntPtr Remove(IntPtr handle, int type)
Parameters:handleIntPtrtypeintReturns:

IntPtr

C#
public static void ResumeCollect()
C#
public static void SuspendCollect()