summaryrefslogtreecommitdiff
path: root/Decompiler/IWshRuntimeLibrary/WshShell.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Decompiler/IWshRuntimeLibrary/WshShell.cs')
-rw-r--r--Decompiler/IWshRuntimeLibrary/WshShell.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Decompiler/IWshRuntimeLibrary/WshShell.cs b/Decompiler/IWshRuntimeLibrary/WshShell.cs
new file mode 100644
index 0000000..ebb0a18
--- /dev/null
+++ b/Decompiler/IWshRuntimeLibrary/WshShell.cs
@@ -0,0 +1,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
+{
+}