You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
278 B
19 lines
278 B
#if NETFX
|
|
|
|
using System;
|
|
|
|
namespace IWshRuntimeLibrary
|
|
{
|
|
// Token: 0x0200000F RID: 15
|
|
internal enum CompareMethod
|
|
{
|
|
// Token: 0x0400000A RID: 10
|
|
BinaryCompare,
|
|
// Token: 0x0400000B RID: 11
|
|
TextCompare,
|
|
// Token: 0x0400000C RID: 12
|
|
DatabaseCompare
|
|
}
|
|
}
|
|
|
|
#endif
|
|
|