NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PerformanceCounterCategory.GetCategories ()

Returns an array of performance counter categories for the current machine.

[Visual Basic]
Overloads Public Shared Function GetCategories() As PerformanceCounterCategory _
   ()
[C#]
public static PerformanceCounterCategory[] GetCategories();
[C++]
public: static PerformanceCounterCategory* GetCategories() [];
[JScript]
public static function GetCategories() :
   PerformanceCounterCategory
   ;

Return Value

Returns an array of performance counter categories for the current machine.

See Also

PerformanceCounterCategory Class | PerformanceCounterCategory Members | System.Diagnostics Namespace | PerformanceCounterCategory.GetCategories Overload List