#if NETFX using System; using System.Runtime.InteropServices; namespace IWshRuntimeLibrary { // Token: 0x02000035 RID: 53 [CoClass(typeof(WshShellClass))] [Guid("41904400-BE18-11D3-A28B-00104BD35090")] [ComImport] internal interface WshShell : IWshShell3 { } } #endif