m
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Diagnostics
|
||||
{
|
||||
/// <summary>Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited.</summary>
|
||||
// Token: 0x0200063F RID: 1599
|
||||
[Token(Token = "0x200063F")]
|
||||
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
|
||||
[ComVisible(true)]
|
||||
public sealed class DebuggerBrowsableAttribute : Attribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerBrowsableAttribute" /> class.</summary>
|
||||
/// <param name="state">One of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values that specifies how to display the member.</param>
|
||||
/// <exception cref="T:System.ArgumentOutOfRangeException">
|
||||
/// <paramref name="state" /> is not one of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values.</exception>
|
||||
// Token: 0x0600317E RID: 12670 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600317E")]
|
||||
[Address(RVA = "0x254B810", Offset = "0x254A810", VA = "0x18254B810")]
|
||||
public DebuggerBrowsableAttribute(DebuggerBrowsableState state)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04001B26 RID: 6950
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4001B26")]
|
||||
private DebuggerBrowsableState state;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user