Class HandleCollector
Inheritance
System.Object
HandleCollector
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public sealed class HandleCollector
Constructors
HandleCollector()
Declaration
public HandleCollector()
Methods
Add(IntPtr, Int32)
Declaration
public static IntPtr Add(IntPtr handle, int type)
Parameters
System.IntPtr
handle
|
System.Int32
type
|
Returns
System.IntPtr
|
RegisterType(String, Int32, Int32)
Declaration
public static int RegisterType(string typeName, int expense, int initialThreshold)
Parameters
System.String
typeName
|
System.Int32
expense
|
System.Int32
initialThreshold
|
Returns
System.Int32
|
Remove(IntPtr, Int32)
Declaration
public static IntPtr Remove(IntPtr handle, int type)
Parameters
System.IntPtr
handle
|
System.Int32
type
|
Returns
System.IntPtr
|
ResumeCollect()
Declaration
public static void ResumeCollect()
SuspendCollect()
Declaration
public static void SuspendCollect()