blob: b3475be5f26a3b3f9bd017f2b79782a96abbc1d4 (
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("F935DC21-1CF0-11D0-ADB9-00C04FD58A0B")]
[TypeIdentifier]
public interface IWshShell
{
}
|