scripts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace System.Net.NetworkInformation
|
||||
{
|
||||
// Token: 0x0200018F RID: 399
|
||||
internal struct in6_addr
|
||||
{
|
||||
// Token: 0x04000C47 RID: 3143
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 16)]
|
||||
public byte[] u6_addr8;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user