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.GetInstanceNames

Returns an array of instances for this category

[Visual Basic]
Public Function GetInstanceNames() As String ()
[C#]
public string[] GetInstanceNames();
[C++]
public: String* GetInstanceNames() [];
[JScript]
public function GetInstanceNames() : String[];

Return Value

String array containing the instance names for this category

See Also

PerformanceCounterCategory Class | PerformanceCounterCategory Members | System.Diagnostics Namespace