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

  1. #if NETFX
  2. using System;
  3. namespace IWshRuntimeLibrary
  4. {
  5. // Token: 0x02000009 RID: 9
  6. internal enum WshExecStatus
  7. {
  8. // Token: 0x04000002 RID: 2
  9. WshRunning,
  10. // Token: 0x04000003 RID: 3
  11. WshFinished,
  12. // Token: 0x04000004 RID: 4
  13. WshFailed
  14. }
  15. }
  16. #endif