

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 Framework에는 이 항목에 대한 구현이 없으므로 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
Copyright © 2013 CA.
All rights reserved.
 
|
|