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

namespace mshtml;

[ComImport]
[CompilerGenerated]
[Guid("3050F55F-98B5-11CF-BB82-00AA00BDCE0B")]
[CoClass(typeof(object))]
[TypeIdentifier]
public interface HTMLDocument : DispHTMLDocument, HTMLDocumentEvents_Event
{
}