Debug
AssertInterpolatedStringHandler
WriteIfInterpolatedStringHandler
AutoFlush
IndentLevel
IndentSize
Listeners
Assert(Boolean)
Assert(Boolean, AssertInterpolatedStringHandler)
Assert(Boolean, String)
Assert(Boolean, AssertInterpolatedStringHandler, AssertInterpolatedStringHandler)
Assert(Boolean, String, String)
Assert(Boolean, String, String, Object[])
Close()
Fail(String)
Fail(String, String)
Flush()
Indent()
Print(String)
Print(String, Object[])
Unindent()
Write(Object)
Write(String)
Write(Object, String)
Write(String, String)
WriteIf(Boolean, Object)
WriteIf(Boolean, String)
WriteIf(Boolean, WriteIfInterpolatedStringHandler)
WriteIf(Boolean, Object, String)
WriteIf(Boolean, String, String)
WriteIf(Boolean, WriteIfInterpolatedStringHandler, String)
WriteLine(Object)
WriteLine(String)
WriteLine(Object, String)
WriteLine(String, Object[])
WriteLine(String, String)
WriteLineIf(Boolean, Object)
WriteLineIf(Boolean, String)
WriteLineIf(Boolean, WriteIfInterpolatedStringHandler)
WriteLineIf(Boolean, Object, String)
WriteLineIf(Boolean, String, String)
WriteLineIf(Boolean, WriteIfInterpolatedStringHandler, String)
net6.0
namespace System.Diagnostics
{
public static class Debug
{
[Conditional("DEBUG")]
public static void WriteLineIf(bool condition, [InterpolatedStringHandlerArgument("condition")] ref WriteIfInterpolatedStringHandler message);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Design Reviews |
|
.NET | 6.07.08.09.010.0 |
Information specific to net6.0 | |
Assembly | System.Runtime , Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API