[This is preliminary documentation and is subject to change.]
If called within a HLI Thread, calls the WriteWarning method of this Thread.
Otherwise, writes the text to the console.
| C# | Visual Basic | Visual C++ |
public static void WriteWarningCurrentThread( string text )
Public Shared Sub WriteWarningCurrentThread ( _ text As String _ )
public: static void WriteWarningCurrentThread( String^ text )
- text (String)
- The warning text.