ExpectedProcessCollection Class
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.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollection
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Class ExpectedProcessCollection _
Implements IList(Of ExpectedProcessCollectionEntry), ICollection(Of ExpectedProcessCollectionEntry), _
IEnumerable(Of ExpectedProcessCollectionEntry), IEnumerable
public class ExpectedProcessCollection : IList<ExpectedProcessCollectionEntry>,
ICollection<ExpectedProcessCollectionEntry>, IEnumerable<ExpectedProcessCollectionEntry>, IEnumerable
public ref class ExpectedProcessCollection : IList<ExpectedProcessCollectionEntry^>,
ICollection<ExpectedProcessCollectionEntry^>, IEnumerable<ExpectedProcessCollectionEntry^>, IEnumerable
type ExpectedProcessCollection =
class
interface IList<ExpectedProcessCollectionEntry>
interface ICollection<ExpectedProcessCollectionEntry>
interface IEnumerable<ExpectedProcessCollectionEntry>
interface IEnumerable
end
public class ExpectedProcessCollection implements IList<ExpectedProcessCollectionEntry>, ICollection<ExpectedProcessCollectionEntry>, IEnumerable<ExpectedProcessCollectionEntry>, IEnumerable
The ExpectedProcessCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | ||
IsReadOnly | ||
Item | Accesses an item by index. |
Top
Methods
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.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator for the collection. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.