Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a collection of performance monitoring objects.
The SPSystemPerformanceMonitorCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPSystemPerformanceMonitorCollection | Initializes a new instance of the SPSystemPerformanceMonitorCollection class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of monitors in the collection. |
![]() |
Item | Gets the monitor at the specified index. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds the specified monitor to the collection. |
![]() |
AddRange | Appends the specified collection of monitors to the end of the current collection. |
![]() |
Clear | Removes all monitors from the collection. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Gets an enumerator that can be used to iterate through the collection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RemoveAt | Removes the monitor at the specified index of the collection. |
![]() |
ToString | Gets a String representation of the monitors in the collection. (Overrides Object.ToString().) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Gets a generic enumerator that can be used to iterate through the collection. |
Top