

LeakHunter の構成 › .NET 環境でのLeakHunter の追跡対象
.NET 環境でのLeakHunter の追跡対象
以下の .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 では、.NET の System.Collections の IList、ICollection、および IDictionary の実装が追跡されます。
ICollection、IDictionary、および IList の詳細については、以下を参照してください。
LeakHunter では、System.Collections.Specialized の IOrderedDictionary のインスタンスも追跡できます。 ただし、.NET Framework では IOrderedDictionary は実装されていないため、アプリケーションに実装された 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.
 
|
|