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
19 lines
265 B
#if NETFX
|
|
|
|
using System;
|
|
|
|
namespace IWshRuntimeLibrary
|
|
{
|
|
// Token: 0x02000009 RID: 9
|
|
internal enum WshExecStatus
|
|
{
|
|
// Token: 0x04000002 RID: 2
|
|
WshRunning,
|
|
// Token: 0x04000003 RID: 3
|
|
WshFinished,
|
|
// Token: 0x04000004 RID: 4
|
|
WshFailed
|
|
}
|
|
}
|
|
|
|
#endif
|
|
|