 | ThreadInfoGetThreadInfo method |
Provides textual information about the current thread for debugging purposes.
Namespace: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntaxpublic static string GetThreadInfos()
Public Shared Function GetThreadInfos As String
public:
static String^ GetThreadInfos()
static member GetThreadInfos : unit -> string
Return value
StringString with information on the current thread.
See also