#if NETFX using System; using System.Collections; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.CustomMarshalers; namespace IWshRuntimeLibrary { // Token: 0x02000015 RID: 21 [Guid("C7C3F5A1-88A3-11D0-ABCB-00A0C90FFFC0")] [TypeLibType(4304)] [ComImport] internal interface IDriveCollection : IEnumerable { // Token: 0x1700002D RID: 45 [DispId(0)] Drive this[[MarshalAs(UnmanagedType.Struct)] [In] object Key] { [DispId(0)] [MethodImpl(MethodImplOptions.InternalCall)] [return: MarshalAs(UnmanagedType.Interface)] get; } // Token: 0x0600008F RID: 143 [TypeLibFunc(65)] [DispId(-4)] [MethodImpl(MethodImplOptions.InternalCall)] [return: MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(EnumeratorToEnumVariantMarshaler))] IEnumerator GetEnumerator(); // Token: 0x1700002E RID: 46 // (get) Token: 0x06000090 RID: 144 [DispId(1)] int Count { [DispId(1)] [MethodImpl(MethodImplOptions.InternalCall)] get; } } } #endif