blob: 53975b46bef51ea1101a488670db9ac9c5105e44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace IWshRuntimeLibrary;
[ComImport]
[CompilerGenerated]
[Guid("24BE5A30-EDFE-11D2-B933-00104B365C9F")]
[TypeIdentifier]
public interface IWshShell2 : IWshShell
{
}
|