This topic has not yet been rated - Rate this topic

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.

Object
  Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollection

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
public class ExpectedProcessCollection : IList<ExpectedProcessCollectionEntry>, 
	ICollection<ExpectedProcessCollectionEntry>, IEnumerable<ExpectedProcessCollectionEntry>, IEnumerable

The ExpectedProcessCollection type exposes the following members.

  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItemAccesses an item by index.
Top
  NameDescription
Public methodAddAdd expected process entry.
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetEnumeratorReturns an enumerator for the collection.
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodIndexOfReturn the index of the given item.
Public methodInsertInsert an item into the collection.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodRemove
Public methodRemoveAtRemoves an item from the collection
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorReturns an enumerator for the collection.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.