ExpectedProcessCollection Class
Visual Studio 2012
A collection of expected processes and their corresponding collection plans. It is not safe to modify this collection multiple threads. You can read this collection from multiple threads.
Namespace:
Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
The ExpectedProcessCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add | Add expected process entry. |
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo | |
![]() | Equals | Determines whether the specified object is equal to the current object. (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 for the collection. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Return the index of the given item. |
![]() | Insert | Insert an item into the collection. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | |
![]() | RemoveAt | Removes an item from the collection |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |




