scripts
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
|
||||
namespace System.Net.NetworkInformation
|
||||
{
|
||||
// Token: 0x020001BF RID: 447
|
||||
internal struct Win32_MIB_UDPSTATS
|
||||
{
|
||||
// Token: 0x04000D1C RID: 3356
|
||||
public uint InDatagrams;
|
||||
|
||||
// Token: 0x04000D1D RID: 3357
|
||||
public uint NoPorts;
|
||||
|
||||
// Token: 0x04000D1E RID: 3358
|
||||
public uint InErrors;
|
||||
|
||||
// Token: 0x04000D1F RID: 3359
|
||||
public uint OutDatagrams;
|
||||
|
||||
// Token: 0x04000D20 RID: 3360
|
||||
public int NumAddrs;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user