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

  1. #if NETFX
  2. using System;
  3. namespace IWshRuntimeLibrary
  4. {
  5. // Token: 0x0200000F RID: 15
  6. internal enum CompareMethod
  7. {
  8. // Token: 0x0400000A RID: 10
  9. BinaryCompare,
  10. // Token: 0x0400000B RID: 11
  11. TextCompare,
  12. // Token: 0x0400000C RID: 12
  13. DatabaseCompare
  14. }
  15. }
  16. #endif