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
284 B

  1. #if NETFX
  2. using System;
  3. namespace IWshRuntimeLibrary
  4. {
  5. // Token: 0x0200001D RID: 29
  6. internal enum SpecialFolderConst
  7. {
  8. // Token: 0x04000039 RID: 57
  9. WindowsFolder,
  10. // Token: 0x0400003A RID: 58
  11. SystemFolder,
  12. // Token: 0x0400003B RID: 59
  13. TemporaryFolder
  14. }
  15. }
  16. #endif