

配置 LeakHunter › LeakHunter 在 .NET 中跟踪哪些内容
LeakHunter 在 .NET 中跟踪哪些内容
将跟踪以下 .NET 专用集合:
各节信息
专用集合
专用接口
常规集合
常规接口
专用集合
- System.Collections.ArrayList
- System.Collections.BitArray
- System.Collections.CollectionBase
- System.Collections.DictionaryBase
- System.Collections.Hashtable
- System.Collections.Queue
- System.Collections.SortedList
- System.Collections.Stack
- System.Collections.Specialized.HybridDictionary
- System.Collections.Specialized.ListDictionary
- System.Collections.Specialized.NameObjectCollectionBase
- System.Collections.Specialized.NameValueCollection
- System.Collections.Specialized.StringCollection
- System.Collections.Specialized.StringDictionary
- System.Collections.Specialized.OrderedDictionary
专用接口
- System.Collections.ICollection
- System.Collections.IDictionary
- System.Collections.IList
- System.Collections.Specialized.IOrderedDictionary
LeakHunter 会跟踪 System.Collections 中 .NET IList、ICollection 和 IDictionary 的实施。
有关 ICollection、IDictionary 和 IList 的信息,请参阅:
LeakHunter 还可以跟踪 System.Collections.Specialized 中的 IOrderedDictionary 实例。 但是,.NET 框架中没有此类实施,因此 LeakHunter 仅跟踪 IOrderedDictionary 的应用程序实施。
常规集合
- System.Collections.Generic.List
- System.Collections.Generic.SortedList
- System.Collections.Generic.Dictionary
- System.Collections.Generic.SortedDictionary
- System.Collections.Generic.LinkedList
- System.Collections.Generic.Queue
- System.Collections.Generic.Stack
- System.Collections.Generic.SynchronizedKeyedCollection
- System.Collections.Generic.SynchronizedCollection
- System.Collections.Generic.KeyedByTypeCollection
- System.Collections.Generic.HashSet
- System.Collections.ObjectModel.KeyedCollection
- System.Collections.ObjectModel.Collection
- System.Collections.ObjectModel.ObservableCollection
常规接口
- System.Collections.Generic.IList
- System.Collections.Generic.ICollection
- System.Collections.Generic.IDictionary
版权所有 © 2013 CA。
保留所有权利。
 
|
|