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!

PerformanceCounterManager.OutputDebugString

[To be supplied.]

[Visual Basic]
extern Public Shared Sub OutputDebugString( _
   ByVal message As String _
)
[C#]
public static extern void OutputDebugString(
   string message
);
[C++]
public: static extern void OutputDebugString(
   String* message
);
[JScript]
public static extern function OutputDebugString(
   message : String
);

Parameters

message
[To be supplied.]

See Also

PerformanceCounterManager Class | PerformanceCounterManager Members | System.Diagnostics Namespace