summaryrefslogtreecommitdiff
path: root/Decompiler/IWshRuntimeLibrary/WshShell.cs
blob: ebb0a18baacddf8165fbe47a12011d9ee6485f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

namespace IWshRuntimeLibrary;

[ComImport]
[CompilerGenerated]
[Guid("41904400-BE18-11D3-A28B-00104BD35090")]
[CoClass(typeof(object))]
[TypeIdentifier]
public interface WshShell : IWshShell3
{
}