ProfilerDataCollection Class |
Namespace: DigitalRune.Diagnostics
The ProfilerDataCollection type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds an object to the end of the CollectionT. (Inherited from CollectionProfilerData.) | |
AddRange |
Adds the elements of the specified collection to the end of the
NamedObjectCollectionT.
(Inherited from NamedObjectCollectionT.) | |
ChangeItemKey | Changes the key associated with the specified element in the lookup dictionary. (Inherited from KeyedCollectionString, ProfilerData.) | |
Clear | Removes all elements from the CollectionT. (Inherited from CollectionProfilerData.) | |
ClearItems |
Removes all elements from the KeyedCollectionTKey, TItem.
(Inherited from NamedObjectCollectionT.) | |
Contains(TKey) | Determines whether the collection contains an element with the specified key. (Inherited from KeyedCollectionString, ProfilerData.) | |
Contains(T) | Determines whether an element is in the CollectionT. (Inherited from CollectionProfilerData.) | |
CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionProfilerData.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the KeyedCollectionTKey, TItem.
(Inherited from NamedObjectCollectionT.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetKeyForItem |
When implemented in a derived class, extracts the key from the specified element.
(Inherited from NamedObjectCollectionT.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionProfilerData.) | |
Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionProfilerData.) | |
InsertItem |
Inserts an element into the KeyedCollectionTKey, TItem at the specified
index.
(Inherited from NamedObjectCollectionT.) | |
InsertRange |
Inserts the elements of a collection into the NamedObjectCollectionT at the
specified index.
(Inherited from NamedObjectCollectionT.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Move |
Moves the item at the specified index to a new location in the collection.
(Inherited from NamedObjectCollectionT.) | |
MoveItem |
Moves the item at the specified index to a new location in the collection.
(Inherited from NamedObjectCollectionT.) | |
OnCollectionChanged |
Raises the CollectionChanged event.
(Inherited from NamedObjectCollectionT.) | |
Remove(TKey) | Removes the element with the specified key from the KeyedCollectionTKey, TItem. (Inherited from KeyedCollectionString, ProfilerData.) | |
Remove(T) | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionProfilerData.) | |
RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionProfilerData.) | |
RemoveItem |
Removes the element at the specified index of the KeyedCollectionTKey, TItem.
(Inherited from NamedObjectCollectionT.) | |
RemoveRange |
Removes a range of elements from the NamedObjectCollectionT.
(Inherited from NamedObjectCollectionT.) | |
SetItem |
Replaces the item at the specified index with the specified item.
(Inherited from NamedObjectCollectionT.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGet(String, T) |
Gets the object associated with the specified key.
(Inherited from NamedObjectCollectionT.) |
Name | Description | |
---|---|---|
Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. (Inherited from KeyedCollectionString, ProfilerData.) | |
Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionProfilerData.) | |
Dictionary | Gets the lookup dictionary of the KeyedCollectionTKey, TItem. (Inherited from KeyedCollectionString, ProfilerData.) | |
ItemTKey | Gets the element with the specified key. (Inherited from KeyedCollectionString, ProfilerData.) | |
ItemInt32 | Gets or sets the element at the specified index. (Inherited from CollectionProfilerData.) | |
Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionProfilerData.) | |
ThreadId |
Gets the thread ID.
| |
ThreadName |
Gets the name of the thread.
|
Name | Description | |
---|---|---|
CollectionChanged |
Occurs when items were added, replaced or removed.
(Inherited from NamedObjectCollectionT.) |
Name | Description | |
---|---|---|
IListAdd | Adds an item to the IList. (Inherited from CollectionProfilerData.) | |
IListContains | Determines whether the IList contains a specific value. (Inherited from CollectionProfilerData.) | |
ICollectionCopyTo | (Inherited from CollectionProfilerData.) | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from CollectionProfilerData.) | |
IListIndexOf | Determines the index of a specific item in the IList. (Inherited from CollectionProfilerData.) | |
IListInsert | Inserts an item into the IList at the specified index. (Inherited from CollectionProfilerData.) | |
IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from CollectionProfilerData.) | |
ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from CollectionProfilerData.) | |
IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from CollectionProfilerData.) | |
ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from CollectionProfilerData.) | |
IListItem | Gets or sets the element at the specified index. (Inherited from CollectionProfilerData.) | |
IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from CollectionProfilerData.) | |
ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from CollectionProfilerData.) |