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