summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Reflection/Emit/ComInterfaces.cs
blob: 8dba934bde3149290116d80c38e486bf2db34e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace System.Runtime.InteropServices
{
    [GuidAttribute("BEBB2505-8B54-3443-AEAD-142A16DD9CC7")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.AssemblyBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _AssemblyBuilder
    {
    }

    [GuidAttribute("ED3E4384-D7E2-3FA7-8FFD-8940D330519A")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.ConstructorBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _ConstructorBuilder
    {
    }

    [GuidAttribute("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.CustomAttributeBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _CustomAttributeBuilder
    {
    }

    [GuidAttribute("C7BD73DE-9F85-3290-88EE-090B8BDFE2DF")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.EnumBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _EnumBuilder
    {
    }

    [GuidAttribute("AADABA99-895D-3D65-9760-B1F12621FAE8")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.EventBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _EventBuilder
    {
    }

    [GuidAttribute("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.FieldBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _FieldBuilder
    {
    }

    [GuidAttribute("A4924B27-6E3B-37F7-9B83-A4501955E6A7")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.ILGenerator))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _ILGenerator
    {
    }

    [GuidAttribute("4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.LocalBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _LocalBuilder
    {
    }

    [GuidAttribute("007D8A14-FDF3-363E-9A0B-FEC0618260A2")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.MethodBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _MethodBuilder
    {
    }

#if FEATURE_METHOD_RENTAL
    [GuidAttribute("C2323C25-F57F-3880-8A4D-12EBEA7A5852")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.MethodRental))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _MethodRental
    {
    }
#endif

    [GuidAttribute("D05FFA9A-04AF-3519-8EE1-8D93AD73430B")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.ModuleBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _ModuleBuilder
    {
    }

    [GuidAttribute("36329EBA-F97A-3565-BC07-0ED5C6EF19FC")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.ParameterBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _ParameterBuilder
    {
    }

    [GuidAttribute("15F9A479-9397-3A63-ACBD-F51977FB0F02")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.PropertyBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _PropertyBuilder
    {
    }

    [GuidAttribute("7D13DD37-5A04-393C-BBCA-A5FEA802893D")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.SignatureHelper))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _SignatureHelper
    {
    }

    [GuidAttribute("7E5678EE-48B3-3F83-B076-C58543498A58")]
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
    [CLSCompliant(false)]
    [TypeLibImportClassAttribute(typeof(System.Reflection.Emit.TypeBuilder))]
    [System.Runtime.InteropServices.ComVisible(true)]
    public interface _TypeBuilder
    {
    }
}