m
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Diagnostics
|
||||
{
|
||||
/// <summary>Provides a set of methods and properties that help debug your code.</summary>
|
||||
// Token: 0x020000BB RID: 187
|
||||
[Token(Token = "0x20000BB")]
|
||||
public static class Debug
|
||||
{
|
||||
/// <summary>Writes a message followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
|
||||
/// <param name="message">A message to write.</param>
|
||||
// Token: 0x06000474 RID: 1140 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000474")]
|
||||
[Address(RVA = "0x2F39D50", Offset = "0x2F38D50", VA = "0x182F39D50")]
|
||||
[Conditional("DEBUG")]
|
||||
public static void WriteLine(string message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user