scripts
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
|
||||
namespace System.Runtime.InteropServices
|
||||
{
|
||||
/// <summary>Use <see cref="T:System.Runtime.InteropServices.ComTypes.FILETIME" /> instead.</summary>
|
||||
// Token: 0x02000312 RID: 786
|
||||
[Obsolete]
|
||||
public struct FILETIME
|
||||
{
|
||||
/// <summary>Specifies the low 32 bits of the FILETIME.</summary>
|
||||
// Token: 0x04000D19 RID: 3353
|
||||
public int dwLowDateTime;
|
||||
|
||||
/// <summary>Specifies the high 32 bits of the FILETIME.</summary>
|
||||
// Token: 0x04000D1A RID: 3354
|
||||
public int dwHighDateTime;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user