m
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
using System;
|
||||
using System.Configuration;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Net.Configuration
|
||||
{
|
||||
/// <summary>Represents the performance counter element in the <see langword="System.Net" /> configuration file that determines whether networking performance counters are enabled. This class cannot be inherited.</summary>
|
||||
// Token: 0x020003A3 RID: 931
|
||||
[Token(Token = "0x20003A3")]
|
||||
public sealed class PerformanceCountersElement : ConfigurationElement
|
||||
{
|
||||
/// <summary>Instantiates a <see cref="T:System.Net.Configuration.PerformanceCountersElement" /> object.</summary>
|
||||
// Token: 0x060018A5 RID: 6309 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60018A5")]
|
||||
[Address(RVA = "0xDD6660", Offset = "0xDD5660", VA = "0x180DD6660")]
|
||||
public PerformanceCountersElement()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets whether performance counters are enabled.</summary>
|
||||
/// <returns>
|
||||
/// <see langword="true" /> if performance counters are enabled; otherwise, <see langword="false" />.</returns>
|
||||
// Token: 0x17000579 RID: 1401
|
||||
// (get) Token: 0x060018A6 RID: 6310 RVA: 0x0000AA40 File Offset: 0x00008C40
|
||||
// (set) Token: 0x060018A7 RID: 6311 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x17000579")]
|
||||
public bool Enabled
|
||||
{
|
||||
[Token(Token = "0x60018A6")]
|
||||
[Address(RVA = "0xDD6690", Offset = "0xDD5690", VA = "0x180DD6690")]
|
||||
get
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
[Token(Token = "0x60018A7")]
|
||||
[Address(RVA = "0xDD66F0", Offset = "0xDD56F0", VA = "0x180DD66F0")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700057A RID: 1402
|
||||
// (get) Token: 0x060018A8 RID: 6312 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x1700057A")]
|
||||
protected override ConfigurationPropertyCollection Properties
|
||||
{
|
||||
[Token(Token = "0x60018A8")]
|
||||
[Address(RVA = "0xDD66C0", Offset = "0xDD56C0", VA = "0x180DD66C0", Slot = "4")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user