#if NETFX using System; using System.Collections; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.CustomMarshalers; namespace IWshRuntimeLibrary { // Token: 0x0200001B RID: 27 [Guid("C7C3F5A5-88A3-11D0-ABCB-00A0C90FFFC0")] [TypeLibType(4304)] [ComImport] internal interface IFileCollection : IEnumerable { // Token: 0x1700004C RID: 76 [DispId(0)] File this[[MarshalAs(UnmanagedType.Struct)] [In] object Key] { [DispId(0)] [MethodImpl(MethodImplOptions.InternalCall)] [return: MarshalAs(UnmanagedType.Interface)] get; } // Token: 0x060000B8 RID: 184 [TypeLibFunc(65)] [DispId(-4)] [MethodImpl(MethodImplOptions.InternalCall)] [return: MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(EnumeratorToEnumVariantMarshaler))] IEnumerator GetEnumerator(); // Token: 0x1700004D RID: 77 // (get) Token: 0x060000B9 RID: 185 [DispId(1)] int Count { [DispId(1)] [MethodImpl(MethodImplOptions.InternalCall)] get; } } } #endif