[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / packages / system.runtime.interopservices / 4.3.0 / ref / netstandard1.5 / System.Runtime.InteropServices.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Runtime.InteropServices</name>
5   </assembly>
6   <members>
7     <member name="T:System.DataMisalignedException">
8       <summary>The exception that is thrown when a unit of data is read from or written to an address that is not a multiple of the data size. This class cannot be inherited.</summary>
9       <filterpriority>2</filterpriority>
10     </member>
11     <member name="M:System.DataMisalignedException.#ctor">
12       <summary>Initializes a new instance of the <see cref="T:System.DataMisalignedException" /> class. </summary>
13     </member>
14     <member name="M:System.DataMisalignedException.#ctor(System.String)">
15       <summary>Initializes a new instance of the <see cref="T:System.DataMisalignedException" /> class using the specified error message.</summary>
16       <param name="message">A <see cref="T:System.String" /> object that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
17     </member>
18     <member name="M:System.DataMisalignedException.#ctor(System.String,System.Exception)">
19       <summary>Initializes a new instance of the <see cref="T:System.DataMisalignedException" /> class using the specified error message and underlying exception.</summary>
20       <param name="message">A <see cref="T:System.String" /> object that describes the error. The content of <paramref name="message" /> is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
21       <param name="innerException">The exception that is the cause of the current <see cref="T:System.DataMisalignedException" />. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
22     </member>
23     <member name="T:System.DllNotFoundException">
24       <summary>The exception that is thrown when a DLL specified in a DLL import cannot be found.</summary>
25       <filterpriority>2</filterpriority>
26     </member>
27     <member name="M:System.DllNotFoundException.#ctor">
28       <summary>Initializes a new instance of the <see cref="T:System.DllNotFoundException" /> class with default properties.</summary>
29     </member>
30     <member name="M:System.DllNotFoundException.#ctor(System.String)">
31       <summary>Initializes a new instance of the <see cref="T:System.DllNotFoundException" /> class with a specified error message.</summary>
32       <param name="message">The error message that explains the reason for the exception. </param>
33     </member>
34     <member name="M:System.DllNotFoundException.#ctor(System.String,System.Exception)">
35       <summary>Initializes a new instance of the <see cref="T:System.DllNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
36       <param name="message">The error message that explains the reason for the exception. </param>
37       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
38     </member>
39     <member name="T:System.Reflection.Missing">
40       <summary>Represents a missing <see cref="T:System.Object" />. This class cannot be inherited.</summary>
41     </member>
42     <member name="F:System.Reflection.Missing.Value">
43       <summary>Represents the sole instance of the <see cref="T:System.Reflection.Missing" /> class.</summary>
44     </member>
45     <member name="T:System.Runtime.InteropServices.ArrayWithOffset">
46       <summary>Encapsulates an array and an offset within the specified array.</summary>
47     </member>
48     <member name="M:System.Runtime.InteropServices.ArrayWithOffset.#ctor(System.Object,System.Int32)">
49       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> structure.</summary>
50       <param name="array">A managed array. </param>
51       <param name="offset">The offset in bytes, of the element to be passed through platform invoke. </param>
52       <exception cref="T:System.ArgumentException">The array is larger than 2 gigabytes (GB).</exception>
53     </member>
54     <member name="M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Object)">
55       <summary>Indicates whether the specified object matches the current <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object.</summary>
56       <returns>true if the object matches this <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" />; otherwise, false.</returns>
57       <param name="obj">Object to compare with this instance. </param>
58     </member>
59     <member name="M:System.Runtime.InteropServices.ArrayWithOffset.Equals(System.Runtime.InteropServices.ArrayWithOffset)">
60       <summary>Indicates whether the specified <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object matches the current instance.</summary>
61       <returns>true if the specified <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object matches the current instance; otherwise, false.</returns>
62       <param name="obj">An <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object to compare with this instance.</param>
63     </member>
64     <member name="M:System.Runtime.InteropServices.ArrayWithOffset.GetArray">
65       <summary>Returns the managed array referenced by this <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" />.</summary>
66       <returns>The managed array this instance references.</returns>
67     </member>
68     <member name="M:System.Runtime.InteropServices.ArrayWithOffset.GetHashCode">
69       <summary>Returns a hash code for this value type.</summary>
70       <returns>The hash code for this instance.</returns>
71     </member>
72     <member name="M:System.Runtime.InteropServices.ArrayWithOffset.GetOffset">
73       <summary>Returns the offset provided when this <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> was constructed.</summary>
74       <returns>The offset for this instance.</returns>
75     </member>
76     <member name="M:System.Runtime.InteropServices.ArrayWithOffset.op_Equality(System.Runtime.InteropServices.ArrayWithOffset,System.Runtime.InteropServices.ArrayWithOffset)">
77       <summary>Determines whether two specified <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> objects have the same value.</summary>
78       <returns>true if the value of <paramref name="a" /> is the same as the value of <paramref name="b" />; otherwise, false.</returns>
79       <param name="a">An <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object to compare with the <paramref name="b" /> parameter. </param>
80       <param name="b">An <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object to compare with the <paramref name="a" /> parameter.</param>
81     </member>
82     <member name="M:System.Runtime.InteropServices.ArrayWithOffset.op_Inequality(System.Runtime.InteropServices.ArrayWithOffset,System.Runtime.InteropServices.ArrayWithOffset)">
83       <summary>Determines whether two specified <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> objects no not have the same value.</summary>
84       <returns>true if the value of <paramref name="a" /> is not the same as the value of <paramref name="b" />; otherwise, false.</returns>
85       <param name="a">An <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object to compare with the <paramref name="b" /> parameter. </param>
86       <param name="b">An <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object to compare with the <paramref name="a" /> parameter.</param>
87     </member>
88     <member name="T:System.Runtime.InteropServices.BestFitMappingAttribute">
89       <summary>Controls whether Unicode characters are converted to the closest matching ANSI characters.</summary>
90     </member>
91     <member name="M:System.Runtime.InteropServices.BestFitMappingAttribute.#ctor(System.Boolean)">
92       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.BestFitMappingAttribute" /> class set to the value of the <see cref="P:System.Runtime.InteropServices.BestFitMappingAttribute.BestFitMapping" /> property.</summary>
93       <param name="BestFitMapping">true to indicate that best-fit mapping is enabled; otherwise, false. The default is true. </param>
94     </member>
95     <member name="P:System.Runtime.InteropServices.BestFitMappingAttribute.BestFitMapping">
96       <summary>Gets the best-fit mapping behavior when converting Unicode characters to ANSI characters.</summary>
97       <returns>true if best-fit mapping is enabled; otherwise, false. The default is true.</returns>
98     </member>
99     <member name="F:System.Runtime.InteropServices.BestFitMappingAttribute.ThrowOnUnmappableChar">
100       <summary>Enables or disables the throwing of an exception on an unmappable Unicode character that is converted to an ANSI '?' character.</summary>
101     </member>
102     <member name="T:System.Runtime.InteropServices.BStrWrapper">
103       <summary>Marshals data of type VT_BSTR from managed to unmanaged code. This class cannot be inherited.</summary>
104     </member>
105     <member name="M:System.Runtime.InteropServices.BStrWrapper.#ctor(System.Object)">
106       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.BStrWrapper" /> class with the specified <see cref="T:System.Object" /> object.</summary>
107       <param name="value">The object to wrap and marshal as VT_BSTR.</param>
108     </member>
109     <member name="M:System.Runtime.InteropServices.BStrWrapper.#ctor(System.String)">
110       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.BStrWrapper" /> class with the specified <see cref="T:System.String" /> object.</summary>
111       <param name="value">The object to wrap and marshal as VT_BSTR.</param>
112     </member>
113     <member name="P:System.Runtime.InteropServices.BStrWrapper.WrappedObject">
114       <summary>Gets the wrapped <see cref="T:System.String" /> object to marshal as type VT_BSTR.</summary>
115       <returns>The object that is wrapped by <see cref="T:System.Runtime.InteropServices.BStrWrapper" />.</returns>
116     </member>
117     <member name="T:System.Runtime.InteropServices.CallingConvention">
118       <summary>Specifies the calling convention required to call methods implemented in unmanaged code.</summary>
119     </member>
120     <member name="F:System.Runtime.InteropServices.CallingConvention.Cdecl">
121       <summary>The caller cleans the stack. This enables calling functions with varargs, which makes it appropriate to use for methods that accept a variable number of parameters, such as Printf.</summary>
122     </member>
123     <member name="F:System.Runtime.InteropServices.CallingConvention.StdCall">
124       <summary>The callee cleans the stack. This is the default convention for calling unmanaged functions with platform invoke.</summary>
125     </member>
126     <member name="F:System.Runtime.InteropServices.CallingConvention.ThisCall">
127       <summary>The first parameter is the this pointer and is stored in register ECX. Other parameters are pushed on the stack. This calling convention is used to call methods on classes exported from an unmanaged DLL.</summary>
128     </member>
129     <member name="F:System.Runtime.InteropServices.CallingConvention.Winapi">
130       <summary>This member is not actually a calling convention, but instead uses the default platform calling convention. For example, on Windows the default is <see cref="F:System.Runtime.InteropServices.CallingConvention.StdCall" /> and on Windows CE.NET it is <see cref="F:System.Runtime.InteropServices.CallingConvention.Cdecl" />.</summary>
131     </member>
132     <member name="T:System.Runtime.InteropServices.ClassInterfaceAttribute">
133       <summary>Indicates the type of class interface to be generated for a class exposed to COM, if an interface is generated at all.</summary>
134     </member>
135     <member name="M:System.Runtime.InteropServices.ClassInterfaceAttribute.#ctor(System.Int16)">
136       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ClassInterfaceAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.ClassInterfaceType" /> enumeration value.</summary>
137       <param name="classInterfaceType">Describes the type of interface that is generated for a class. </param>
138     </member>
139     <member name="M:System.Runtime.InteropServices.ClassInterfaceAttribute.#ctor(System.Runtime.InteropServices.ClassInterfaceType)">
140       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ClassInterfaceAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.ClassInterfaceType" /> enumeration member.</summary>
141       <param name="classInterfaceType">One of the <see cref="T:System.Runtime.InteropServices.ClassInterfaceType" /> values that describes the type of interface that is generated for a class. </param>
142     </member>
143     <member name="P:System.Runtime.InteropServices.ClassInterfaceAttribute.Value">
144       <summary>Gets the <see cref="T:System.Runtime.InteropServices.ClassInterfaceType" /> value that describes which type of interface should be generated for the class.</summary>
145       <returns>The <see cref="T:System.Runtime.InteropServices.ClassInterfaceType" /> value that describes which type of interface should be generated for the class.</returns>
146     </member>
147     <member name="T:System.Runtime.InteropServices.ClassInterfaceType">
148       <summary>Identifies the type of class interface that is generated for a class.</summary>
149     </member>
150     <member name="F:System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch">
151       <summary>Indicates that the class only supports late binding for COM clients. A dispinterface for the class is automatically exposed to COM clients on request. The type library produced by Tlbexp.exe (Type Library Exporter) does not contain type information for the dispinterface in order to prevent clients from caching the DISPIDs of the interface. The dispinterface does not exhibit the versioning problems described in <see cref="T:System.Runtime.InteropServices.ClassInterfaceAttribute" /> because clients can only late-bind to the interface.</summary>
152     </member>
153     <member name="F:System.Runtime.InteropServices.ClassInterfaceType.AutoDual">
154       <summary>Indicates that a dual class interface is automatically generated for the class and exposed to COM. Type information is produced for the class interface and published in the type library. Using AutoDual is strongly discouraged because of the versioning limitations described in <see cref="T:System.Runtime.InteropServices.ClassInterfaceAttribute" />.</summary>
155     </member>
156     <member name="F:System.Runtime.InteropServices.ClassInterfaceType.None">
157       <summary>Indicates that no class interface is generated for the class. If no interfaces are implemented explicitly, the class can only provide late-bound access through the IDispatch interface. This is the recommended setting for <see cref="T:System.Runtime.InteropServices.ClassInterfaceAttribute" />. Using ClassInterfaceType.None is the only way to expose functionality through interfaces implemented explicitly by the class.</summary>
158     </member>
159     <member name="T:System.Runtime.InteropServices.CoClassAttribute">
160       <summary>Specifies the class identifier of a coclass imported from a type library.</summary>
161     </member>
162     <member name="M:System.Runtime.InteropServices.CoClassAttribute.#ctor(System.Type)">
163       <summary>Initializes new instance of the <see cref="T:System.Runtime.InteropServices.CoClassAttribute" /> with the class identifier of the original coclass.</summary>
164       <param name="coClass">A <see cref="T:System.Type" /> that contains the class identifier of the original coclass. </param>
165     </member>
166     <member name="P:System.Runtime.InteropServices.CoClassAttribute.CoClass">
167       <summary>Gets the class identifier of the original coclass.</summary>
168       <returns>A <see cref="T:System.Type" /> containing the class identifier of the original coclass.</returns>
169     </member>
170     <member name="T:System.Runtime.InteropServices.ComAwareEventInfo">
171       <summary>Permits late-bound registration of an event handler.</summary>
172     </member>
173     <member name="M:System.Runtime.InteropServices.ComAwareEventInfo.#ctor(System.Type,System.String)">
174       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ComAwareEventInfo" /> class by using the specified type and a name of the event on the type.</summary>
175       <param name="type">The type of object. </param>
176       <param name="eventName">The name of an event on <paramref name="type" />.</param>
177     </member>
178     <member name="M:System.Runtime.InteropServices.ComAwareEventInfo.AddEventHandler(System.Object,System.Delegate)">
179       <summary>Attaches an event handler to a COM object.</summary>
180       <param name="target">The target object that the event delegate should bind to.</param>
181       <param name="handler">The event delegate.</param>
182     </member>
183     <member name="P:System.Runtime.InteropServices.ComAwareEventInfo.Attributes">
184       <summary>Gets the attributes for this event.</summary>
185       <returns>The read-only attributes for this event.</returns>
186     </member>
187     <member name="P:System.Runtime.InteropServices.ComAwareEventInfo.DeclaringType">
188       <summary>Gets the class that declares this member.</summary>
189       <returns>The <see cref="T:System.Type" /> object for the class that declares this member.</returns>
190     </member>
191     <member name="P:System.Runtime.InteropServices.ComAwareEventInfo.Name">
192       <summary>Gets the name of the current member.</summary>
193       <returns>The name of this member.</returns>
194     </member>
195     <member name="M:System.Runtime.InteropServices.ComAwareEventInfo.RemoveEventHandler(System.Object,System.Delegate)">
196       <summary>Detaches an event handler from a COM object.</summary>
197       <param name="target">The target object that the event delegate is bound to.</param>
198       <param name="handler">The event delegate.</param>
199       <exception cref="T:System.InvalidOperationException">The event does not have a public remove accessor.</exception>
200       <exception cref="T:System.ArgumentException">The handler that was passed in cannot be used.</exception>
201       <exception cref="T:System.Reflection.TargetException">In the .NET for Windows Store apps or the Portable Class Library, catch <see cref="T:System.Exception" /> instead.The <paramref name="target" /> parameter is null and the event is not static.-or- The <see cref="T:System.Reflection.EventInfo" /> is not declared on the target.</exception>
202       <exception cref="T:System.MethodAccessException">In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.MemberAccessException" />, instead.The caller does not have access permission to the member.</exception>
203     </member>
204     <member name="T:System.Runtime.InteropServices.ComDefaultInterfaceAttribute">
205       <summary>Specifies a default interface to expose to COM. This class cannot be inherited.</summary>
206     </member>
207     <member name="M:System.Runtime.InteropServices.ComDefaultInterfaceAttribute.#ctor(System.Type)">
208       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ComDefaultInterfaceAttribute" /> class with the specified <see cref="T:System.Type" /> object as the default interface exposed to COM.</summary>
209       <param name="defaultInterface">A <see cref="T:System.Type" /> value indicating the default interface to expose to COM. </param>
210     </member>
211     <member name="P:System.Runtime.InteropServices.ComDefaultInterfaceAttribute.Value">
212       <summary>Gets the <see cref="T:System.Type" /> object that specifies the default interface to expose to COM.</summary>
213       <returns>The <see cref="T:System.Type" /> object that specifies the default interface to expose to COM.</returns>
214     </member>
215     <member name="T:System.Runtime.InteropServices.ComEventInterfaceAttribute">
216       <summary>Identifies the source interface and the class that implements the methods of the event interface that is generated when a coclass is imported from a COM type library.</summary>
217     </member>
218     <member name="M:System.Runtime.InteropServices.ComEventInterfaceAttribute.#ctor(System.Type,System.Type)">
219       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ComEventInterfaceAttribute" /> class with the source interface and event provider class.</summary>
220       <param name="SourceInterface">A <see cref="T:System.Type" /> that contains the original source interface from the type library. COM uses this interface to call back to the managed class. </param>
221       <param name="EventProvider">A <see cref="T:System.Type" /> that contains the class that implements the methods of the event interface. </param>
222     </member>
223     <member name="P:System.Runtime.InteropServices.ComEventInterfaceAttribute.EventProvider">
224       <summary>Gets the class that implements the methods of the event interface.</summary>
225       <returns>A <see cref="T:System.Type" /> that contains the class that implements the methods of the event interface.</returns>
226     </member>
227     <member name="P:System.Runtime.InteropServices.ComEventInterfaceAttribute.SourceInterface">
228       <summary>Gets the original source interface from the type library.</summary>
229       <returns>A <see cref="T:System.Type" /> containing the source interface.</returns>
230     </member>
231     <member name="T:System.Runtime.InteropServices.ComEventsHelper">
232       <summary>Provides methods that enable .NET Framework delegates that handle events to be added and removed from COM objects.</summary>
233     </member>
234     <member name="M:System.Runtime.InteropServices.ComEventsHelper.Combine(System.Object,System.Guid,System.Int32,System.Delegate)">
235       <summary>Adds a delegate to the invocation list of events originating from a COM object.</summary>
236       <param name="rcw">The COM object that triggers the events the caller would like to respond to.</param>
237       <param name="iid">The identifier of the source interface used by the COM object to trigger events. </param>
238       <param name="dispid">The dispatch identifier of the method on the source interface.</param>
239       <param name="d">The delegate to invoke when the COM event is fired.</param>
240     </member>
241     <member name="M:System.Runtime.InteropServices.ComEventsHelper.Remove(System.Object,System.Guid,System.Int32,System.Delegate)">
242       <summary>Removes a delegate from the invocation list of events originating from a COM object.</summary>
243       <returns>The delegate that was removed from the invocation list.</returns>
244       <param name="rcw">The COM object the delegate is attached to.</param>
245       <param name="iid">The identifier of the source interface used by the COM object to trigger events. </param>
246       <param name="dispid">The dispatch identifier of the method on the source interface.</param>
247       <param name="d">The delegate to remove from the invocation list.</param>
248     </member>
249     <member name="T:System.Runtime.InteropServices.COMException">
250       <summary>The exception that is thrown when an unrecognized HRESULT is returned from a COM method call.</summary>
251     </member>
252     <member name="M:System.Runtime.InteropServices.COMException.#ctor">
253       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.COMException" /> class with default values.</summary>
254     </member>
255     <member name="M:System.Runtime.InteropServices.COMException.#ctor(System.String)">
256       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.COMException" /> class with a specified message.</summary>
257       <param name="message">The message that indicates the reason for the exception. </param>
258     </member>
259     <member name="M:System.Runtime.InteropServices.COMException.#ctor(System.String,System.Exception)">
260       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.COMException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
261       <param name="message">The error message that explains the reason for the exception. </param>
262       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
263     </member>
264     <member name="M:System.Runtime.InteropServices.COMException.#ctor(System.String,System.Int32)">
265       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.COMException" /> class with a specified message and error code.</summary>
266       <param name="message">The message that indicates the reason the exception occurred. </param>
267       <param name="errorCode">The error code (HRESULT) value associated with this exception. </param>
268     </member>
269     <member name="T:System.Runtime.InteropServices.ComImportAttribute">
270       <summary>Indicates that the attributed type was previously defined in COM.</summary>
271     </member>
272     <member name="M:System.Runtime.InteropServices.ComImportAttribute.#ctor">
273       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ComImportAttribute" />.</summary>
274     </member>
275     <member name="T:System.Runtime.InteropServices.ComInterfaceType">
276       <summary>Identifies how to expose an interface to COM.</summary>
277     </member>
278     <member name="F:System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual">
279       <summary>Indicates that the interface is exposed to COM as a dual interface, which enables both early and late binding. <see cref="F:System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual" /> is the default value.</summary>
280     </member>
281     <member name="F:System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch">
282       <summary>Indicates that an interface is exposed to COM as a dispinterface, which enables late binding only.</summary>
283     </member>
284     <member name="F:System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIInspectable">
285       <summary>Indicates that an interface is exposed to COM as a Windows Runtime interface. </summary>
286     </member>
287     <member name="F:System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown">
288       <summary>Indicates that an interface is exposed to COM as an interface that is derived from IUnknown, which enables only early binding.</summary>
289     </member>
290     <member name="T:System.Runtime.InteropServices.ComMemberType">
291       <summary>Describes the type of a COM member.</summary>
292     </member>
293     <member name="F:System.Runtime.InteropServices.ComMemberType.Method">
294       <summary>The member is a normal method.</summary>
295     </member>
296     <member name="F:System.Runtime.InteropServices.ComMemberType.PropGet">
297       <summary>The member gets properties.</summary>
298     </member>
299     <member name="F:System.Runtime.InteropServices.ComMemberType.PropSet">
300       <summary>The member sets properties.</summary>
301     </member>
302     <member name="T:System.Runtime.InteropServices.ComSourceInterfacesAttribute">
303       <summary>Identifies a list of interfaces that are exposed as COM event sources for the attributed class.</summary>
304     </member>
305     <member name="M:System.Runtime.InteropServices.ComSourceInterfacesAttribute.#ctor(System.String)">
306       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ComSourceInterfacesAttribute" /> class with the name of the event source interface.</summary>
307       <param name="sourceInterfaces">A null-delimited list of fully qualified event source interface names. </param>
308     </member>
309     <member name="M:System.Runtime.InteropServices.ComSourceInterfacesAttribute.#ctor(System.Type)">
310       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ComSourceInterfacesAttribute" /> class with the type to use as a source interface.</summary>
311       <param name="sourceInterface">The <see cref="T:System.Type" /> of the source interface. </param>
312     </member>
313     <member name="M:System.Runtime.InteropServices.ComSourceInterfacesAttribute.#ctor(System.Type,System.Type)">
314       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ComSourceInterfacesAttribute" /> class with the types to use as source interfaces.</summary>
315       <param name="sourceInterface1">The <see cref="T:System.Type" /> of the default source interface. </param>
316       <param name="sourceInterface2">The <see cref="T:System.Type" /> of a source interface. </param>
317     </member>
318     <member name="M:System.Runtime.InteropServices.ComSourceInterfacesAttribute.#ctor(System.Type,System.Type,System.Type)">
319       <summary>Initializes a new instance of the ComSourceInterfacesAttribute class with the types to use as source interfaces.</summary>
320       <param name="sourceInterface1">The <see cref="T:System.Type" /> of the default source interface. </param>
321       <param name="sourceInterface2">The <see cref="T:System.Type" /> of a source interface. </param>
322       <param name="sourceInterface3">The <see cref="T:System.Type" /> of a source interface. </param>
323     </member>
324     <member name="M:System.Runtime.InteropServices.ComSourceInterfacesAttribute.#ctor(System.Type,System.Type,System.Type,System.Type)">
325       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ComSourceInterfacesAttribute" /> class with the types to use as source interfaces.</summary>
326       <param name="sourceInterface1">The <see cref="T:System.Type" /> of the default source interface. </param>
327       <param name="sourceInterface2">The <see cref="T:System.Type" /> of a source interface. </param>
328       <param name="sourceInterface3">The <see cref="T:System.Type" /> of a source interface. </param>
329       <param name="sourceInterface4">The <see cref="T:System.Type" /> of a source interface. </param>
330     </member>
331     <member name="P:System.Runtime.InteropServices.ComSourceInterfacesAttribute.Value">
332       <summary>Gets the fully qualified name of the event source interface.</summary>
333       <returns>The fully qualified name of the event source interface.</returns>
334     </member>
335     <member name="T:System.Runtime.InteropServices.CurrencyWrapper">
336       <summary>Wraps objects the marshaler should marshal as a VT_CY.</summary>
337     </member>
338     <member name="M:System.Runtime.InteropServices.CurrencyWrapper.#ctor(System.Decimal)">
339       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.CurrencyWrapper" /> class with the Decimal to be wrapped and marshaled as type VT_CY.</summary>
340       <param name="obj">The Decimal to be wrapped and marshaled as VT_CY. </param>
341     </member>
342     <member name="M:System.Runtime.InteropServices.CurrencyWrapper.#ctor(System.Object)">
343       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.CurrencyWrapper" /> class with the object containing the Decimal to be wrapped and marshaled as type VT_CY.</summary>
344       <param name="obj">The object containing the Decimal to be wrapped and marshaled as VT_CY. </param>
345       <exception cref="T:System.ArgumentException">The <paramref name="obj" /> parameter is not a <see cref="T:System.Decimal" /> type.</exception>
346     </member>
347     <member name="P:System.Runtime.InteropServices.CurrencyWrapper.WrappedObject">
348       <summary>Gets the wrapped object to be marshaled as type VT_CY.</summary>
349       <returns>The wrapped object to be marshaled as type VT_CY.</returns>
350     </member>
351     <member name="T:System.Runtime.InteropServices.CustomQueryInterfaceMode">
352       <summary>Indicates whether the <see cref="M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode)" /> method's IUnknown::QueryInterface calls can use the <see cref="T:System.Runtime.InteropServices.ICustomQueryInterface" /> interface.</summary>
353     </member>
354     <member name="F:System.Runtime.InteropServices.CustomQueryInterfaceMode.Allow">
355       <summary>IUnknown::QueryInterface method calls can use the <see cref="T:System.Runtime.InteropServices.ICustomQueryInterface" /> interface. When you use this value, the <see cref="M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode)" /> method overload functions like the <see cref="M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type)" /> overload.</summary>
356     </member>
357     <member name="F:System.Runtime.InteropServices.CustomQueryInterfaceMode.Ignore">
358       <summary>IUnknown::QueryInterface method calls should ignore the <see cref="T:System.Runtime.InteropServices.ICustomQueryInterface" /> interface.</summary>
359     </member>
360     <member name="T:System.Runtime.InteropServices.CustomQueryInterfaceResult">
361       <summary>Provides return values for the <see cref="M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@)" /> method.</summary>
362     </member>
363     <member name="F:System.Runtime.InteropServices.CustomQueryInterfaceResult.Failed">
364       <summary>The interface for a specific interface ID is not available. In this case, the returned interface is null. E_NOINTERFACE is returned to the caller of IUnknown::QueryInterface.</summary>
365     </member>
366     <member name="F:System.Runtime.InteropServices.CustomQueryInterfaceResult.Handled">
367       <summary>The interface pointer that is returned from the <see cref="M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@)" /> method can be used as the result of IUnknown::QueryInterface.</summary>
368     </member>
369     <member name="F:System.Runtime.InteropServices.CustomQueryInterfaceResult.NotHandled">
370       <summary>The custom QueryInterface was not used. Instead, the default implementation of IUnknown::QueryInterface should be used.</summary>
371     </member>
372     <member name="T:System.Runtime.InteropServices.DefaultCharSetAttribute">
373       <summary>Specifies the value of the <see cref="T:System.Runtime.InteropServices.CharSet" /> enumeration. This class cannot be inherited.</summary>
374     </member>
375     <member name="M:System.Runtime.InteropServices.DefaultCharSetAttribute.#ctor(System.Runtime.InteropServices.CharSet)">
376       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.DefaultCharSetAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.CharSet" /> value.</summary>
377       <param name="charSet">One of the <see cref="T:System.Runtime.InteropServices.CharSet" /> values.</param>
378     </member>
379     <member name="P:System.Runtime.InteropServices.DefaultCharSetAttribute.CharSet">
380       <summary>Gets the default value of <see cref="T:System.Runtime.InteropServices.CharSet" /> for any call to <see cref="T:System.Runtime.InteropServices.DllImportAttribute" />.</summary>
381       <returns>The default value of <see cref="T:System.Runtime.InteropServices.CharSet" /> for any call to <see cref="T:System.Runtime.InteropServices.DllImportAttribute" />.</returns>
382     </member>
383     <member name="T:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute">
384       <summary>Specifies the paths that are used to search for DLLs that provide functions for platform invokes. </summary>
385     </member>
386     <member name="M:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute.#ctor(System.Runtime.InteropServices.DllImportSearchPath)">
387       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute" /> class, specifying the paths to use when searching for the targets of platform invokes. </summary>
388       <param name="paths">A bitwise combination of enumeration values that specify the paths that the LoadLibraryEx function searches during platform invokes. </param>
389     </member>
390     <member name="P:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute.Paths">
391       <summary>Gets a bitwise combination of enumeration values that specify the paths that the LoadLibraryEx function searches during platform invokes. </summary>
392       <returns>A bitwise combination of enumeration values that specify search paths for platform invokes. </returns>
393     </member>
394     <member name="T:System.Runtime.InteropServices.DefaultParameterValueAttribute">
395       <summary>Sets the default value of a parameter when called from a language that supports default parameters. This class cannot be inherited. </summary>
396     </member>
397     <member name="M:System.Runtime.InteropServices.DefaultParameterValueAttribute.#ctor(System.Object)">
398       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.DefaultParameterValueAttribute" /> class with the default value of a parameter.</summary>
399       <param name="value">An object that represents the default value of a parameter.</param>
400     </member>
401     <member name="P:System.Runtime.InteropServices.DefaultParameterValueAttribute.Value">
402       <summary>Gets the default value of a parameter.</summary>
403       <returns>An object that represents the default value of a parameter.</returns>
404     </member>
405     <member name="T:System.Runtime.InteropServices.DispatchWrapper">
406       <summary>Wraps objects the marshaler should marshal as a VT_DISPATCH.</summary>
407     </member>
408     <member name="M:System.Runtime.InteropServices.DispatchWrapper.#ctor(System.Object)">
409       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.DispatchWrapper" /> class with the object being wrapped.</summary>
410       <param name="obj">The object to be wrapped and converted to <see cref="F:System.Runtime.InteropServices.VarEnum.VT_DISPATCH" />. </param>
411       <exception cref="T:System.ArgumentException">
412         <paramref name="obj" /> is not a class or an array.-or- <paramref name="obj" /> does not support IDispatch. </exception>
413       <exception cref="T:System.InvalidOperationException">The <paramref name="obj" /> parameter was marked with a <see cref="T:System.Runtime.InteropServices.ComVisibleAttribute" />  attribute that was passed a value of false.-or-The <paramref name="obj" /> parameter inherits from a type marked with a <see cref="T:System.Runtime.InteropServices.ComVisibleAttribute" />  attribute that was passed a value of false.</exception>
414     </member>
415     <member name="P:System.Runtime.InteropServices.DispatchWrapper.WrappedObject">
416       <summary>Gets the object wrapped by the <see cref="T:System.Runtime.InteropServices.DispatchWrapper" />.</summary>
417       <returns>The object wrapped by the <see cref="T:System.Runtime.InteropServices.DispatchWrapper" />.</returns>
418     </member>
419     <member name="T:System.Runtime.InteropServices.DispIdAttribute">
420       <summary>Specifies the COM dispatch identifier (DISPID) of a method, field, or property.</summary>
421     </member>
422     <member name="M:System.Runtime.InteropServices.DispIdAttribute.#ctor(System.Int32)">
423       <summary>Initializes a new instance of the DispIdAttribute class with the specified DISPID.</summary>
424       <param name="dispId">The DISPID for the member. </param>
425     </member>
426     <member name="P:System.Runtime.InteropServices.DispIdAttribute.Value">
427       <summary>Gets the DISPID for the member.</summary>
428       <returns>The DISPID for the member.</returns>
429     </member>
430     <member name="T:System.Runtime.InteropServices.DllImportAttribute">
431       <summary>Indicates that the attributed method is exposed by an unmanaged dynamic-link library (DLL) as a static entry point.</summary>
432     </member>
433     <member name="M:System.Runtime.InteropServices.DllImportAttribute.#ctor(System.String)">
434       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.DllImportAttribute" /> class with the name of the DLL containing the method to import.</summary>
435       <param name="dllName">The name of the DLL that contains the unmanaged method. This can include an assembly display name, if the DLL is included in an assembly.</param>
436     </member>
437     <member name="F:System.Runtime.InteropServices.DllImportAttribute.BestFitMapping">
438       <summary>Enables or disables best-fit mapping behavior when converting Unicode characters to ANSI characters.</summary>
439     </member>
440     <member name="F:System.Runtime.InteropServices.DllImportAttribute.CallingConvention">
441       <summary>Indicates the calling convention of an entry point.</summary>
442     </member>
443     <member name="F:System.Runtime.InteropServices.DllImportAttribute.CharSet">
444       <summary>Indicates how to marshal string parameters to the method and controls name mangling.</summary>
445     </member>
446     <member name="F:System.Runtime.InteropServices.DllImportAttribute.EntryPoint">
447       <summary>Indicates the name or ordinal of the DLL entry point to be called.</summary>
448     </member>
449     <member name="F:System.Runtime.InteropServices.DllImportAttribute.ExactSpelling">
450       <summary>Controls whether the <see cref="F:System.Runtime.InteropServices.DllImportAttribute.CharSet" /> field causes the common language runtime to search an unmanaged DLL for entry-point names other than the one specified.</summary>
451     </member>
452     <member name="F:System.Runtime.InteropServices.DllImportAttribute.PreserveSig">
453       <summary>Indicates whether unmanaged methods that have HRESULT or retval return values are directly translated or whether HRESULT or retval return values are automatically converted to exceptions.</summary>
454     </member>
455     <member name="F:System.Runtime.InteropServices.DllImportAttribute.SetLastError">
456       <summary>Indicates whether the callee calls the SetLastError Win32 API function before returning from the attributed method.</summary>
457     </member>
458     <member name="F:System.Runtime.InteropServices.DllImportAttribute.ThrowOnUnmappableChar">
459       <summary>Enables or disables the throwing of an exception on an unmappable Unicode character that is converted to an ANSI "?" character.</summary>
460     </member>
461     <member name="P:System.Runtime.InteropServices.DllImportAttribute.Value">
462       <summary>Gets the name of the DLL file that contains the entry point.</summary>
463       <returns>The name of the DLL file that contains the entry point.</returns>
464     </member>
465     <member name="T:System.Runtime.InteropServices.DllImportSearchPath">
466       <summary>Specifies the paths that are used to search for DLLs that provide functions for platform invokes. </summary>
467     </member>
468     <member name="F:System.Runtime.InteropServices.DllImportSearchPath.ApplicationDirectory">
469       <summary>Include the application directory in the DLL search path. </summary>
470     </member>
471     <member name="F:System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory">
472       <summary>When searching for assembly dependencies, include the directory that contains the assembly itself, and search that directory first. This value is used by the .NET Framework, before the paths are passed to the Win32 LoadLibraryEx function. </summary>
473     </member>
474     <member name="F:System.Runtime.InteropServices.DllImportSearchPath.LegacyBehavior">
475       <summary>Search the application directory, and then call the Win32 LoadLibraryEx function with the LOAD_WITH_ALTERED_SEARCH_PATH flag. This value is ignored if any other value is specified. Operating systems that do not support the <see cref="T:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute" /> attribute use this value, and ignore other values. </summary>
476     </member>
477     <member name="F:System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories">
478       <summary>Include the application directory, the %WinDir%\System32 directory, and user directories in the DLL search path. </summary>
479     </member>
480     <member name="F:System.Runtime.InteropServices.DllImportSearchPath.System32">
481       <summary>Include the %WinDir%\System32 directory in the DLL search path. </summary>
482     </member>
483     <member name="F:System.Runtime.InteropServices.DllImportSearchPath.UseDllDirectoryForDependencies">
484       <summary>Search for the dependencies of a DLL in the folder where the DLL is located before searching other folders. </summary>
485     </member>
486     <member name="F:System.Runtime.InteropServices.DllImportSearchPath.UserDirectories">
487       <summary>Include any path that was explicitly added to the process-wide search path by using the Win32 AddDllDirectory function. </summary>
488     </member>
489     <member name="T:System.Runtime.InteropServices.ErrorWrapper">
490       <summary>Wraps objects the marshaler should marshal as a VT_ERROR.</summary>
491     </member>
492     <member name="M:System.Runtime.InteropServices.ErrorWrapper.#ctor(System.Exception)">
493       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ErrorWrapper" /> class with the HRESULT that corresponds to the exception supplied.</summary>
494       <param name="e">The exception to be converted to an error code. </param>
495     </member>
496     <member name="M:System.Runtime.InteropServices.ErrorWrapper.#ctor(System.Int32)">
497       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ErrorWrapper" /> class with the HRESULT of the error.</summary>
498       <param name="errorCode">The HRESULT of the error. </param>
499     </member>
500     <member name="M:System.Runtime.InteropServices.ErrorWrapper.#ctor(System.Object)">
501       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.ErrorWrapper" /> class with an object containing the HRESULT of the error.</summary>
502       <param name="errorCode">The object containing the HRESULT of the error. </param>
503       <exception cref="T:System.ArgumentException">The <paramref name="errorCode" /> parameter is not an <see cref="T:System.Int32" /> type.</exception>
504     </member>
505     <member name="P:System.Runtime.InteropServices.ErrorWrapper.ErrorCode">
506       <summary>Gets the error code of the wrapper.</summary>
507       <returns>The HRESULT of the error.</returns>
508     </member>
509     <member name="T:System.Runtime.InteropServices.GCHandle">
510       <summary>Provides a way to access a managed object from unmanaged memory.</summary>
511     </member>
512     <member name="M:System.Runtime.InteropServices.GCHandle.AddrOfPinnedObject">
513       <summary>Retrieves the address of an object in a <see cref="F:System.Runtime.InteropServices.GCHandleType.Pinned" /> handle.</summary>
514       <returns>The address of the pinned object as an <see cref="T:System.IntPtr" />. </returns>
515       <exception cref="T:System.InvalidOperationException">The handle is any type other than <see cref="F:System.Runtime.InteropServices.GCHandleType.Pinned" />. </exception>
516       <PermissionSet>
517         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
518       </PermissionSet>
519     </member>
520     <member name="M:System.Runtime.InteropServices.GCHandle.Alloc(System.Object)">
521       <summary>Allocates a <see cref="F:System.Runtime.InteropServices.GCHandleType.Normal" /> handle for the specified object.</summary>
522       <returns>A new <see cref="T:System.Runtime.InteropServices.GCHandle" /> that protects the object from garbage collection. This <see cref="T:System.Runtime.InteropServices.GCHandle" /> must be released with <see cref="M:System.Runtime.InteropServices.GCHandle.Free" /> when it is no longer needed.</returns>
523       <param name="value">The object that uses the <see cref="T:System.Runtime.InteropServices.GCHandle" />. </param>
524       <exception cref="T:System.ArgumentException">An instance with nonprimitive (non-blittable) members cannot be pinned. </exception>
525       <PermissionSet>
526         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
527       </PermissionSet>
528     </member>
529     <member name="M:System.Runtime.InteropServices.GCHandle.Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)">
530       <summary>Allocates a handle of the specified type for the specified object.</summary>
531       <returns>A new <see cref="T:System.Runtime.InteropServices.GCHandle" /> of the specified type. This <see cref="T:System.Runtime.InteropServices.GCHandle" /> must be released with <see cref="M:System.Runtime.InteropServices.GCHandle.Free" /> when it is no longer needed.</returns>
532       <param name="value">The object that uses the <see cref="T:System.Runtime.InteropServices.GCHandle" />. </param>
533       <param name="type">One of the <see cref="T:System.Runtime.InteropServices.GCHandleType" /> values, indicating the type of <see cref="T:System.Runtime.InteropServices.GCHandle" /> to create. </param>
534       <exception cref="T:System.ArgumentException">An instance with nonprimitive (non-blittable) members cannot be pinned. </exception>
535       <PermissionSet>
536         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
537       </PermissionSet>
538     </member>
539     <member name="M:System.Runtime.InteropServices.GCHandle.Equals(System.Object)">
540       <summary>Determines whether the specified <see cref="T:System.Runtime.InteropServices.GCHandle" /> object is equal to the current <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</summary>
541       <returns>true if the specified <see cref="T:System.Runtime.InteropServices.GCHandle" /> object is equal to the current <see cref="T:System.Runtime.InteropServices.GCHandle" /> object; otherwise, false.</returns>
542       <param name="o">The <see cref="T:System.Runtime.InteropServices.GCHandle" /> object to compare with the current <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</param>
543     </member>
544     <member name="M:System.Runtime.InteropServices.GCHandle.Free">
545       <summary>Releases a <see cref="T:System.Runtime.InteropServices.GCHandle" />.</summary>
546       <exception cref="T:System.InvalidOperationException">The handle was freed or never initialized. </exception>
547       <PermissionSet>
548         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
549       </PermissionSet>
550     </member>
551     <member name="M:System.Runtime.InteropServices.GCHandle.FromIntPtr(System.IntPtr)">
552       <summary>Returns a new <see cref="T:System.Runtime.InteropServices.GCHandle" /> object created from a handle to a managed object.</summary>
553       <returns>A new <see cref="T:System.Runtime.InteropServices.GCHandle" /> object that corresponds to the value parameter.  </returns>
554       <param name="value">An <see cref="T:System.IntPtr" /> handle to a managed object to create a <see cref="T:System.Runtime.InteropServices.GCHandle" /> object from.</param>
555       <exception cref="T:System.InvalidOperationException">The value of the <paramref name="value" /> parameter is <see cref="F:System.IntPtr.Zero" />.</exception>
556     </member>
557     <member name="M:System.Runtime.InteropServices.GCHandle.GetHashCode">
558       <summary>Returns an identifier for the current <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</summary>
559       <returns>An identifier for the current <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</returns>
560     </member>
561     <member name="P:System.Runtime.InteropServices.GCHandle.IsAllocated">
562       <summary>Gets a value indicating whether the handle is allocated.</summary>
563       <returns>true if the handle is allocated; otherwise, false.</returns>
564     </member>
565     <member name="M:System.Runtime.InteropServices.GCHandle.op_Equality(System.Runtime.InteropServices.GCHandle,System.Runtime.InteropServices.GCHandle)">
566       <summary>Returns a value indicating whether two <see cref="T:System.Runtime.InteropServices.GCHandle" /> objects are equal.</summary>
567       <returns>true if the <paramref name="a" /> and <paramref name="b" /> parameters are equal; otherwise, false.</returns>
568       <param name="a">A <see cref="T:System.Runtime.InteropServices.GCHandle" /> object to compare with the <paramref name="b" /> parameter. </param>
569       <param name="b">A <see cref="T:System.Runtime.InteropServices.GCHandle" /> object to compare with the <paramref name="a" /> parameter.  </param>
570     </member>
571     <member name="M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.IntPtr)~System.Runtime.InteropServices.GCHandle">
572       <summary>A <see cref="T:System.Runtime.InteropServices.GCHandle" /> is stored using an internal integer representation.</summary>
573       <returns>The stored <see cref="T:System.Runtime.InteropServices.GCHandle" /> object using an internal integer representation.</returns>
574       <param name="value">An <see cref="T:System.IntPtr" /> that indicates the handle for which the conversion is required. </param>
575       <PermissionSet>
576         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
577       </PermissionSet>
578     </member>
579     <member name="M:System.Runtime.InteropServices.GCHandle.op_Explicit(System.Runtime.InteropServices.GCHandle)~System.IntPtr">
580       <summary>A <see cref="T:System.Runtime.InteropServices.GCHandle" /> is stored using an internal integer representation.</summary>
581       <returns>The integer value.</returns>
582       <param name="value">The <see cref="T:System.Runtime.InteropServices.GCHandle" /> for which the integer is required. </param>
583       <PermissionSet>
584         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
585       </PermissionSet>
586     </member>
587     <member name="M:System.Runtime.InteropServices.GCHandle.op_Inequality(System.Runtime.InteropServices.GCHandle,System.Runtime.InteropServices.GCHandle)">
588       <summary>Returns a value indicating whether two <see cref="T:System.Runtime.InteropServices.GCHandle" /> objects are not equal.</summary>
589       <returns>true if the <paramref name="a" /> and <paramref name="b" /> parameters are not equal; otherwise, false.</returns>
590       <param name="a">A <see cref="T:System.Runtime.InteropServices.GCHandle" /> object to compare with the <paramref name="b" /> parameter. </param>
591       <param name="b">A <see cref="T:System.Runtime.InteropServices.GCHandle" /> object to compare with the <paramref name="a" /> parameter.  </param>
592     </member>
593     <member name="P:System.Runtime.InteropServices.GCHandle.Target">
594       <summary>Gets or sets the object this handle represents.</summary>
595       <returns>The object this handle represents.</returns>
596       <exception cref="T:System.InvalidOperationException">The handle was freed, or never initialized. </exception>
597       <PermissionSet>
598         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
599       </PermissionSet>
600     </member>
601     <member name="M:System.Runtime.InteropServices.GCHandle.ToIntPtr(System.Runtime.InteropServices.GCHandle)">
602       <summary>Returns the internal integer representation of a <see cref="T:System.Runtime.InteropServices.GCHandle" /> object.</summary>
603       <returns>An <see cref="T:System.IntPtr" /> object that represents a <see cref="T:System.Runtime.InteropServices.GCHandle" /> object. </returns>
604       <param name="value">A <see cref="T:System.Runtime.InteropServices.GCHandle" /> object to retrieve an internal integer representation from.</param>
605     </member>
606     <member name="T:System.Runtime.InteropServices.GCHandleType">
607       <summary>Represents the types of handles the <see cref="T:System.Runtime.InteropServices.GCHandle" /> class can allocate.</summary>
608     </member>
609     <member name="F:System.Runtime.InteropServices.GCHandleType.Normal">
610       <summary>This handle type represents an opaque handle, meaning you cannot resolve the address of the pinned object through the handle. You can use this type to track an object and prevent its collection by the garbage collector. This enumeration member is useful when an unmanaged client holds the only reference, which is undetectable from the garbage collector, to a managed object.</summary>
611     </member>
612     <member name="F:System.Runtime.InteropServices.GCHandleType.Pinned">
613       <summary>This handle type is similar to <see cref="F:System.Runtime.InteropServices.GCHandleType.Normal" />, but allows the address of the pinned object to be taken. This prevents the garbage collector from moving the object and hence undermines the efficiency of the garbage collector. Use the <see cref="M:System.Runtime.InteropServices.GCHandle.Free" /> method to free the allocated handle as soon as possible.</summary>
614     </member>
615     <member name="F:System.Runtime.InteropServices.GCHandleType.Weak">
616       <summary>This handle type is used to track an object, but allow it to be collected. When an object is collected, the contents of the <see cref="T:System.Runtime.InteropServices.GCHandle" /> are zeroed. Weak references are zeroed before the finalizer runs, so even if the finalizer resurrects the object, the Weak reference is still zeroed.</summary>
617     </member>
618     <member name="F:System.Runtime.InteropServices.GCHandleType.WeakTrackResurrection">
619       <summary>This handle type is similar to <see cref="F:System.Runtime.InteropServices.GCHandleType.Weak" />, but the handle is not zeroed if the object is resurrected during finalization.</summary>
620     </member>
621     <member name="T:System.Runtime.InteropServices.GuidAttribute">
622       <summary>Supplies an explicit <see cref="T:System.Guid" /> when an automatic GUID is undesirable.</summary>
623     </member>
624     <member name="M:System.Runtime.InteropServices.GuidAttribute.#ctor(System.String)">
625       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.GuidAttribute" /> class with the specified GUID.</summary>
626       <param name="guid">The <see cref="T:System.Guid" /> to be assigned. </param>
627     </member>
628     <member name="P:System.Runtime.InteropServices.GuidAttribute.Value">
629       <summary>Gets the <see cref="T:System.Guid" /> of the class.</summary>
630       <returns>The <see cref="T:System.Guid" /> of the class.</returns>
631     </member>
632     <member name="T:System.Runtime.InteropServices.HandleCollector">
633       <summary>Tracks outstanding handles and forces a garbage collection when the specified threshold is reached.</summary>
634     </member>
635     <member name="M:System.Runtime.InteropServices.HandleCollector.#ctor(System.String,System.Int32)">
636       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.HandleCollector" /> class using a name and a threshold at which to begin handle collection. </summary>
637       <param name="name">A name for the collector. This parameter allows you to name collectors that track handle types separately.</param>
638       <param name="initialThreshold">A value that specifies the point at which collections should begin.</param>
639       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="initialThreshold" /> parameter is less than 0.</exception>
640     </member>
641     <member name="M:System.Runtime.InteropServices.HandleCollector.#ctor(System.String,System.Int32,System.Int32)">
642       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.HandleCollector" /> class using a name, a threshold at which to begin handle collection, and a threshold at which handle collection must occur. </summary>
643       <param name="name">A name for the collector.  This parameter allows you to name collectors that track handle types separately.</param>
644       <param name="initialThreshold">A value that specifies the point at which collections should begin.</param>
645       <param name="maximumThreshold">A value that specifies the point at which collections must occur. This should be set to the maximum number of available handles.</param>
646       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="initialThreshold" /> parameter is less than 0.-or-The <paramref name="maximumThreshold" /> parameter is less than 0.</exception>
647       <exception cref="T:System.ArgumentException">The <paramref name="maximumThreshold" /> parameter is less than the <paramref name="initialThreshold" /> parameter.</exception>
648     </member>
649     <member name="M:System.Runtime.InteropServices.HandleCollector.Add">
650       <summary>Increments the current handle count.</summary>
651       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Runtime.InteropServices.HandleCollector.Count" /> property is less than 0.</exception>
652     </member>
653     <member name="P:System.Runtime.InteropServices.HandleCollector.Count">
654       <summary>Gets the number of handles collected.</summary>
655       <returns>The number of handles collected.</returns>
656     </member>
657     <member name="P:System.Runtime.InteropServices.HandleCollector.InitialThreshold">
658       <summary>Gets a value that specifies the point at which collections should begin.</summary>
659       <returns>A value that specifies the point at which collections should begin.</returns>
660     </member>
661     <member name="P:System.Runtime.InteropServices.HandleCollector.MaximumThreshold">
662       <summary>Gets a value that specifies the point at which collections must occur.</summary>
663       <returns>A value that specifies the point at which collections must occur.</returns>
664     </member>
665     <member name="P:System.Runtime.InteropServices.HandleCollector.Name">
666       <summary>Gets the name of a <see cref="T:System.Runtime.InteropServices.HandleCollector" /> object.</summary>
667       <returns>This <see cref="P:System.Runtime.InteropServices.HandleCollector.Name" /> property allows you to name collectors that track handle types separately.</returns>
668     </member>
669     <member name="M:System.Runtime.InteropServices.HandleCollector.Remove">
670       <summary>Decrements the current handle count.</summary>
671       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Runtime.InteropServices.HandleCollector.Count" /> property is less than 0.</exception>
672     </member>
673     <member name="T:System.Runtime.InteropServices.ICustomAdapter">
674       <summary>Provides a way for clients to access the actual object, rather than the adapter object handed out by a custom marshaler.</summary>
675     </member>
676     <member name="M:System.Runtime.InteropServices.ICustomAdapter.GetUnderlyingObject">
677       <summary>Provides access to the underlying object wrapped by a custom marshaler.</summary>
678       <returns>The object contained by the adapter object.</returns>
679     </member>
680     <member name="T:System.Runtime.InteropServices.ICustomQueryInterface">
681       <summary>Enables developers to provide a custom, managed implementation of the IUnknown::QueryInterface(REFIID riid, void **ppvObject) method.</summary>
682     </member>
683     <member name="M:System.Runtime.InteropServices.ICustomQueryInterface.GetInterface(System.Guid@,System.IntPtr@)">
684       <summary>Returns an interface according to a specified interface ID.</summary>
685       <returns>One of the enumeration values that indicates whether a custom implementation of IUnknown::QueryInterface was used.</returns>
686       <param name="iid">The GUID of the requested interface.</param>
687       <param name="ppv">A reference to the requested interface, when this method returns.</param>
688     </member>
689     <member name="T:System.Runtime.InteropServices.InAttribute">
690       <summary>Indicates that data should be marshaled from the caller to the callee, but not back to the caller.</summary>
691     </member>
692     <member name="M:System.Runtime.InteropServices.InAttribute.#ctor">
693       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.InAttribute" /> class.</summary>
694     </member>
695     <member name="T:System.Runtime.InteropServices.InterfaceTypeAttribute">
696       <summary>Indicates whether a managed interface is dual, dispatch-only, or IUnknown -only when exposed to COM.</summary>
697     </member>
698     <member name="M:System.Runtime.InteropServices.InterfaceTypeAttribute.#ctor(System.Int16)">
699       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.InterfaceTypeAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.ComInterfaceType" /> enumeration member.</summary>
700       <param name="interfaceType">Describes how the interface should be exposed to COM clients. </param>
701     </member>
702     <member name="M:System.Runtime.InteropServices.InterfaceTypeAttribute.#ctor(System.Runtime.InteropServices.ComInterfaceType)">
703       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.InterfaceTypeAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.ComInterfaceType" /> enumeration member.</summary>
704       <param name="interfaceType">One of the <see cref="T:System.Runtime.InteropServices.ComInterfaceType" /> values that describes how the interface should be exposed to COM clients. </param>
705     </member>
706     <member name="P:System.Runtime.InteropServices.InterfaceTypeAttribute.Value">
707       <summary>Gets the <see cref="T:System.Runtime.InteropServices.ComInterfaceType" /> value that describes how the interface should be exposed to COM.</summary>
708       <returns>The <see cref="T:System.Runtime.InteropServices.ComInterfaceType" /> value that describes how the interface should be exposed to COM.</returns>
709     </member>
710     <member name="T:System.Runtime.InteropServices.InvalidComObjectException">
711       <summary>The exception thrown when an invalid COM object is used.</summary>
712     </member>
713     <member name="M:System.Runtime.InteropServices.InvalidComObjectException.#ctor">
714       <summary>Initializes an instance of the InvalidComObjectException with default properties.</summary>
715     </member>
716     <member name="M:System.Runtime.InteropServices.InvalidComObjectException.#ctor(System.String)">
717       <summary>Initializes an instance of the InvalidComObjectException with a message.</summary>
718       <param name="message">The message that indicates the reason for the exception. </param>
719     </member>
720     <member name="M:System.Runtime.InteropServices.InvalidComObjectException.#ctor(System.String,System.Exception)">
721       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.InvalidComObjectException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
722       <param name="message">The error message that explains the reason for the exception. </param>
723       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
724     </member>
725     <member name="T:System.Runtime.InteropServices.InvalidOleVariantTypeException">
726       <summary>The exception thrown by the marshaler when it encounters an argument of a variant type that can not be marshaled to managed code.</summary>
727     </member>
728     <member name="M:System.Runtime.InteropServices.InvalidOleVariantTypeException.#ctor">
729       <summary>Initializes a new instance of the InvalidOleVariantTypeException class with default values.</summary>
730     </member>
731     <member name="M:System.Runtime.InteropServices.InvalidOleVariantTypeException.#ctor(System.String)">
732       <summary>Initializes a new instance of the InvalidOleVariantTypeException class with a specified message.</summary>
733       <param name="message">The message that indicates the reason for the exception. </param>
734     </member>
735     <member name="M:System.Runtime.InteropServices.InvalidOleVariantTypeException.#ctor(System.String,System.Exception)">
736       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.InvalidOleVariantTypeException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
737       <param name="message">The error message that explains the reason for the exception. </param>
738       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
739     </member>
740     <member name="T:System.Runtime.InteropServices.Marshal">
741       <summary>Provides a collection of methods for allocating unmanaged memory, copying unmanaged memory blocks, and converting managed to unmanaged types, as well as other miscellaneous methods used when interacting with unmanaged code.</summary>
742     </member>
743     <member name="M:System.Runtime.InteropServices.Marshal.AddRef(System.IntPtr)">
744       <summary>Increments the reference count on the specified interface.</summary>
745       <returns>The new value of the reference count on the <paramref name="pUnk" /> parameter.</returns>
746       <param name="pUnk">The interface reference count to increment.</param>
747       <PermissionSet>
748         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
749       </PermissionSet>
750     </member>
751     <member name="M:System.Runtime.InteropServices.Marshal.AllocCoTaskMem(System.Int32)">
752       <summary>Allocates a block of memory of specified size from the COM task memory allocator.</summary>
753       <returns>An integer representing the address of the block of memory allocated. This memory must be released with <see cref="M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr)" />.</returns>
754       <param name="cb">The size of the block of memory to be allocated.</param>
755       <exception cref="T:System.OutOfMemoryException">There is insufficient memory to satisfy the request.</exception>
756       <PermissionSet>
757         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
758       </PermissionSet>
759     </member>
760     <member name="M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.Int32)">
761       <summary>Allocates memory from the unmanaged memory of the process by using the specified number of bytes.</summary>
762       <returns>A pointer to the newly allocated memory. This memory must be released using the <see cref="M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr)" /> method.</returns>
763       <param name="cb">The required number of bytes in memory.</param>
764       <exception cref="T:System.OutOfMemoryException">There is insufficient memory to satisfy the request.</exception>
765       <PermissionSet>
766         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
767       </PermissionSet>
768     </member>
769     <member name="M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr)">
770       <summary>Allocates memory from the unmanaged memory of the process by using the pointer to the specified number of bytes.</summary>
771       <returns>A pointer to the newly allocated memory. This memory must be released using the <see cref="M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr)" /> method.</returns>
772       <param name="cb">The required number of bytes in memory.</param>
773       <exception cref="T:System.OutOfMemoryException">There is insufficient memory to satisfy the request.</exception>
774       <PermissionSet>
775         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
776       </PermissionSet>
777     </member>
778     <member name="M:System.Runtime.InteropServices.Marshal.AreComObjectsAvailableForCleanup">
779       <summary>Indicates whether runtime callable wrappers (RCWs) from any context are available for cleanup.</summary>
780       <returns>true if there are any RCWs available for cleanup; otherwise, false.</returns>
781     </member>
782     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32)">
783       <summary>Copies data from a one-dimensional, managed 8-bit unsigned integer array to an unmanaged memory pointer.</summary>
784       <param name="source">The one-dimensional array to copy from.</param>
785       <param name="startIndex">The zero-based index in the source array where copying should start.</param>
786       <param name="destination">The memory pointer to copy to.</param>
787       <param name="length">The number of array elements to copy.</param>
788       <exception cref="T:System.ArgumentOutOfRangeException">
789         <paramref name="startIndex" /> and <paramref name="length" /> are not valid.</exception>
790       <exception cref="T:System.ArgumentNullException">
791         <paramref name="source" />, <paramref name="startIndex" />, <paramref name="destination" />, or <paramref name="length" /> is null.</exception>
792       <PermissionSet>
793         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
794       </PermissionSet>
795     </member>
796     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.Char[],System.Int32,System.IntPtr,System.Int32)">
797       <summary>Copies data from a one-dimensional, managed character array to an unmanaged memory pointer.</summary>
798       <param name="source">The one-dimensional array to copy from.</param>
799       <param name="startIndex">The zero-based index in the source array where copying should start.</param>
800       <param name="destination">The memory pointer to copy to.</param>
801       <param name="length">The number of array elements to copy.</param>
802       <exception cref="T:System.ArgumentOutOfRangeException">
803         <paramref name="startIndex" /> and <paramref name="length" /> are not valid.</exception>
804       <exception cref="T:System.ArgumentNullException">
805         <paramref name="startIndex" />, <paramref name="destination" />, or <paramref name="length" /> is null.</exception>
806       <PermissionSet>
807         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
808       </PermissionSet>
809     </member>
810     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.Double[],System.Int32,System.IntPtr,System.Int32)">
811       <summary>Copies data from a one-dimensional, managed double-precision floating-point number array to an unmanaged memory pointer.</summary>
812       <param name="source">The one-dimensional array to copy from.</param>
813       <param name="startIndex">The zero-based index in the source array where copying should start.</param>
814       <param name="destination">The memory pointer to copy to.</param>
815       <param name="length">The number of array elements to copy.</param>
816       <exception cref="T:System.ArgumentOutOfRangeException">
817         <paramref name="startIndex" /> and <paramref name="length" /> are not valid.</exception>
818       <exception cref="T:System.ArgumentNullException">
819         <paramref name="source" />, <paramref name="startIndex" />, <paramref name="destination" />, or <paramref name="length" /> is null.</exception>
820       <PermissionSet>
821         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
822       </PermissionSet>
823     </member>
824     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.Int16[],System.Int32,System.IntPtr,System.Int32)">
825       <summary>Copies data from a one-dimensional, managed 16-bit signed integer array to an unmanaged memory pointer.</summary>
826       <param name="source">The one-dimensional array to copy from.</param>
827       <param name="startIndex">The zero-based index in the source array where copying should start.</param>
828       <param name="destination">The memory pointer to copy to.</param>
829       <param name="length">The number of array elements to copy.</param>
830       <exception cref="T:System.ArgumentOutOfRangeException">
831         <paramref name="startIndex" /> and <paramref name="length" /> are not valid.</exception>
832       <exception cref="T:System.ArgumentNullException">
833         <paramref name="source" />, <paramref name="startIndex" />, <paramref name="destination" />, or <paramref name="length" /> is null.</exception>
834       <PermissionSet>
835         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
836       </PermissionSet>
837     </member>
838     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.Int32[],System.Int32,System.IntPtr,System.Int32)">
839       <summary>Copies data from a one-dimensional, managed 32-bit signed integer array to an unmanaged memory pointer.</summary>
840       <param name="source">The one-dimensional array to copy from.</param>
841       <param name="startIndex">The zero-based index in the source array where copying should start.</param>
842       <param name="destination">The memory pointer to copy to.</param>
843       <param name="length">The number of array elements to copy.</param>
844       <exception cref="T:System.ArgumentOutOfRangeException">
845         <paramref name="startIndex" /> and <paramref name="length" /> are not valid.</exception>
846       <exception cref="T:System.ArgumentNullException">
847         <paramref name="startIndex" /> or <paramref name="length" /> is null.</exception>
848       <PermissionSet>
849         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
850       </PermissionSet>
851     </member>
852     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.Int64[],System.Int32,System.IntPtr,System.Int32)">
853       <summary>Copies data from a one-dimensional, managed 64-bit signed integer array to an unmanaged memory pointer.</summary>
854       <param name="source">The one-dimensional array to copy from.</param>
855       <param name="startIndex">The zero-based index in the source array where copying should start.</param>
856       <param name="destination">The memory pointer to copy to.</param>
857       <param name="length">The number of array elements to copy.</param>
858       <exception cref="T:System.ArgumentOutOfRangeException">
859         <paramref name="startIndex" /> and <paramref name="length" /> are not valid.</exception>
860       <exception cref="T:System.ArgumentNullException">
861         <paramref name="source" />, <paramref name="startIndex" />, <paramref name="destination" />, or <paramref name="length" /> is null.</exception>
862       <PermissionSet>
863         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
864       </PermissionSet>
865     </member>
866     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32)">
867       <summary>Copies data from an unmanaged memory pointer to a managed 8-bit unsigned integer array.</summary>
868       <param name="source">The memory pointer to copy from.</param>
869       <param name="destination">The array to copy to.</param>
870       <param name="startIndex">The zero-based index in the destination array where copying should start.</param>
871       <param name="length">The number of array elements to copy.</param>
872       <exception cref="T:System.ArgumentNullException">
873         <paramref name="source" />, <paramref name="destination" />, <paramref name="startIndex" />, or <paramref name="length" /> is null.</exception>
874       <PermissionSet>
875         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
876       </PermissionSet>
877     </member>
878     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Char[],System.Int32,System.Int32)">
879       <summary>Copies data from an unmanaged memory pointer to a managed character array.</summary>
880       <param name="source">The memory pointer to copy from.</param>
881       <param name="destination">The array to copy to.</param>
882       <param name="startIndex">The zero-based index in the destination array where copying should start.</param>
883       <param name="length">The number of array elements to copy.</param>
884       <exception cref="T:System.ArgumentNullException">
885         <paramref name="source" />, <paramref name="destination" />, <paramref name="startIndex" />, or <paramref name="length" /> is null.</exception>
886       <PermissionSet>
887         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
888       </PermissionSet>
889     </member>
890     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Double[],System.Int32,System.Int32)">
891       <summary>Copies data from an unmanaged memory pointer to a managed double-precision floating-point number array.</summary>
892       <param name="source">The memory pointer to copy from.</param>
893       <param name="destination">The array to copy to.</param>
894       <param name="startIndex">The zero-based index in the destination array where copying should start.</param>
895       <param name="length">The number of array elements to copy.</param>
896       <exception cref="T:System.ArgumentNullException">
897         <paramref name="source" />, <paramref name="destination" />, <paramref name="startIndex" />, or <paramref name="length" /> is null.</exception>
898       <PermissionSet>
899         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
900       </PermissionSet>
901     </member>
902     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int16[],System.Int32,System.Int32)">
903       <summary>Copies data from an unmanaged memory pointer to a managed 16-bit signed integer array.</summary>
904       <param name="source">The memory pointer to copy from.</param>
905       <param name="destination">The array to copy to.</param>
906       <param name="startIndex">The zero-based index in the destination array where copying should start.</param>
907       <param name="length">The number of array elements to copy.</param>
908       <exception cref="T:System.ArgumentNullException">
909         <paramref name="source" />, <paramref name="destination" />, <paramref name="startIndex" />, or <paramref name="length" /> is null.</exception>
910       <PermissionSet>
911         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
912       </PermissionSet>
913     </member>
914     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int32[],System.Int32,System.Int32)">
915       <summary>Copies data from an unmanaged memory pointer to a managed 32-bit signed integer array.</summary>
916       <param name="source">The memory pointer to copy from.</param>
917       <param name="destination">The array to copy to.</param>
918       <param name="startIndex">The zero-based index in the destination array where copying should start.</param>
919       <param name="length">The number of array elements to copy.</param>
920       <exception cref="T:System.ArgumentNullException">
921         <paramref name="source" />, <paramref name="destination" />, <paramref name="startIndex" />, or <paramref name="length" /> is null.</exception>
922       <PermissionSet>
923         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
924       </PermissionSet>
925     </member>
926     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Int64[],System.Int32,System.Int32)">
927       <summary>Copies data from an unmanaged memory pointer to a managed 64-bit signed integer array.</summary>
928       <param name="source">The memory pointer to copy from.</param>
929       <param name="destination">The array to copy to.</param>
930       <param name="startIndex">The zero-based index in the destination array where copying should start.</param>
931       <param name="length">The number of array elements to copy.</param>
932       <exception cref="T:System.ArgumentNullException">
933         <paramref name="source" />, <paramref name="destination" />, <paramref name="startIndex" />, or <paramref name="length" /> is null.</exception>
934       <PermissionSet>
935         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
936       </PermissionSet>
937     </member>
938     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.IntPtr[],System.Int32,System.Int32)">
939       <summary>Copies data from an unmanaged memory pointer to a managed <see cref="T:System.IntPtr" /> array.</summary>
940       <param name="source">The memory pointer to copy from. </param>
941       <param name="destination">The array to copy to.</param>
942       <param name="startIndex">The zero-based index in the destination array where copying should start.</param>
943       <param name="length">The number of array elements to copy.</param>
944       <exception cref="T:System.ArgumentNullException">
945         <paramref name="source" />, <paramref name="destination" />, <paramref name="startIndex" />, or <paramref name="length" /> is null.</exception>
946     </member>
947     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr,System.Single[],System.Int32,System.Int32)">
948       <summary>Copies data from an unmanaged memory pointer to a managed single-precision floating-point number array.</summary>
949       <param name="source">The memory pointer to copy from. </param>
950       <param name="destination">The array to copy to. </param>
951       <param name="startIndex">The zero-based index in the destination array where copying should start. </param>
952       <param name="length">The number of array elements to copy. </param>
953       <exception cref="T:System.ArgumentNullException">
954         <paramref name="source" />, <paramref name="destination" />, <paramref name="startIndex" />, or <paramref name="length" /> is null. </exception>
955       <PermissionSet>
956         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
957       </PermissionSet>
958     </member>
959     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.IntPtr[],System.Int32,System.IntPtr,System.Int32)">
960       <summary>Copies data from a one-dimensional, managed <see cref="T:System.IntPtr" /> array to an unmanaged memory pointer.</summary>
961       <param name="source">The one-dimensional array to copy from.</param>
962       <param name="startIndex">The zero-based index in the source array where copying should start.</param>
963       <param name="destination">The memory pointer to copy to.</param>
964       <param name="length">The number of array elements to copy.</param>
965       <exception cref="T:System.ArgumentNullException">
966         <paramref name="source" />, <paramref name="destination" />, <paramref name="startIndex" />, or <paramref name="length" /> is null.</exception>
967     </member>
968     <member name="M:System.Runtime.InteropServices.Marshal.Copy(System.Single[],System.Int32,System.IntPtr,System.Int32)">
969       <summary>Copies data from a one-dimensional, managed single-precision floating-point number array to an unmanaged memory pointer.</summary>
970       <param name="source">The one-dimensional array to copy from. </param>
971       <param name="startIndex">The zero-based index in the source array where copying should start. </param>
972       <param name="destination">The memory pointer to copy to. </param>
973       <param name="length">The number of array elements to copy. </param>
974       <exception cref="T:System.ArgumentOutOfRangeException">
975         <paramref name="startIndex" /> and <paramref name="length" /> are not valid. </exception>
976       <exception cref="T:System.ArgumentNullException">
977         <paramref name="source" />, <paramref name="startIndex" />, <paramref name="destination" />, or <paramref name="length" /> is null. </exception>
978       <PermissionSet>
979         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
980       </PermissionSet>
981     </member>
982     <member name="M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject(System.IntPtr,System.Object)">
983       <summary>Aggregates a managed object with the specified COM object.</summary>
984       <returns>The inner IUnknown pointer of the managed object.</returns>
985       <param name="pOuter">The outer IUnknown pointer.</param>
986       <param name="o">An object to aggregate.</param>
987       <exception cref="T:System.ArgumentException">
988         <paramref name="o" /> is a Windows Runtime object.</exception>
989     </member>
990     <member name="M:System.Runtime.InteropServices.Marshal.CreateAggregatedObject``1(System.IntPtr,``0)">
991       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Aggregates a managed object of the specified type with the specified COM object. </summary>
992       <returns>The inner IUnknown pointer of the managed object. </returns>
993       <param name="pOuter">The outer IUnknown pointer. </param>
994       <param name="o">The managed object to aggregate. </param>
995       <typeparam name="T">The type of the managed object to aggregate. </typeparam>
996       <exception cref="T:System.ArgumentException">
997         <paramref name="o" /> is a Windows Runtime object. </exception>
998     </member>
999     <member name="M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type)">
1000       <summary>Wraps the specified COM object in an object of the specified type.</summary>
1001       <returns>The newly wrapped object that is an instance of the desired type.</returns>
1002       <param name="o">The object to be wrapped. </param>
1003       <param name="t">The type of wrapper to create. </param>
1004       <exception cref="T:System.ArgumentException">
1005         <paramref name="t" /> must derive from __ComObject. -or-<paramref name="t" /> is a Windows Runtime type.</exception>
1006       <exception cref="T:System.ArgumentNullException">The <paramref name="t" /> parameter is null.</exception>
1007       <exception cref="T:System.InvalidCastException">
1008         <paramref name="o" /> cannot be converted to the destination type because it does not support all required interfaces. </exception>
1009       <PermissionSet>
1010         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1011       </PermissionSet>
1012     </member>
1013     <member name="M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0)">
1014       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Wraps the specified COM object in an object of the specified type.</summary>
1015       <returns>The newly wrapped object. </returns>
1016       <param name="o">The object to be wrapped. </param>
1017       <typeparam name="T">The type of object to wrap. </typeparam>
1018       <typeparam name="TWrapper">The type of object to return. </typeparam>
1019       <exception cref="T:System.ArgumentException">
1020         <paramref name="T" /> must derive from __ComObject. -or-<paramref name="T" /> is a Windows Runtime type.</exception>
1021       <exception cref="T:System.InvalidCastException">
1022         <paramref name="o" /> cannot be converted to the <paramref name="TWrapper" /> because it does not support all required interfaces. </exception>
1023     </member>
1024     <member name="M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr)">
1025       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Frees all substructures of a specified type that the specified unmanaged memory block points to. </summary>
1026       <param name="ptr">A pointer to an unmanaged block of memory. </param>
1027       <typeparam name="T">The type of the formatted structure. This provides the layout information necessary to delete the buffer in the <paramref name="ptr" /> parameter. </typeparam>
1028       <exception cref="T:System.ArgumentException">
1029         <paramref name="T" /> has an automatic layout. Use sequential or explicit instead. </exception>
1030     </member>
1031     <member name="M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type)">
1032       <summary>Frees all substructures that the specified unmanaged memory block points to.</summary>
1033       <param name="ptr">A pointer to an unmanaged block of memory. </param>
1034       <param name="structuretype">Type of a formatted class. This provides the layout information necessary to delete the buffer in the <paramref name="ptr" /> parameter.</param>
1035       <exception cref="T:System.ArgumentException">
1036         <paramref name="structureType" /> has an automatic layout. Use sequential or explicit instead.</exception>
1037       <PermissionSet>
1038         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1039       </PermissionSet>
1040     </member>
1041     <member name="M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object)">
1042       <summary>Releases all references to a Runtime Callable Wrapper (RCW) by setting its reference count to 0.</summary>
1043       <returns>The new value of the reference count of the RCW associated with the <paramref name="o" />parameter, which is 0 (zero) if the release is successful.</returns>
1044       <param name="o">The RCW to be released.</param>
1045       <exception cref="T:System.ArgumentException">
1046         <paramref name="o" /> is not a valid COM object.</exception>
1047       <exception cref="T:System.ArgumentNullException">
1048         <paramref name="o" /> is null.</exception>
1049       <PermissionSet>
1050         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1051       </PermissionSet>
1052     </member>
1053     <member name="M:System.Runtime.InteropServices.Marshal.FreeBSTR(System.IntPtr)">
1054       <summary>Frees a BSTR using the COM SysFreeString function.</summary>
1055       <param name="ptr">The address of the BSTR to be freed. </param>
1056       <PermissionSet>
1057         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1058       </PermissionSet>
1059     </member>
1060     <member name="M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr)">
1061       <summary>Frees a block of memory allocated by the unmanaged COM task memory allocator.</summary>
1062       <param name="ptr">The address of the memory to be freed. </param>
1063       <PermissionSet>
1064         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1065       </PermissionSet>
1066     </member>
1067     <member name="M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr)">
1068       <summary>Frees memory previously allocated from the unmanaged memory of the process.</summary>
1069       <param name="hglobal">The handle returned by the original matching call to <see cref="M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr)" />. </param>
1070       <PermissionSet>
1071         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1072       </PermissionSet>
1073     </member>
1074     <member name="M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type)">
1075       <summary>Returns a pointer to an IUnknown interface that represents the specified interface on the specified object. Custom query interface access is enabled by default.</summary>
1076       <returns>The interface pointer that represents the specified interface for the object.</returns>
1077       <param name="o">The object that provides the interface. </param>
1078       <param name="T">The type of interface that is requested. </param>
1079       <exception cref="T:System.ArgumentException">The <paramref name="T" /> parameter is not an interface.-or- The type is not visible to COM. -or-The <paramref name="T" /> parameter is a generic type.</exception>
1080       <exception cref="T:System.InvalidCastException">The <paramref name="o" /> parameter does not support the requested interface. </exception>
1081       <exception cref="T:System.ArgumentNullException">The <paramref name="o" /> parameter is null.-or- The <paramref name="T" /> parameter is null.</exception>
1082       <PermissionSet>
1083         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1084       </PermissionSet>
1085     </member>
1086     <member name="M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type,System.Runtime.InteropServices.CustomQueryInterfaceMode)">
1087       <summary>Returns a pointer to an IUnknown interface that represents the specified interface on the specified object. Custom query interface access is controlled by the specified customization mode.</summary>
1088       <returns>The interface pointer that represents the interface for the object.</returns>
1089       <param name="o">The object that provides the interface.</param>
1090       <param name="T">The type of interface that is requested.</param>
1091       <param name="mode">One of the enumeration values that indicates whether to apply an IUnknown::QueryInterface customization that is supplied by an <see cref="T:System.Runtime.InteropServices.ICustomQueryInterface" />.</param>
1092       <exception cref="T:System.ArgumentException">The <paramref name="T" /> parameter is not an interface.-or- The type is not visible to COM.-or-The <paramref name="T" /> parameter is a generic type.</exception>
1093       <exception cref="T:System.InvalidCastException">The object <paramref name="o" /> does not support the requested interface.</exception>
1094       <exception cref="T:System.ArgumentNullException">The <paramref name="o" /> parameter is null.-or- The <paramref name="T" /> parameter is null.</exception>
1095     </member>
1096     <member name="M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0)">
1097       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Returns a pointer to an IUnknown interface that represents the specified interface on an object of the specified type. Custom query interface access is enabled by default.</summary>
1098       <returns>The interface pointer that represents the <paramref name="TInterface" /> interface.</returns>
1099       <param name="o">The object that provides the interface. </param>
1100       <typeparam name="T">The type of <paramref name="o" />. </typeparam>
1101       <typeparam name="TInterface">The type of interface to return. </typeparam>
1102       <exception cref="T:System.ArgumentException">The <paramref name="TInterface" /> parameter is not an interface.-or- The type is not visible to COM. -or-The <paramref name="T" /> parameter is an open generic type.</exception>
1103       <exception cref="T:System.InvalidCastException">The <paramref name="o" /> parameter does not support the <paramref name="TInterface" /> interface. </exception>
1104       <exception cref="T:System.ArgumentNullException">The <paramref name="o" /> parameter is null.</exception>
1105     </member>
1106     <member name="M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer``1(System.IntPtr)">
1107       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Converts an unmanaged function pointer to a delegate of a specified type. </summary>
1108       <returns>A instance of the specified delegate type.</returns>
1109       <param name="ptr">The unmanaged function pointer to convert. </param>
1110       <typeparam name="TDelegate">The type of the delegate to return. </typeparam>
1111       <exception cref="T:System.ArgumentException">The <paramref name="TDelegate" /> generic parameter is not a delegate, or it is an open generic type.</exception>
1112       <exception cref="T:System.ArgumentNullException">The <paramref name="ptr" /> parameter is null.</exception>
1113     </member>
1114     <member name="M:System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(System.IntPtr,System.Type)">
1115       <summary>Converts an unmanaged function pointer to a delegate.</summary>
1116       <returns>A delegate instance that can be cast to the appropriate delegate type.</returns>
1117       <param name="ptr">The unmanaged function pointer to be converted.</param>
1118       <param name="t">The type of the delegate to be returned.</param>
1119       <exception cref="T:System.ArgumentException">The <paramref name="t" /> parameter is not a delegate or is generic.</exception>
1120       <exception cref="T:System.ArgumentNullException">The <paramref name="ptr" /> parameter is null.-or-The <paramref name="t" /> parameter is null.</exception>
1121       <PermissionSet>
1122         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1123       </PermissionSet>
1124     </member>
1125     <member name="M:System.Runtime.InteropServices.Marshal.GetExceptionCode">
1126       <summary>Retrieves a code that identifies the type of the exception that occurred.</summary>
1127       <returns>The type of the exception.</returns>
1128       <PermissionSet>
1129         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1130       </PermissionSet>
1131     </member>
1132     <member name="M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32)">
1133       <summary>Converts the specified HRESULT error code to a corresponding <see cref="T:System.Exception" /> object.</summary>
1134       <returns>An object that represents the converted HRESULT.</returns>
1135       <param name="errorCode">The HRESULT to be converted.</param>
1136       <PermissionSet>
1137         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1138       </PermissionSet>
1139     </member>
1140     <member name="M:System.Runtime.InteropServices.Marshal.GetExceptionForHR(System.Int32,System.IntPtr)">
1141       <summary>Converts the specified HRESULT error code to a corresponding <see cref="T:System.Exception" /> object, with additional error information passed in an IErrorInfo interface for the exception object.</summary>
1142       <returns>An object that represents the converted HRESULT and information obtained from <paramref name="errorInfo" />.</returns>
1143       <param name="errorCode">The HRESULT to be converted.</param>
1144       <param name="errorInfo">A pointer to the IErrorInfo interface that provides more information about the error. You can specify IntPtr(0) to use the current IErrorInfo interface, or IntPtr(-1) to ignore the current IErrorInfo interface and construct the exception just from the error code. </param>
1145       <PermissionSet>
1146         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1147       </PermissionSet>
1148     </member>
1149     <member name="M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(System.Delegate)">
1150       <summary>Converts a delegate into a function pointer that is callable from unmanaged code.</summary>
1151       <returns>A value that can be passed to unmanaged code, which, in turn, can use it to call the underlying managed delegate. </returns>
1152       <param name="d">The delegate to be passed to unmanaged code.</param>
1153       <exception cref="T:System.ArgumentException">The <paramref name="d" /> parameter is a generic type.</exception>
1154       <exception cref="T:System.ArgumentNullException">The <paramref name="d" /> parameter is null.</exception>
1155       <PermissionSet>
1156         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1157       </PermissionSet>
1158     </member>
1159     <member name="M:System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate``1(``0)">
1160       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Converts a delegate of a specified type to a function pointer that is callable from unmanaged code. </summary>
1161       <returns>A value that can be passed to unmanaged code, which, in turn, can use it to call the underlying managed delegate. </returns>
1162       <param name="d">The delegate to be passed to unmanaged code. </param>
1163       <typeparam name="TDelegate">The type of delegate to convert. </typeparam>
1164       <exception cref="T:System.ArgumentNullException">The <paramref name="d" /> parameter is null. </exception>
1165     </member>
1166     <member name="M:System.Runtime.InteropServices.Marshal.GetHRForException(System.Exception)">
1167       <summary>Converts the specified exception to an HRESULT.</summary>
1168       <returns>The HRESULT mapped to the supplied exception.</returns>
1169       <param name="e">The exception to convert to an HRESULT.</param>
1170       <PermissionSet>
1171         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1172       </PermissionSet>
1173     </member>
1174     <member name="M:System.Runtime.InteropServices.Marshal.GetHRForLastWin32Error">
1175       <summary>Returns the HRESULT corresponding to the last error incurred by Win32 code executed using <see cref="T:System.Runtime.InteropServices.Marshal" />.</summary>
1176       <returns>The HRESULT corresponding to the last Win32 error code.</returns>
1177       <PermissionSet>
1178         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1179       </PermissionSet>
1180     </member>
1181     <member name="M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object)">
1182       <summary>Returns an IUnknown interface from a managed object.</summary>
1183       <returns>The IUnknown pointer for the <paramref name="o" /> parameter.</returns>
1184       <param name="o">The object whose IUnknown interface is requested.</param>
1185       <PermissionSet>
1186         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1187       </PermissionSet>
1188     </member>
1189     <member name="M:System.Runtime.InteropServices.Marshal.GetLastWin32Error">
1190       <summary>Returns the error code returned by the last unmanaged function that was called using platform invoke that has the <see cref="F:System.Runtime.InteropServices.DllImportAttribute.SetLastError" /> flag set.</summary>
1191       <returns>The last error code set by a call to the Win32 SetLastError function.</returns>
1192       <PermissionSet>
1193         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1194       </PermissionSet>
1195     </member>
1196     <member name="M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr)">
1197       <summary>Converts an object to a COM VARIANT.</summary>
1198       <param name="obj">The object for which to get a COM VARIANT.</param>
1199       <param name="pDstNativeVariant">A pointer to receive the VARIANT that corresponds to the <paramref name="obj" /> parameter.</param>
1200       <exception cref="T:System.ArgumentException">The <paramref name="obj" /> parameter is a generic type.</exception>
1201       <PermissionSet>
1202         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1203       </PermissionSet>
1204     </member>
1205     <member name="M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr)">
1206       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Converts an object of a specified type to a COM VARIANT. </summary>
1207       <param name="obj">The object for which to get a COM VARIANT. </param>
1208       <param name="pDstNativeVariant">A pointer to receive the VARIANT that corresponds to the <paramref name="obj" /> parameter. </param>
1209       <typeparam name="T">The type of the object to convert. </typeparam>
1210     </member>
1211     <member name="M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr)">
1212       <summary>Returns an instance of a type that represents a COM object by a pointer to its IUnknown interface.</summary>
1213       <returns>An object that represents the specified unmanaged COM object.</returns>
1214       <param name="pUnk">A pointer to the IUnknown interface. </param>
1215       <PermissionSet>
1216         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1217       </PermissionSet>
1218     </member>
1219     <member name="M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr)">
1220       <summary>Converts a COM VARIANT to an object.</summary>
1221       <returns>An object that corresponds to the <paramref name="pSrcNativeVariant" /> parameter.</returns>
1222       <param name="pSrcNativeVariant">A pointer to a COM VARIANT.</param>
1223       <exception cref="T:System.Runtime.InteropServices.InvalidOleVariantTypeException">
1224         <paramref name="pSrcNativeVariant" /> is not a valid VARIANT type.</exception>
1225       <exception cref="T:System.NotSupportedException">
1226         <paramref name="pSrcNativeVariant" /> has an unsupported type.</exception>
1227       <PermissionSet>
1228         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1229       </PermissionSet>
1230     </member>
1231     <member name="M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr)">
1232       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Converts a COM VARIANT to an object of a specified type. </summary>
1233       <returns>An object of the specified type that corresponds to the <paramref name="pSrcNativeVariant" /> parameter. </returns>
1234       <param name="pSrcNativeVariant">A pointer to a COM VARIANT. </param>
1235       <typeparam name="T">The type to which to convert the COM VARIANT. </typeparam>
1236       <exception cref="T:System.Runtime.InteropServices.InvalidOleVariantTypeException">
1237         <paramref name="pSrcNativeVariant" /> is not a valid VARIANT type. </exception>
1238       <exception cref="T:System.NotSupportedException">
1239         <paramref name="pSrcNativeVariant" /> has an unsupported type. </exception>
1240     </member>
1241     <member name="M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32)">
1242       <summary>Converts an array of COM VARIANTs to an array of objects. </summary>
1243       <returns>An object array that corresponds to <paramref name="aSrcNativeVariant" />.</returns>
1244       <param name="aSrcNativeVariant">A pointer to the first element of an array of COM VARIANTs.</param>
1245       <param name="cVars">The count of COM VARIANTs in <paramref name="aSrcNativeVariant" />.</param>
1246       <exception cref="T:System.ArgumentOutOfRangeException">
1247         <paramref name="cVars" /> is a negative number.</exception>
1248       <PermissionSet>
1249         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1250       </PermissionSet>
1251     </member>
1252     <member name="M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32)">
1253       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Converts an array of COM VARIANTs to an array of a specified type. </summary>
1254       <returns>An array of <paramref name="T" /> objects that corresponds to <paramref name="aSrcNativeVariant" />. </returns>
1255       <param name="aSrcNativeVariant">A pointer to the first element of an array of COM VARIANTs. </param>
1256       <param name="cVars">The count of COM VARIANTs in <paramref name="aSrcNativeVariant" />. </param>
1257       <typeparam name="T">The type of the array to return. </typeparam>
1258       <exception cref="T:System.ArgumentOutOfRangeException">
1259         <paramref name="cVars" /> is a negative number. </exception>
1260     </member>
1261     <member name="M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type)">
1262       <summary>Gets the first slot in the virtual function table (v-table or VTBL) that contains user-defined methods.</summary>
1263       <returns>The first VTBL slot that contains user-defined methods. The first slot is 3 if the interface is based on IUnknown, and 7 if the interface is based on IDispatch.</returns>
1264       <param name="t">A type that represents an interface.</param>
1265       <exception cref="T:System.ArgumentException">
1266         <paramref name="t" /> is not visible from COM.</exception>
1267       <PermissionSet>
1268         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1269       </PermissionSet>
1270     </member>
1271     <member name="M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid)">
1272       <summary>Returns the type associated with the specified class identifier (CLSID). </summary>
1273       <returns>System.__ComObject regardless of whether the CLSID is valid. </returns>
1274       <param name="clsid">The CLSID of the type to return. </param>
1275     </member>
1276     <member name="M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo)">
1277       <summary>Retrieves the name of the type represented by an ITypeInfo object.</summary>
1278       <returns>The name of the type that the <paramref name="typeInfo" /> parameter points to.</returns>
1279       <param name="typeInfo">An object that represents an ITypeInfo pointer.</param>
1280       <exception cref="T:System.ArgumentNullException">The <paramref name="typeInfo" /> parameter is null.</exception>
1281       <PermissionSet>
1282         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1283       </PermissionSet>
1284     </member>
1285     <member name="M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr)">
1286       <summary>Creates a unique Runtime Callable Wrapper (RCW) object for a given IUnknown interface.</summary>
1287       <returns>A unique RCW for the specified IUnknown interface.</returns>
1288       <param name="unknown">A managed pointer to an IUnknown interface.</param>
1289     </member>
1290     <member name="M:System.Runtime.InteropServices.Marshal.IsComObject(System.Object)">
1291       <summary>Indicates whether a specified object represents a COM object.</summary>
1292       <returns>true if the <paramref name="o" /> parameter is a COM type; otherwise, false.</returns>
1293       <param name="o">The object to check.</param>
1294       <PermissionSet>
1295         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1296       </PermissionSet>
1297     </member>
1298     <member name="M:System.Runtime.InteropServices.Marshal.OffsetOf``1(System.String)">
1299       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Returns the field offset of the unmanaged form of a specified managed class.</summary>
1300       <returns>The offset, in bytes, for the <paramref name="fieldName" /> parameter within the specified class that is declared by platform invoke. </returns>
1301       <param name="fieldName">The name of the field in the <paramref name="T" /> type. </param>
1302       <typeparam name="T">A managed value type or formatted reference type. You must apply the <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> attribute to the class. </typeparam>
1303     </member>
1304     <member name="M:System.Runtime.InteropServices.Marshal.OffsetOf(System.Type,System.String)">
1305       <summary>Returns the field offset of the unmanaged form of the managed class.</summary>
1306       <returns>The offset, in bytes, for the <paramref name="fieldName" /> parameter within the specified class that is declared by platform invoke.</returns>
1307       <param name="t">A value type or formatted reference type that specifies the managed class. You must apply the <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> to the class.</param>
1308       <param name="fieldName">The field within the <paramref name="t" /> parameter.</param>
1309       <exception cref="T:System.ArgumentException">The class cannot be exported as a structure or the field is nonpublic. Beginning with the .NET Framework version 2.0, the field may be private.</exception>
1310       <exception cref="T:System.ArgumentNullException">The <paramref name="t" /> parameter is null.</exception>
1311       <PermissionSet>
1312         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1313       </PermissionSet>
1314     </member>
1315     <member name="M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr)">
1316       <summary>Copies all characters up to the first null character from an unmanaged ANSI string to a managed <see cref="T:System.String" />, and widens each ANSI character to Unicode.</summary>
1317       <returns>A managed string that holds a copy of the unmanaged ANSI string. If <paramref name="ptr" /> is null, the method returns a null string.</returns>
1318       <param name="ptr">The address of the first character of the unmanaged string.</param>
1319       <PermissionSet>
1320         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1321       </PermissionSet>
1322     </member>
1323     <member name="M:System.Runtime.InteropServices.Marshal.PtrToStringAnsi(System.IntPtr,System.Int32)">
1324       <summary>Allocates a managed <see cref="T:System.String" />, copies a specified number of characters from an unmanaged ANSI string into it, and widens each ANSI character to Unicode.</summary>
1325       <returns>A managed string that holds a copy of the native ANSI string if the value of the <paramref name="ptr" /> parameter is not null; otherwise, this method returns null.</returns>
1326       <param name="ptr">The address of the first character of the unmanaged string.</param>
1327       <param name="len">The byte count of the input string to copy.</param>
1328       <exception cref="T:System.ArgumentException">
1329         <paramref name="len" /> is less than zero.</exception>
1330       <PermissionSet>
1331         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1332       </PermissionSet>
1333     </member>
1334     <member name="M:System.Runtime.InteropServices.Marshal.PtrToStringBSTR(System.IntPtr)">
1335       <summary>Allocates a managed <see cref="T:System.String" /> and copies a BSTR Data Type string stored in unmanaged memory into it.</summary>
1336       <returns>A managed string that holds a copy of the unmanaged string if the value of the <paramref name="ptr" /> parameter is not null; otherwise, this method returns null.</returns>
1337       <param name="ptr">The address of the first character of the unmanaged string.</param>
1338       <PermissionSet>
1339         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1340       </PermissionSet>
1341     </member>
1342     <member name="M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr)">
1343       <summary>Allocates a managed <see cref="T:System.String" /> and copies all characters up to the first null character from an unmanaged Unicode string into it.</summary>
1344       <returns>A managed string that holds a copy of the unmanaged string if the value of the <paramref name="ptr" /> parameter is not null; otherwise, this method returns null.</returns>
1345       <param name="ptr">The address of the first character of the unmanaged string.</param>
1346       <PermissionSet>
1347         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1348       </PermissionSet>
1349     </member>
1350     <member name="M:System.Runtime.InteropServices.Marshal.PtrToStringUni(System.IntPtr,System.Int32)">
1351       <summary>Allocates a managed <see cref="T:System.String" /> and copies a specified number of characters from an unmanaged Unicode string into it.</summary>
1352       <returns>A managed string that holds a copy of the unmanaged string if the value of the <paramref name="ptr" /> parameter is not null; otherwise, this method returns null.</returns>
1353       <param name="ptr">The address of the first character of the unmanaged string.</param>
1354       <param name="len">The number of Unicode characters to copy.</param>
1355       <PermissionSet>
1356         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1357       </PermissionSet>
1358     </member>
1359     <member name="M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr)">
1360       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Marshals data from an unmanaged block of memory to a newly allocated managed object of the type specified by a generic type parameter. </summary>
1361       <returns>A managed object that contains the data that the <paramref name="ptr" /> parameter points to. </returns>
1362       <param name="ptr">A pointer to an unmanaged block of memory. </param>
1363       <typeparam name="T">The type of the object to which the data is to be copied. This must be a formatted class or a structure. </typeparam>
1364       <exception cref="T:System.ArgumentException">The layout of <paramref name="T" /> is not sequential or explicit.</exception>
1365       <exception cref="T:System.MissingMethodException">The class specified by <paramref name="T" /> does not have an accessible default constructor. </exception>
1366     </member>
1367     <member name="M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Object)">
1368       <summary>Marshals data from an unmanaged block of memory to a managed object.</summary>
1369       <param name="ptr">A pointer to an unmanaged block of memory.</param>
1370       <param name="structure">The object to which the data is to be copied. This must be an instance of a formatted class.</param>
1371       <exception cref="T:System.ArgumentException">Structure layout is not sequential or explicit.-or- Structure is a boxed value type.</exception>
1372       <PermissionSet>
1373         <IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" />
1374         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1375       </PermissionSet>
1376     </member>
1377     <member name="M:System.Runtime.InteropServices.Marshal.PtrToStructure(System.IntPtr,System.Type)">
1378       <summary>Marshals data from an unmanaged block of memory to a newly allocated managed object of the specified type.</summary>
1379       <returns>A managed object containing the data pointed to by the <paramref name="ptr" /> parameter.</returns>
1380       <param name="ptr">A pointer to an unmanaged block of memory.</param>
1381       <param name="structureType">The type of object to be created. This object must represent a formatted class or a structure.</param>
1382       <exception cref="T:System.ArgumentException">The <paramref name="structureType" /> parameter layout is not sequential or explicit.-or-The <paramref name="structureType" /> parameter is a generic type.</exception>
1383       <exception cref="T:System.ArgumentNullException">
1384         <paramref name="structureType" /> is null.</exception>
1385       <exception cref="T:System.MissingMethodException">The class specified by <paramref name="structureType" /> does not have an accessible default constructor. </exception>
1386       <PermissionSet>
1387         <IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" />
1388         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1389       </PermissionSet>
1390     </member>
1391     <member name="M:System.Runtime.InteropServices.Marshal.PtrToStructure``1(System.IntPtr,``0)">
1392       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Marshals data from an unmanaged block of memory to a managed object of the specified type. </summary>
1393       <param name="ptr">A pointer to an unmanaged block of memory. </param>
1394       <param name="structure">The object to which the data is to be copied. </param>
1395       <typeparam name="T">The type of <paramref name="structure" />. This must be a formatted class. </typeparam>
1396       <exception cref="T:System.ArgumentException">Structure layout is not sequential or explicit. </exception>
1397     </member>
1398     <member name="M:System.Runtime.InteropServices.Marshal.QueryInterface(System.IntPtr,System.Guid@,System.IntPtr@)">
1399       <summary>Requests a pointer to a specified interface from a COM object.</summary>
1400       <returns>An HRESULT that indicates the success or failure of the call.</returns>
1401       <param name="pUnk">The interface to be queried.</param>
1402       <param name="iid">The interface identifier (IID) of the requested interface.</param>
1403       <param name="ppv">When this method returns, contains a reference to the returned interface.</param>
1404       <PermissionSet>
1405         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1406       </PermissionSet>
1407     </member>
1408     <member name="M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr)">
1409       <summary>Reads a single byte from unmanaged memory.</summary>
1410       <returns>The byte read from unmanaged memory.</returns>
1411       <param name="ptr">The address in unmanaged memory from which to read.</param>
1412       <exception cref="T:System.AccessViolationException">
1413         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null. -or-<paramref name="ptr" /> is invalid.</exception>
1414       <PermissionSet>
1415         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1416       </PermissionSet>
1417     </member>
1418     <member name="M:System.Runtime.InteropServices.Marshal.ReadByte(System.IntPtr,System.Int32)">
1419       <summary>Reads a single byte at a given offset (or index) from unmanaged memory.</summary>
1420       <returns>The byte read from unmanaged memory at the given offset.</returns>
1421       <param name="ptr">The base address in unmanaged memory from which to read.</param>
1422       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1423       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1424       <PermissionSet>
1425         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1426       </PermissionSet>
1427     </member>
1428     <member name="M:System.Runtime.InteropServices.Marshal.ReadByte(System.Object,System.Int32)">
1429       <summary>Reads a single byte at a given offset (or index) from unmanaged memory. </summary>
1430       <returns>The byte read from unmanaged memory at the given offset.</returns>
1431       <param name="ptr">The base address in unmanaged memory of the source object.</param>
1432       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1433       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1434       <exception cref="T:System.ArgumentException">
1435         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1436       <PermissionSet>
1437         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1438       </PermissionSet>
1439     </member>
1440     <member name="M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr)">
1441       <summary>Reads a 16-bit signed integer from unmanaged memory.</summary>
1442       <returns>The 16-bit signed integer read from unmanaged memory.</returns>
1443       <param name="ptr">The address in unmanaged memory from which to read.</param>
1444       <exception cref="T:System.AccessViolationException">
1445         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null.-or-<paramref name="ptr" /> is invalid.</exception>
1446       <PermissionSet>
1447         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1448       </PermissionSet>
1449     </member>
1450     <member name="M:System.Runtime.InteropServices.Marshal.ReadInt16(System.IntPtr,System.Int32)">
1451       <summary>Reads a 16-bit signed integer at a given offset from unmanaged memory.</summary>
1452       <returns>The 16-bit signed integer read from unmanaged memory at the given offset.</returns>
1453       <param name="ptr">The base address in unmanaged memory from which to read.</param>
1454       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1455       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1456       <PermissionSet>
1457         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1458       </PermissionSet>
1459     </member>
1460     <member name="M:System.Runtime.InteropServices.Marshal.ReadInt16(System.Object,System.Int32)">
1461       <summary>Reads a 16-bit signed integer at a given offset from unmanaged memory.</summary>
1462       <returns>The 16-bit signed integer read from unmanaged memory at the given offset.</returns>
1463       <param name="ptr">The base address in unmanaged memory of the source object.</param>
1464       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1465       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1466       <exception cref="T:System.ArgumentException">
1467         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1468       <PermissionSet>
1469         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1470       </PermissionSet>
1471     </member>
1472     <member name="M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr)">
1473       <summary>Reads a 32-bit signed integer from unmanaged memory.</summary>
1474       <returns>The 32-bit signed integer read from unmanaged memory.</returns>
1475       <param name="ptr">The address in unmanaged memory from which to read.</param>
1476       <exception cref="T:System.AccessViolationException">
1477         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null.-or-<paramref name="ptr" /> is invalid.</exception>
1478       <PermissionSet>
1479         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1480       </PermissionSet>
1481     </member>
1482     <member name="M:System.Runtime.InteropServices.Marshal.ReadInt32(System.IntPtr,System.Int32)">
1483       <summary>Reads a 32-bit signed integer at a given offset from unmanaged memory.</summary>
1484       <returns>The 32-bit signed integer read from unmanaged memory.</returns>
1485       <param name="ptr">The base address in unmanaged memory from which to read.</param>
1486       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1487       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1488       <PermissionSet>
1489         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1490       </PermissionSet>
1491     </member>
1492     <member name="M:System.Runtime.InteropServices.Marshal.ReadInt32(System.Object,System.Int32)">
1493       <summary>Reads a 32-bit signed integer at a given offset from unmanaged memory.</summary>
1494       <returns>The 32-bit signed integer read from unmanaged memory at the given offset.</returns>
1495       <param name="ptr">The base address in unmanaged memory of the source object.</param>
1496       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1497       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1498       <exception cref="T:System.ArgumentException">
1499         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1500       <PermissionSet>
1501         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1502       </PermissionSet>
1503     </member>
1504     <member name="M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr)">
1505       <summary>Reads a 64-bit signed integer from unmanaged memory.</summary>
1506       <returns>The 64-bit signed integer read from unmanaged memory.</returns>
1507       <param name="ptr">The address in unmanaged memory from which to read.</param>
1508       <exception cref="T:System.AccessViolationException">
1509         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null.-or-<paramref name="ptr" /> is invalid.</exception>
1510       <PermissionSet>
1511         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1512       </PermissionSet>
1513     </member>
1514     <member name="M:System.Runtime.InteropServices.Marshal.ReadInt64(System.IntPtr,System.Int32)">
1515       <summary>Reads a 64-bit signed integer at a given offset from unmanaged memory.</summary>
1516       <returns>The 64-bit signed integer read from unmanaged memory at the given offset.</returns>
1517       <param name="ptr">The base address in unmanaged memory from which to read.</param>
1518       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1519       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1520       <PermissionSet>
1521         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1522       </PermissionSet>
1523     </member>
1524     <member name="M:System.Runtime.InteropServices.Marshal.ReadInt64(System.Object,System.Int32)">
1525       <summary>Reads a 64-bit signed integer at a given offset from unmanaged memory.</summary>
1526       <returns>The 64-bit signed integer read from unmanaged memory at the given offset.</returns>
1527       <param name="ptr">The base address in unmanaged memory of the source object.</param>
1528       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1529       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1530       <exception cref="T:System.ArgumentException">
1531         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1532       <PermissionSet>
1533         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1534       </PermissionSet>
1535     </member>
1536     <member name="M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr)">
1537       <summary>Reads a processor native-sized integer from unmanaged memory.</summary>
1538       <returns>The integer read from unmanaged memory. A 32 bit integer is returned on 32 bit machines and a 64 bit integer is returned on 64 bit machines.</returns>
1539       <param name="ptr">The address in unmanaged memory from which to read.</param>
1540       <exception cref="T:System.AccessViolationException">
1541         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null. -or-<paramref name="ptr" /> is invalid.</exception>
1542       <PermissionSet>
1543         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1544       </PermissionSet>
1545     </member>
1546     <member name="M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32)">
1547       <summary>Reads a processor native sized integer at a given offset from unmanaged memory.</summary>
1548       <returns>The integer read from unmanaged memory at the given offset.</returns>
1549       <param name="ptr">The base address in unmanaged memory from which to read.</param>
1550       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1551       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1552       <PermissionSet>
1553         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1554       </PermissionSet>
1555     </member>
1556     <member name="M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32)">
1557       <summary>Reads a processor native sized integer from unmanaged memory.</summary>
1558       <returns>The integer read from unmanaged memory at the given offset.</returns>
1559       <param name="ptr">The base address in unmanaged memory of the source object.</param>
1560       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
1561       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1562       <exception cref="T:System.ArgumentException">
1563         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1564       <PermissionSet>
1565         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1566       </PermissionSet>
1567     </member>
1568     <member name="M:System.Runtime.InteropServices.Marshal.ReAllocCoTaskMem(System.IntPtr,System.Int32)">
1569       <summary>Resizes a block of memory previously allocated with <see cref="M:System.Runtime.InteropServices.Marshal.AllocCoTaskMem(System.Int32)" />.</summary>
1570       <returns>An integer representing the address of the reallocated block of memory. This memory must be released with <see cref="M:System.Runtime.InteropServices.Marshal.FreeCoTaskMem(System.IntPtr)" />.</returns>
1571       <param name="pv">A pointer to memory allocated with <see cref="M:System.Runtime.InteropServices.Marshal.AllocCoTaskMem(System.Int32)" />.</param>
1572       <param name="cb">The new size of the allocated block.</param>
1573       <exception cref="T:System.OutOfMemoryException">There is insufficient memory to satisfy the request.</exception>
1574       <PermissionSet>
1575         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1576       </PermissionSet>
1577     </member>
1578     <member name="M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr)">
1579       <summary>Resizes a block of memory previously allocated with <see cref="M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr)" />.</summary>
1580       <returns>A pointer to the reallocated memory. This memory must be released using <see cref="M:System.Runtime.InteropServices.Marshal.FreeHGlobal(System.IntPtr)" />.</returns>
1581       <param name="pv">A pointer to memory allocated with <see cref="M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr)" />.</param>
1582       <param name="cb">The new size of the allocated block. This is not a pointer; it is the byte count you are requesting, cast to type <see cref="T:System.IntPtr" />. If you pass a pointer, it is treated as a size.</param>
1583       <exception cref="T:System.OutOfMemoryException">There is insufficient memory to satisfy the request.</exception>
1584       <PermissionSet>
1585         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1586       </PermissionSet>
1587     </member>
1588     <member name="M:System.Runtime.InteropServices.Marshal.Release(System.IntPtr)">
1589       <summary>Decrements the reference count on the specified interface.</summary>
1590       <returns>The new value of the reference count on the interface specified by the <paramref name="pUnk" /> parameter.</returns>
1591       <param name="pUnk">The interface to release.</param>
1592       <PermissionSet>
1593         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1594       </PermissionSet>
1595     </member>
1596     <member name="M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object)">
1597       <summary>Decrements the reference count of the specified Runtime Callable Wrapper (RCW) associated with the specified COM object.</summary>
1598       <returns>The new value of the reference count of the RCW associated with <paramref name="o" />. This value is typically zero since the RCW keeps just one reference to the wrapped COM object regardless of the number of managed clients calling it.</returns>
1599       <param name="o">The COM object to release.</param>
1600       <exception cref="T:System.ArgumentException">
1601         <paramref name="o" /> is not a valid COM object.</exception>
1602       <exception cref="T:System.NullReferenceException">
1603         <paramref name="o" /> is null.</exception>
1604       <PermissionSet>
1605         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1606       </PermissionSet>
1607     </member>
1608     <member name="M:System.Runtime.InteropServices.Marshal.SizeOf``1">
1609       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Returns the size of an unmanaged type in bytes. </summary>
1610       <returns>The size, in bytes, of the type that is specified by the <paramref name="T" /> generic type parameter. </returns>
1611       <typeparam name="T">The type whose size is to be returned. </typeparam>
1612     </member>
1613     <member name="M:System.Runtime.InteropServices.Marshal.SizeOf(System.Object)">
1614       <summary>Returns the unmanaged size of an object in bytes.</summary>
1615       <returns>The size of the specified object in unmanaged code.</returns>
1616       <param name="structure">The object whose size is to be returned.</param>
1617       <exception cref="T:System.ArgumentNullException">The <paramref name="structure" /> parameter is null.</exception>
1618       <PermissionSet>
1619         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1620       </PermissionSet>
1621     </member>
1622     <member name="M:System.Runtime.InteropServices.Marshal.SizeOf(System.Type)">
1623       <summary>Returns the size of an unmanaged type in bytes.</summary>
1624       <returns>The size of the specified type in unmanaged code.</returns>
1625       <param name="t">The type whose size is to be returned.</param>
1626       <exception cref="T:System.ArgumentException">The <paramref name="t" /> parameter is a generic type.</exception>
1627       <exception cref="T:System.ArgumentNullException">The <paramref name="t" /> parameter is null.</exception>
1628       <PermissionSet>
1629         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1630       </PermissionSet>
1631     </member>
1632     <member name="M:System.Runtime.InteropServices.Marshal.SizeOf``1(``0)">
1633       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Returns the unmanaged size of an object of a specified type in bytes. </summary>
1634       <returns>The size, in bytes, of the specified object in unmanaged code. </returns>
1635       <param name="structure">The object whose size is to be returned. </param>
1636       <typeparam name="T">The type of the <paramref name="structure" /> parameter. </typeparam>
1637       <exception cref="T:System.ArgumentNullException">The <paramref name="structure" /> parameter is null.</exception>
1638     </member>
1639     <member name="M:System.Runtime.InteropServices.Marshal.StringToBSTR(System.String)">
1640       <summary>Allocates a BSTR Data Type and copies the contents of a managed <see cref="T:System.String" /> into it.</summary>
1641       <returns>An unmanaged pointer to the BSTR, or 0 if <paramref name="s" /> is null.</returns>
1642       <param name="s">The managed string to be copied.</param>
1643       <exception cref="T:System.OutOfMemoryException">There is insufficient memory available.</exception>
1644       <exception cref="T:System.ArgumentOutOfRangeException">The length for <paramref name="s" /> is out of range.</exception>
1645       <PermissionSet>
1646         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1647       </PermissionSet>
1648     </member>
1649     <member name="M:System.Runtime.InteropServices.Marshal.StringToCoTaskMemAnsi(System.String)">
1650       <summary>Copies the contents of a managed <see cref="T:System.String" /> to a block of memory allocated from the unmanaged COM task allocator.</summary>
1651       <returns>An integer representing a pointer to the block of memory allocated for the string, or 0 if <paramref name="s" /> is null.</returns>
1652       <param name="s">A managed string to be copied.</param>
1653       <exception cref="T:System.OutOfMemoryException">There is insufficient memory available.</exception>
1654       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="s" /> parameter exceeds the maximum length allowed by the operating system.</exception>
1655       <PermissionSet>
1656         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1657       </PermissionSet>
1658     </member>
1659     <member name="M:System.Runtime.InteropServices.Marshal.StringToCoTaskMemUni(System.String)">
1660       <summary>Copies the contents of a managed <see cref="T:System.String" /> to a block of memory allocated from the unmanaged COM task allocator.</summary>
1661       <returns>An integer representing a pointer to the block of memory allocated for the string, or 0 if s is null.</returns>
1662       <param name="s">A managed string to be copied.</param>
1663       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="s" /> parameter exceeds the maximum length allowed by the operating system.</exception>
1664       <exception cref="T:System.OutOfMemoryException">There is insufficient memory available.</exception>
1665       <PermissionSet>
1666         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1667       </PermissionSet>
1668     </member>
1669     <member name="M:System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi(System.String)">
1670       <summary>Copies the contents of a managed <see cref="T:System.String" /> into unmanaged memory, converting into ANSI format as it copies.</summary>
1671       <returns>The address, in unmanaged memory, to where <paramref name="s" /> was copied, or 0 if <paramref name="s" /> is null.</returns>
1672       <param name="s">A managed string to be copied.</param>
1673       <exception cref="T:System.OutOfMemoryException">There is insufficient memory available.</exception>
1674       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="s" /> parameter exceeds the maximum length allowed by the operating system.</exception>
1675       <PermissionSet>
1676         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1677       </PermissionSet>
1678     </member>
1679     <member name="M:System.Runtime.InteropServices.Marshal.StringToHGlobalUni(System.String)">
1680       <summary>Copies the contents of a managed <see cref="T:System.String" /> into unmanaged memory.</summary>
1681       <returns>The address, in unmanaged memory, to where the <paramref name="s" /> was copied, or 0 if <paramref name="s" /> is null.</returns>
1682       <param name="s">A managed string to be copied.</param>
1683       <exception cref="T:System.OutOfMemoryException">The method could not allocate enough native heap memory.</exception>
1684       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="s" /> parameter exceeds the maximum length allowed by the operating system.</exception>
1685       <PermissionSet>
1686         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1687       </PermissionSet>
1688     </member>
1689     <member name="M:System.Runtime.InteropServices.Marshal.StructureToPtr(System.Object,System.IntPtr,System.Boolean)">
1690       <summary>Marshals data from a managed object to an unmanaged block of memory.</summary>
1691       <param name="structure">A managed object that holds the data to be marshaled. This object must be a structure or an instance of a formatted class. </param>
1692       <param name="ptr">A pointer to an unmanaged block of memory, which must be allocated before this method is called.</param>
1693       <param name="fDeleteOld">true to call the <see cref="M:System.Runtime.InteropServices.Marshal.DestroyStructure(System.IntPtr,System.Type)" /> method on the <paramref name="ptr" /> parameter before this method copies the data. The block must contain valid data. Note that passing false when the memory block already contains data can lead to a memory leak.</param>
1694       <exception cref="T:System.ArgumentException">
1695         <paramref name="structure" /> is a reference type that is not a formatted class. -or-<paramref name="structure" /> is a generic type. </exception>
1696       <PermissionSet>
1697         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1698       </PermissionSet>
1699     </member>
1700     <member name="M:System.Runtime.InteropServices.Marshal.StructureToPtr``1(``0,System.IntPtr,System.Boolean)">
1701       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Marshals data from a managed object of a specified type to an unmanaged block of memory. </summary>
1702       <param name="structure">A managed object that holds the data to be marshaled. The object must be a structure or an instance of a formatted class. </param>
1703       <param name="ptr">A pointer to an unmanaged block of memory, which must be allocated before this method is called. </param>
1704       <param name="fDeleteOld">true to call the <see cref="M:System.Runtime.InteropServices.Marshal.DestroyStructure``1(System.IntPtr)" /> method on the <paramref name="ptr" /> parameter before this method copies the data. The block must contain valid data. Note that passing false when the memory block already contains data can lead to a memory leak.</param>
1705       <typeparam name="T">The type of the managed object. </typeparam>
1706       <exception cref="T:System.ArgumentException">
1707         <paramref name="structure" /> is a reference type that is not a formatted class. </exception>
1708     </member>
1709     <member name="F:System.Runtime.InteropServices.Marshal.SystemDefaultCharSize">
1710       <summary>Represents the default character size on the system; the default is 2 for Unicode systems and 1 for ANSI systems. This field is read-only.</summary>
1711     </member>
1712     <member name="F:System.Runtime.InteropServices.Marshal.SystemMaxDBCSCharSize">
1713       <summary>Represents the maximum size of a double byte character set (DBCS) size, in bytes, for the current operating system. This field is read-only.</summary>
1714     </member>
1715     <member name="M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32)">
1716       <summary>Throws an exception with a specific failure HRESULT value.</summary>
1717       <param name="errorCode">The HRESULT corresponding to the desired exception.</param>
1718       <PermissionSet>
1719         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1720       </PermissionSet>
1721     </member>
1722     <member name="M:System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(System.Int32,System.IntPtr)">
1723       <summary>Throws an exception with a specific failure HRESULT, based on the specified IErrorInfo Interface interface.</summary>
1724       <param name="errorCode">The HRESULT corresponding to the desired exception.</param>
1725       <param name="errorInfo">A pointer to the IErrorInfo interface that provides more information about the error. You can specify IntPtr(0) to use the current IErrorInfo interface, or IntPtr(-1) to ignore the current IErrorInfo interface and construct the exception just from the error code.</param>
1726       <PermissionSet>
1727         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1728       </PermissionSet>
1729     </member>
1730     <member name="M:System.Runtime.InteropServices.Marshal.UnsafeAddrOfPinnedArrayElement(System.Array,System.Int32)">
1731       <summary>Gets the address of the element at the specified index inside the specified array.</summary>
1732       <returns>The address of <paramref name="index" /> inside <paramref name="arr" />.</returns>
1733       <param name="arr">The array that contains the desired element.</param>
1734       <param name="index">The index in the <paramref name="arr" /> parameter of the desired element.</param>
1735       <PermissionSet>
1736         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1737       </PermissionSet>
1738     </member>
1739     <member name="M:System.Runtime.InteropServices.Marshal.UnsafeAddrOfPinnedArrayElement``1(``0[],System.Int32)">
1740       <summary>[Supported in the .NET Framework 4.5.1 and later versions] Gets the address of the element at the specified index in an array of a specified type. </summary>
1741       <returns>The address of <paramref name="index" /> in <paramref name="arr" />. </returns>
1742       <param name="arr">The array that contains the desired element. </param>
1743       <param name="index">The index of the desired element in the <paramref name="arr" /> array. </param>
1744       <typeparam name="T">The type of the array. </typeparam>
1745     </member>
1746     <member name="M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Byte)">
1747       <summary>Writes a single byte value to unmanaged memory.</summary>
1748       <param name="ptr">The address in unmanaged memory to write to.</param>
1749       <param name="val">The value to write.</param>
1750       <exception cref="T:System.AccessViolationException">
1751         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null.-or-<paramref name="ptr" /> is invalid.</exception>
1752       <PermissionSet>
1753         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1754       </PermissionSet>
1755     </member>
1756     <member name="M:System.Runtime.InteropServices.Marshal.WriteByte(System.IntPtr,System.Int32,System.Byte)">
1757       <summary>Writes a single byte value to unmanaged memory at a specified offset.</summary>
1758       <param name="ptr">The base address in unmanaged memory to write to.</param>
1759       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1760       <param name="val">The value to write.</param>
1761       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1762       <PermissionSet>
1763         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1764       </PermissionSet>
1765     </member>
1766     <member name="M:System.Runtime.InteropServices.Marshal.WriteByte(System.Object,System.Int32,System.Byte)">
1767       <summary>Writes a single byte value to unmanaged memory at a specified offset.</summary>
1768       <param name="ptr">The base address in unmanaged memory of the target object.</param>
1769       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1770       <param name="val">The value to write.</param>
1771       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1772       <exception cref="T:System.ArgumentException">
1773         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1774       <PermissionSet>
1775         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1776       </PermissionSet>
1777     </member>
1778     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Char)">
1779       <summary>Writes a character as a 16-bit integer value to unmanaged memory.</summary>
1780       <param name="ptr">The address in unmanaged memory to write to.</param>
1781       <param name="val">The value to write.</param>
1782       <exception cref="T:System.AccessViolationException">
1783         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null.-or-<paramref name="ptr" /> is invalid.</exception>
1784       <PermissionSet>
1785         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1786       </PermissionSet>
1787     </member>
1788     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int16)">
1789       <summary>Writes a 16-bit integer value to unmanaged memory.</summary>
1790       <param name="ptr">The address in unmanaged memory to write to.</param>
1791       <param name="val">The value to write.</param>
1792       <exception cref="T:System.AccessViolationException">
1793         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null.-or-<paramref name="ptr" /> is invalid.</exception>
1794       <PermissionSet>
1795         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1796       </PermissionSet>
1797     </member>
1798     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Char)">
1799       <summary>Writes a 16-bit signed integer value to unmanaged memory at a specified offset.</summary>
1800       <param name="ptr">The base address in the native heap to write to.</param>
1801       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1802       <param name="val">The value to write.</param>
1803       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1804       <PermissionSet>
1805         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1806       </PermissionSet>
1807     </member>
1808     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt16(System.IntPtr,System.Int32,System.Int16)">
1809       <summary>Writes a 16-bit signed integer value into unmanaged memory at a specified offset.</summary>
1810       <param name="ptr">The base address in unmanaged memory to write to.</param>
1811       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1812       <param name="val">The value to write.</param>
1813       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1814       <PermissionSet>
1815         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1816       </PermissionSet>
1817     </member>
1818     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Char)">
1819       <summary>Writes a 16-bit signed integer value to unmanaged memory at a specified offset.</summary>
1820       <param name="ptr">The base address in unmanaged memory of the target object.</param>
1821       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1822       <param name="val">The value to write.</param>
1823       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1824       <exception cref="T:System.ArgumentException">
1825         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1826       <PermissionSet>
1827         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1828       </PermissionSet>
1829     </member>
1830     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt16(System.Object,System.Int32,System.Int16)">
1831       <summary>Writes a 16-bit signed integer value to unmanaged memory at a specified offset.</summary>
1832       <param name="ptr">The base address in unmanaged memory of the target object.</param>
1833       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing. </param>
1834       <param name="val">The value to write.</param>
1835       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1836       <exception cref="T:System.ArgumentException">
1837         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1838       <PermissionSet>
1839         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1840       </PermissionSet>
1841     </member>
1842     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32)">
1843       <summary>Writes a 32-bit signed integer value to unmanaged memory.</summary>
1844       <param name="ptr">The address in unmanaged memory to write to.</param>
1845       <param name="val">The value to write.</param>
1846       <exception cref="T:System.AccessViolationException">
1847         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null. -or-<paramref name="ptr" /> is invalid.</exception>
1848       <PermissionSet>
1849         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1850       </PermissionSet>
1851     </member>
1852     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt32(System.IntPtr,System.Int32,System.Int32)">
1853       <summary>Writes a 32-bit signed integer value into unmanaged memory at a specified offset.</summary>
1854       <param name="ptr">The base address in unmanaged memory to write to.</param>
1855       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1856       <param name="val">The value to write.</param>
1857       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1858       <PermissionSet>
1859         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1860       </PermissionSet>
1861     </member>
1862     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt32(System.Object,System.Int32,System.Int32)">
1863       <summary>Writes a 32-bit signed integer value to unmanaged memory at a specified offset.</summary>
1864       <param name="ptr">The base address in unmanaged memory of the target object.</param>
1865       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1866       <param name="val">The value to write.</param>
1867       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1868       <exception cref="T:System.ArgumentException">
1869         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1870       <PermissionSet>
1871         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1872       </PermissionSet>
1873     </member>
1874     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int32,System.Int64)">
1875       <summary>Writes a 64-bit signed integer value to unmanaged memory at a specified offset.</summary>
1876       <param name="ptr">The base address in unmanaged memory to write.</param>
1877       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1878       <param name="val">The value to write.</param>
1879       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1880       <PermissionSet>
1881         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1882       </PermissionSet>
1883     </member>
1884     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt64(System.IntPtr,System.Int64)">
1885       <summary>Writes a 64-bit signed integer value to unmanaged memory.</summary>
1886       <param name="ptr">The address in unmanaged memory to write to.</param>
1887       <param name="val">The value to write.</param>
1888       <exception cref="T:System.AccessViolationException">
1889         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null.-or-<paramref name="ptr" /> is invalid.</exception>
1890       <PermissionSet>
1891         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1892       </PermissionSet>
1893     </member>
1894     <member name="M:System.Runtime.InteropServices.Marshal.WriteInt64(System.Object,System.Int32,System.Int64)">
1895       <summary>Writes a 64-bit signed integer value to unmanaged memory at a specified offset.</summary>
1896       <param name="ptr">The base address in unmanaged memory of the target object.</param>
1897       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1898       <param name="val">The value to write.</param>
1899       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1900       <exception cref="T:System.ArgumentException">
1901         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1902       <PermissionSet>
1903         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1904       </PermissionSet>
1905     </member>
1906     <member name="M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr)">
1907       <summary>Writes a processor native-sized integer value to unmanaged memory at a specified offset.</summary>
1908       <param name="ptr">The base address in unmanaged memory to write to.</param>
1909       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1910       <param name="val">The value to write.</param>
1911       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1912       <PermissionSet>
1913         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1914       </PermissionSet>
1915     </member>
1916     <member name="M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr)">
1917       <summary>Writes a processor native sized integer value into unmanaged memory.</summary>
1918       <param name="ptr">The address in unmanaged memory to write to.</param>
1919       <param name="val">The value to write.</param>
1920       <exception cref="T:System.AccessViolationException">
1921         <paramref name="ptr" /> is not a recognized format.-or-<paramref name="ptr" /> is null.-or-<paramref name="ptr" /> is invalid.</exception>
1922       <PermissionSet>
1923         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1924       </PermissionSet>
1925     </member>
1926     <member name="M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr)">
1927       <summary>Writes a processor native sized integer value to unmanaged memory.</summary>
1928       <param name="ptr">The base address in unmanaged memory of the target object.</param>
1929       <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1930       <param name="val">The value to write.</param>
1931       <exception cref="T:System.AccessViolationException">Base address (<paramref name="ptr" />) plus offset byte (<paramref name="ofs" />) produces a null or invalid address.</exception>
1932       <exception cref="T:System.ArgumentException">
1933         <paramref name="ptr" /> is an <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> object. This method does not accept <see cref="T:System.Runtime.InteropServices.ArrayWithOffset" /> parameters.</exception>
1934       <PermissionSet>
1935         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1936       </PermissionSet>
1937     </member>
1938     <member name="M:System.Runtime.InteropServices.Marshal.ZeroFreeBSTR(System.IntPtr)">
1939       <summary>Frees a BSTR Data Type pointer that was allocated using the <see cref="M:System.Runtime.InteropServices.Marshal.SecureStringToBSTR(System.Security.SecureString)" /> method.</summary>
1940       <param name="s">The address of the BSTR to free.</param>
1941       <PermissionSet>
1942         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1943       </PermissionSet>
1944     </member>
1945     <member name="M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemAnsi(System.IntPtr)">
1946       <summary>Frees an unmanaged string pointer that was allocated using the <see cref="M:System.Runtime.InteropServices.Marshal.SecureStringToCoTaskMemAnsi(System.Security.SecureString)" /> method.</summary>
1947       <param name="s">The address of the unmanaged string to free.</param>
1948       <PermissionSet>
1949         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1950       </PermissionSet>
1951     </member>
1952     <member name="M:System.Runtime.InteropServices.Marshal.ZeroFreeCoTaskMemUnicode(System.IntPtr)">
1953       <summary>Frees an unmanaged string pointer that was allocated using the <see cref="M:System.Runtime.InteropServices.Marshal.SecureStringToCoTaskMemUnicode(System.Security.SecureString)" /> method.</summary>
1954       <param name="s">The address of the unmanaged string to free.</param>
1955     </member>
1956     <member name="M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocAnsi(System.IntPtr)">
1957       <summary>Frees an unmanaged string pointer that was allocated using the <see cref="M:System.Runtime.InteropServices.Marshal.SecureStringToGlobalAllocAnsi(System.Security.SecureString)" /> method.</summary>
1958       <param name="s">The address of the unmanaged string to free.</param>
1959       <PermissionSet>
1960         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
1961       </PermissionSet>
1962     </member>
1963     <member name="M:System.Runtime.InteropServices.Marshal.ZeroFreeGlobalAllocUnicode(System.IntPtr)">
1964       <summary>Frees an unmanaged string pointer that was allocated using the <see cref="M:System.Runtime.InteropServices.Marshal.SecureStringToGlobalAllocUnicode(System.Security.SecureString)" /> method.</summary>
1965       <param name="s">The address of the unmanaged string to free.</param>
1966     </member>
1967     <member name="T:System.Runtime.InteropServices.MarshalAsAttribute">
1968       <summary>Indicates how to marshal the data between managed and unmanaged code.</summary>
1969     </member>
1970     <member name="M:System.Runtime.InteropServices.MarshalAsAttribute.#ctor(System.Int16)">
1971       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.MarshalAsAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.UnmanagedType" /> value.</summary>
1972       <param name="unmanagedType">The value the data is to be marshaled as. </param>
1973     </member>
1974     <member name="M:System.Runtime.InteropServices.MarshalAsAttribute.#ctor(System.Runtime.InteropServices.UnmanagedType)">
1975       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.MarshalAsAttribute" /> class with the specified <see cref="T:System.Runtime.InteropServices.UnmanagedType" /> enumeration member.</summary>
1976       <param name="unmanagedType">The value the data is to be marshaled as. </param>
1977     </member>
1978     <member name="F:System.Runtime.InteropServices.MarshalAsAttribute.ArraySubType">
1979       <summary>Specifies the element type of the unmanaged <see cref="F:System.Runtime.InteropServices.UnmanagedType.LPArray" /> or <see cref="F:System.Runtime.InteropServices.UnmanagedType.ByValArray" />.</summary>
1980     </member>
1981     <member name="F:System.Runtime.InteropServices.MarshalAsAttribute.IidParameterIndex">
1982       <summary>Specifies the parameter index of the unmanaged iid_is attribute used by COM.</summary>
1983     </member>
1984     <member name="F:System.Runtime.InteropServices.MarshalAsAttribute.MarshalCookie">
1985       <summary>Provides additional information to a custom marshaler.</summary>
1986     </member>
1987     <member name="F:System.Runtime.InteropServices.MarshalAsAttribute.MarshalType">
1988       <summary>Specifies the fully qualified name of a custom marshaler.</summary>
1989     </member>
1990     <member name="F:System.Runtime.InteropServices.MarshalAsAttribute.MarshalTypeRef">
1991       <summary>Implements <see cref="F:System.Runtime.InteropServices.MarshalAsAttribute.MarshalType" /> as a type.</summary>
1992     </member>
1993     <member name="F:System.Runtime.InteropServices.MarshalAsAttribute.SafeArraySubType">
1994       <summary>Indicates the element type of the <see cref="F:System.Runtime.InteropServices.UnmanagedType.SafeArray" />.</summary>
1995     </member>
1996     <member name="F:System.Runtime.InteropServices.MarshalAsAttribute.SafeArrayUserDefinedSubType">
1997       <summary>Indicates the user-defined element type of the <see cref="F:System.Runtime.InteropServices.UnmanagedType.SafeArray" />.</summary>
1998     </member>
1999     <member name="F:System.Runtime.InteropServices.MarshalAsAttribute.SizeConst">
2000       <summary>Indicates the number of elements in the fixed-length array or the number of characters (not bytes) in a string to import.</summary>
2001     </member>
2002     <member name="F:System.Runtime.InteropServices.MarshalAsAttribute.SizeParamIndex">
2003       <summary>Indicates the zero-based parameter that contains the count of array elements, similar to size_is in COM.</summary>
2004     </member>
2005     <member name="P:System.Runtime.InteropServices.MarshalAsAttribute.Value">
2006       <summary>Gets the <see cref="T:System.Runtime.InteropServices.UnmanagedType" /> value the data is to be marshaled as.</summary>
2007       <returns>The <see cref="T:System.Runtime.InteropServices.UnmanagedType" /> value the data is to be marshaled as.</returns>
2008     </member>
2009     <member name="T:System.Runtime.InteropServices.MarshalDirectiveException">
2010       <summary>The exception that is thrown by the marshaler when it encounters a <see cref="T:System.Runtime.InteropServices.MarshalAsAttribute" /> it does not support.</summary>
2011     </member>
2012     <member name="M:System.Runtime.InteropServices.MarshalDirectiveException.#ctor">
2013       <summary>Initializes a new instance of the MarshalDirectiveException class with default properties.</summary>
2014     </member>
2015     <member name="M:System.Runtime.InteropServices.MarshalDirectiveException.#ctor(System.String)">
2016       <summary>Initializes a new instance of the MarshalDirectiveException class with a specified error message.</summary>
2017       <param name="message">The error message that specifies the reason for the exception. </param>
2018     </member>
2019     <member name="M:System.Runtime.InteropServices.MarshalDirectiveException.#ctor(System.String,System.Exception)">
2020       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.MarshalDirectiveException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
2021       <param name="message">The error message that explains the reason for the exception. </param>
2022       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
2023     </member>
2024     <member name="T:System.Runtime.InteropServices.OptionalAttribute">
2025       <summary>Indicates that a parameter is optional.</summary>
2026     </member>
2027     <member name="M:System.Runtime.InteropServices.OptionalAttribute.#ctor">
2028       <summary>Initializes a new instance of the OptionalAttribute class with default values.</summary>
2029     </member>
2030     <member name="T:System.Runtime.InteropServices.PreserveSigAttribute">
2031       <summary>Indicates that the HRESULT or retval signature transformation that takes place during COM interop calls should be suppressed.</summary>
2032     </member>
2033     <member name="M:System.Runtime.InteropServices.PreserveSigAttribute.#ctor">
2034       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.PreserveSigAttribute" /> class.</summary>
2035     </member>
2036     <member name="T:System.Runtime.InteropServices.SafeArrayRankMismatchException">
2037       <summary>The exception thrown when the rank of an incoming SAFEARRAY does not match the rank specified in the managed signature.</summary>
2038     </member>
2039     <member name="M:System.Runtime.InteropServices.SafeArrayRankMismatchException.#ctor">
2040       <summary>Initializes a new instance of the SafeArrayTypeMismatchException class with default values.</summary>
2041     </member>
2042     <member name="M:System.Runtime.InteropServices.SafeArrayRankMismatchException.#ctor(System.String)">
2043       <summary>Initializes a new instance of the SafeArrayRankMismatchException class with the specified message.</summary>
2044       <param name="message">The message that indicates the reason for the exception. </param>
2045     </member>
2046     <member name="M:System.Runtime.InteropServices.SafeArrayRankMismatchException.#ctor(System.String,System.Exception)">
2047       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.SafeArrayRankMismatchException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
2048       <param name="message">The error message that explains the reason for the exception. </param>
2049       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
2050     </member>
2051     <member name="T:System.Runtime.InteropServices.SafeArrayTypeMismatchException">
2052       <summary>The exception thrown when the type of the incoming SAFEARRAY does not match the type specified in the managed signature.</summary>
2053     </member>
2054     <member name="M:System.Runtime.InteropServices.SafeArrayTypeMismatchException.#ctor">
2055       <summary>Initializes a new instance of the SafeArrayTypeMismatchException class with default values.</summary>
2056     </member>
2057     <member name="M:System.Runtime.InteropServices.SafeArrayTypeMismatchException.#ctor(System.String)">
2058       <summary>Initializes a new instance of the SafeArrayTypeMismatchException class with the specified message.</summary>
2059       <param name="message">The message that indicates the reason for the exception. </param>
2060     </member>
2061     <member name="M:System.Runtime.InteropServices.SafeArrayTypeMismatchException.#ctor(System.String,System.Exception)">
2062       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.SafeArrayTypeMismatchException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
2063       <param name="message">The error message that explains the reason for the exception. </param>
2064       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
2065     </member>
2066     <member name="T:System.Runtime.InteropServices.SafeBuffer">
2067       <summary>Provides a controlled memory buffer that can be used for reading and writing. Attempts to access memory outside the controlled buffer (underruns and overruns) raise exceptions.</summary>
2068     </member>
2069     <member name="M:System.Runtime.InteropServices.SafeBuffer.#ctor(System.Boolean)">
2070       <summary>Creates a new instance of the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> class, and specifies whether the buffer handle is to be reliably released. </summary>
2071       <param name="ownsHandle">true to reliably release the handle during the finalization phase; false to prevent reliable release (not recommended).</param>
2072     </member>
2073     <member name="M:System.Runtime.InteropServices.SafeBuffer.AcquirePointer(System.Byte*@)">
2074       <summary>Obtains a pointer from a <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> object for a block of memory.</summary>
2075       <param name="pointer">A byte pointer, passed by reference, to receive the pointer from within the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> object. You must set this pointer to null before you call this method.</param>
2076       <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called. </exception>
2077     </member>
2078     <member name="P:System.Runtime.InteropServices.SafeBuffer.ByteLength">
2079       <summary>Gets the size of the buffer, in bytes.</summary>
2080       <returns>The number of bytes in the memory buffer.</returns>
2081       <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
2082     </member>
2083     <member name="M:System.Runtime.InteropServices.SafeBuffer.Initialize``1(System.UInt32)">
2084       <summary>Defines the allocation size of the memory region by specifying the number of value types. You must call this method before you use the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> instance.</summary>
2085       <param name="numElements">The number of elements of the value type to allocate memory for.</param>
2086       <typeparam name="T">The value type to allocate memory for.</typeparam>
2087       <exception cref="T:System.ArgumentOutOfRangeException">
2088         <paramref name="numElements" /> is less than zero.-or-<paramref name="numElements" /> multiplied by the size of each element is greater than the available address space.</exception>
2089     </member>
2090     <member name="M:System.Runtime.InteropServices.SafeBuffer.Initialize(System.UInt32,System.UInt32)">
2091       <summary>Specifies the allocation size of the memory buffer by using the specified number of elements and element size. You must call this method before you use the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> instance.</summary>
2092       <param name="numElements">The number of elements in the buffer.</param>
2093       <param name="sizeOfEachElement">The size of each element in the buffer.</param>
2094       <exception cref="T:System.ArgumentOutOfRangeException">
2095         <paramref name="numElements" /> is less than zero. -or-<paramref name="sizeOfEachElement" /> is less than zero.-or-<paramref name="numElements" /> multiplied by <paramref name="sizeOfEachElement" /> is greater than the available address space.</exception>
2096     </member>
2097     <member name="M:System.Runtime.InteropServices.SafeBuffer.Initialize(System.UInt64)">
2098       <summary>Defines the allocation size of the memory region in bytes. You must call this method before you use the <see cref="T:System.Runtime.InteropServices.SafeBuffer" /> instance.</summary>
2099       <param name="numBytes">The number of bytes in the buffer.</param>
2100       <exception cref="T:System.ArgumentOutOfRangeException">
2101         <paramref name="numBytes" /> is less than zero.-or-<paramref name="numBytes" /> is greater than the available address space.</exception>
2102     </member>
2103     <member name="P:System.Runtime.InteropServices.SafeBuffer.IsInvalid"></member>
2104     <member name="M:System.Runtime.InteropServices.SafeBuffer.Read``1(System.UInt64)">
2105       <summary>Reads a value type from memory at the specified offset.</summary>
2106       <returns>The value type that was read from memory.</returns>
2107       <param name="byteOffset">The location from which to read the value type. You may have to consider alignment issues.</param>
2108       <typeparam name="T">The value type to read.</typeparam>
2109       <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
2110     </member>
2111     <member name="M:System.Runtime.InteropServices.SafeBuffer.ReadArray``1(System.UInt64,``0[],System.Int32,System.Int32)">
2112       <summary>Reads the specified number of value types from memory starting at the offset, and writes them into an array starting at the index. </summary>
2113       <param name="byteOffset">The location from which to start reading.</param>
2114       <param name="array">The output array to write to.</param>
2115       <param name="index">The location in the output array to begin writing to.</param>
2116       <param name="count">The number of value types to read from the input array and to write to the output array.</param>
2117       <typeparam name="T">The value type to read.</typeparam>
2118       <exception cref="T:System.ArgumentOutOfRangeException">
2119         <paramref name="index" /> is less than zero.-or-<paramref name="count" /> is less than zero.</exception>
2120       <exception cref="T:System.ArgumentNullException">
2121         <paramref name="array" /> is null.</exception>
2122       <exception cref="T:System.ArgumentException">The length of the array minus the index is less than <paramref name="count" />.</exception>
2123       <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
2124     </member>
2125     <member name="M:System.Runtime.InteropServices.SafeBuffer.ReleasePointer">
2126       <summary>Releases a pointer that was obtained by the <see cref="M:System.Runtime.InteropServices.SafeBuffer.AcquirePointer(System.Byte*@)" /> method.</summary>
2127       <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
2128     </member>
2129     <member name="M:System.Runtime.InteropServices.SafeBuffer.Write``1(System.UInt64,``0)">
2130       <summary>Writes a value type to memory at the given location.</summary>
2131       <param name="byteOffset">The location at which to start writing. You may have to consider alignment issues.</param>
2132       <param name="value">The value to write.</param>
2133       <typeparam name="T">The value type to write.</typeparam>
2134       <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
2135     </member>
2136     <member name="M:System.Runtime.InteropServices.SafeBuffer.WriteArray``1(System.UInt64,``0[],System.Int32,System.Int32)">
2137       <summary>Writes the specified number of value types to a memory location by reading bytes starting from the specified location in the input array.</summary>
2138       <param name="byteOffset">The location in memory to write to.</param>
2139       <param name="array">The input array.</param>
2140       <param name="index">The offset in the array to start reading from.</param>
2141       <param name="count">The number of value types to write.</param>
2142       <typeparam name="T">The value type to write.</typeparam>
2143       <exception cref="T:System.ArgumentNullException">
2144         <paramref name="array" /> is null.</exception>
2145       <exception cref="T:System.ArgumentOutOfRangeException">
2146         <paramref name="index" /> or <paramref name="count" /> is less than zero.</exception>
2147       <exception cref="T:System.ArgumentException">The length of the input array minus <paramref name="index" /> is less than <paramref name="count" />.</exception>
2148       <exception cref="T:System.InvalidOperationException">The <see cref="Overload:System.Runtime.InteropServices.SafeBuffer.Initialize" /> method has not been called.</exception>
2149     </member>
2150     <member name="T:System.Runtime.InteropServices.SEHException">
2151       <summary>Represents structured exception handling (SEH) errors. </summary>
2152     </member>
2153     <member name="M:System.Runtime.InteropServices.SEHException.#ctor">
2154       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.SEHException" /> class. </summary>
2155     </member>
2156     <member name="M:System.Runtime.InteropServices.SEHException.#ctor(System.String)">
2157       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.SEHException" /> class with a specified message.</summary>
2158       <param name="message">The message that indicates the reason for the exception. </param>
2159     </member>
2160     <member name="M:System.Runtime.InteropServices.SEHException.#ctor(System.String,System.Exception)">
2161       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.SEHException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
2162       <param name="message">The error message that explains the reason for the exception. </param>
2163       <param name="inner">The exception that is the cause of the current exception. If the <paramref name="inner" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param>
2164     </member>
2165     <member name="M:System.Runtime.InteropServices.SEHException.CanResume">
2166       <summary>Indicates whether the exception can be recovered from, and whether the code can continue from the point at which the exception was thrown.</summary>
2167       <returns>Always false, because resumable exceptions are not implemented.</returns>
2168     </member>
2169     <member name="T:System.Runtime.InteropServices.TypeIdentifierAttribute">
2170       <summary>Provides support for type equivalence.</summary>
2171     </member>
2172     <member name="M:System.Runtime.InteropServices.TypeIdentifierAttribute.#ctor">
2173       <summary>Creates a new instance of the <see cref="T:System.Runtime.InteropServices.TypeIdentifierAttribute" /> class. </summary>
2174     </member>
2175     <member name="M:System.Runtime.InteropServices.TypeIdentifierAttribute.#ctor(System.String,System.String)">
2176       <summary>Creates a new instance of the <see cref="T:System.Runtime.InteropServices.TypeIdentifierAttribute" /> class with the specified scope and identifier. </summary>
2177       <param name="scope">The first type equivalence string.</param>
2178       <param name="identifier">The second type equivalence string.</param>
2179     </member>
2180     <member name="P:System.Runtime.InteropServices.TypeIdentifierAttribute.Identifier">
2181       <summary>Gets the value of the <paramref name="identifier" /> parameter that was passed to the <see cref="M:System.Runtime.InteropServices.TypeIdentifierAttribute.#ctor(System.String,System.String)" /> constructor.</summary>
2182       <returns>The value of the constructor's <paramref name="identifier" /> parameter.</returns>
2183     </member>
2184     <member name="P:System.Runtime.InteropServices.TypeIdentifierAttribute.Scope">
2185       <summary>Gets the value of the <paramref name="scope" /> parameter that was passed to the <see cref="M:System.Runtime.InteropServices.TypeIdentifierAttribute.#ctor(System.String,System.String)" /> constructor.</summary>
2186       <returns>The value of the constructor's <paramref name="scope" /> parameter.</returns>
2187     </member>
2188     <member name="T:System.Runtime.InteropServices.UnknownWrapper">
2189       <summary>Wraps objects the marshaler should marshal as a VT_UNKNOWN.</summary>
2190     </member>
2191     <member name="M:System.Runtime.InteropServices.UnknownWrapper.#ctor(System.Object)">
2192       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.UnknownWrapper" /> class with the object to be wrapped.</summary>
2193       <param name="obj">The object being wrapped. </param>
2194     </member>
2195     <member name="P:System.Runtime.InteropServices.UnknownWrapper.WrappedObject">
2196       <summary>Gets the object contained by this wrapper.</summary>
2197       <returns>The wrapped object.</returns>
2198     </member>
2199     <member name="T:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute">
2200       <summary>Controls the marshaling behavior of a delegate signature passed as an unmanaged function pointer to or from unmanaged code. This class cannot be inherited. </summary>
2201     </member>
2202     <member name="M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor(System.Runtime.InteropServices.CallingConvention)">
2203       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute" /> class with the specified calling convention. </summary>
2204       <param name="callingConvention">The specified calling convention.</param>
2205     </member>
2206     <member name="F:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.BestFitMapping">
2207       <summary>Enables or disables best-fit mapping behavior when converting Unicode characters to ANSI characters.</summary>
2208     </member>
2209     <member name="P:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.CallingConvention">
2210       <summary>Gets the value of the calling convention.</summary>
2211       <returns>The value of the calling convention specified by the <see cref="M:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.#ctor(System.Runtime.InteropServices.CallingConvention)" /> constructor.</returns>
2212     </member>
2213     <member name="F:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.CharSet">
2214       <summary>Indicates how to marshal string parameters to the method, and controls name mangling.</summary>
2215     </member>
2216     <member name="F:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.SetLastError">
2217       <summary>Indicates whether the callee calls the SetLastError Win32 API function before returning from the attributed method.</summary>
2218     </member>
2219     <member name="F:System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute.ThrowOnUnmappableChar">
2220       <summary>Enables or disables the throwing of an exception on an unmappable Unicode character that is converted to an ANSI "?" character.</summary>
2221     </member>
2222     <member name="T:System.Runtime.InteropServices.UnmanagedType">
2223       <summary>Identifies how to marshal parameters or fields to unmanaged code. </summary>
2224     </member>
2225     <member name="F:System.Runtime.InteropServices.UnmanagedType.AnsiBStr">
2226       <summary>An ANSI character string that is a length-prefixed single byte. You can use this member on the <see cref="T:System.String" /> data type.</summary>
2227     </member>
2228     <member name="F:System.Runtime.InteropServices.UnmanagedType.AsAny">
2229       <summary>A dynamic type that determines the type of an object at run time and marshals the object as that type. This member is valid for platform invoke methods only.</summary>
2230     </member>
2231     <member name="F:System.Runtime.InteropServices.UnmanagedType.Bool">
2232       <summary>A 4-byte Boolean value (true != 0, false = 0). This is the Win32 BOOL type.</summary>
2233     </member>
2234     <member name="F:System.Runtime.InteropServices.UnmanagedType.BStr">
2235       <summary>A Unicode character string that is a length-prefixed double byte. You can use this member, which is the default string in COM, on the <see cref="T:System.String" /> data type.</summary>
2236     </member>
2237     <member name="F:System.Runtime.InteropServices.UnmanagedType.ByValArray">
2238       <summary>When the <see cref="P:System.Runtime.InteropServices.MarshalAsAttribute.Value" /> property is set to ByValArray, the <see cref="F:System.Runtime.InteropServices.MarshalAsAttribute.SizeConst" /> field must be set to indicate the number of elements in the array. The <see cref="F:System.Runtime.InteropServices.MarshalAsAttribute.ArraySubType" /> field can optionally contain the <see cref="T:System.Runtime.InteropServices.UnmanagedType" /> of the array elements when it is necessary to differentiate among string types. You can use this <see cref="T:System.Runtime.InteropServices.UnmanagedType" /> only on an array that whose elements appear as fields in a structure.</summary>
2239     </member>
2240     <member name="F:System.Runtime.InteropServices.UnmanagedType.ByValTStr">
2241       <summary>Used for in-line, fixed-length character arrays that appear within a structure. The character type used with <see cref="F:System.Runtime.InteropServices.UnmanagedType.ByValTStr" /> is determined by the <see cref="T:System.Runtime.InteropServices.CharSet" /> argument of the <see cref="T:System.Runtime.InteropServices.StructLayoutAttribute" /> attribute applied to the containing structure. Always use the <see cref="F:System.Runtime.InteropServices.MarshalAsAttribute.SizeConst" /> field to indicate the size of the array.</summary>
2242     </member>
2243     <member name="F:System.Runtime.InteropServices.UnmanagedType.Currency">
2244       <summary>A currency type. Used on a <see cref="T:System.Decimal" /> to marshal the decimal value as a COM currency type instead of as a Decimal.</summary>
2245     </member>
2246     <member name="F:System.Runtime.InteropServices.UnmanagedType.Error">
2247       <summary>A native type that is associated with an <see cref="F:System.Runtime.InteropServices.UnmanagedType.I4" /> or an <see cref="F:System.Runtime.InteropServices.UnmanagedType.U4" /> and that causes the parameter to be exported as an HRESULT in the exported type library.</summary>
2248     </member>
2249     <member name="F:System.Runtime.InteropServices.UnmanagedType.FunctionPtr">
2250       <summary>An integer that can be used as a C-style function pointer. You can use this member on a <see cref="T:System.Delegate" /> data type or on a type that inherits from a <see cref="T:System.Delegate" />.</summary>
2251     </member>
2252     <member name="F:System.Runtime.InteropServices.UnmanagedType.HString">
2253       <summary>A Windows Runtime string. You can use this member on the <see cref="T:System.String" /> data type.</summary>
2254     </member>
2255     <member name="F:System.Runtime.InteropServices.UnmanagedType.I1">
2256       <summary>A 1-byte signed integer. You can use this member to transform a Boolean value into a 1-byte, C-style bool (true = 1, false = 0).</summary>
2257     </member>
2258     <member name="F:System.Runtime.InteropServices.UnmanagedType.I2">
2259       <summary>A 2-byte signed integer.</summary>
2260     </member>
2261     <member name="F:System.Runtime.InteropServices.UnmanagedType.I4">
2262       <summary>A 4-byte signed integer.</summary>
2263     </member>
2264     <member name="F:System.Runtime.InteropServices.UnmanagedType.I8">
2265       <summary>An 8-byte signed integer.</summary>
2266     </member>
2267     <member name="F:System.Runtime.InteropServices.UnmanagedType.IDispatch">
2268       <summary>A COM IDispatch pointer (Object in Microsoft Visual Basic 6.0).</summary>
2269     </member>
2270     <member name="F:System.Runtime.InteropServices.UnmanagedType.IInspectable">
2271       <summary>A Windows Runtime interface pointer. You can use this member on the <see cref="T:System.Object" /> data type.</summary>
2272     </member>
2273     <member name="F:System.Runtime.InteropServices.UnmanagedType.Interface">
2274       <summary>A COM interface pointer. The <see cref="T:System.Guid" /> of the interface is obtained from the class metadata. Use this member to specify the exact interface type or the default interface type if you apply it to a class. This member produces the same behavior as <see cref="F:System.Runtime.InteropServices.UnmanagedType.IUnknown" /> when you apply it to the <see cref="T:System.Object" /> data type.</summary>
2275     </member>
2276     <member name="F:System.Runtime.InteropServices.UnmanagedType.IUnknown">
2277       <summary>A COM IUnknown pointer. You can use this member on the <see cref="T:System.Object" /> data type.</summary>
2278     </member>
2279     <member name="F:System.Runtime.InteropServices.UnmanagedType.LPArray">
2280       <summary>A pointer to the first element of a C-style array. When marshaling from managed to unmanaged code, the length of the array is determined by the length of the managed array. When marshaling from unmanaged to managed code, the length of the array is determined from the <see cref="F:System.Runtime.InteropServices.MarshalAsAttribute.SizeConst" /> and <see cref="F:System.Runtime.InteropServices.MarshalAsAttribute.SizeParamIndex" /> fields, optionally followed by the unmanaged type of the elements within the array when it is necessary to differentiate among string types.</summary>
2281     </member>
2282     <member name="F:System.Runtime.InteropServices.UnmanagedType.LPStr">
2283       <summary>A single byte, null-terminated ANSI character string. You can use this member on the <see cref="T:System.String" /> and <see cref="T:System.Text.StringBuilder" /> data types.</summary>
2284     </member>
2285     <member name="F:System.Runtime.InteropServices.UnmanagedType.LPStruct">
2286       <summary>A pointer to a C-style structure that you use to marshal managed formatted classes. This member is valid for platform invoke methods only.</summary>
2287     </member>
2288     <member name="F:System.Runtime.InteropServices.UnmanagedType.LPTStr">
2289       <summary>A platform-dependent character string: ANSI on Windows 98, and Unicode on Windows NT and Windows XP. This value is supported only for platform invoke and not for COM interop, because exporting a string of type LPTStr is not supported.</summary>
2290     </member>
2291     <member name="F:System.Runtime.InteropServices.UnmanagedType.LPWStr">
2292       <summary>A 2-byte, null-terminated Unicode character string.</summary>
2293     </member>
2294     <member name="F:System.Runtime.InteropServices.UnmanagedType.R4">
2295       <summary>A 4-byte floating-point number.</summary>
2296     </member>
2297     <member name="F:System.Runtime.InteropServices.UnmanagedType.R8">
2298       <summary>An 8-byte floating-point number.</summary>
2299     </member>
2300     <member name="F:System.Runtime.InteropServices.UnmanagedType.SafeArray">
2301       <summary>A SafeArray, which is a self-describing array that carries the type, rank, and bounds of the associated array data. You can use this member with the <see cref="F:System.Runtime.InteropServices.MarshalAsAttribute.SafeArraySubType" /> field to override the default element type.</summary>
2302     </member>
2303     <member name="F:System.Runtime.InteropServices.UnmanagedType.Struct">
2304       <summary>A VARIANT, which is used to marshal managed formatted classes and value types.</summary>
2305     </member>
2306     <member name="F:System.Runtime.InteropServices.UnmanagedType.SysInt">
2307       <summary>A platform-dependent, signed integer: 4 bytes on 32-bit Windows, 8 bytes on 64-bit Windows.</summary>
2308     </member>
2309     <member name="F:System.Runtime.InteropServices.UnmanagedType.SysUInt">
2310       <summary>A platform-dependent, unsigned integer: 4 bytes on 32-bit Windows, 8 bytes on 64-bit Windows.</summary>
2311     </member>
2312     <member name="F:System.Runtime.InteropServices.UnmanagedType.TBStr">
2313       <summary>A length-prefixed, platform-dependent char string: ANSI on Windows 98, Unicode on Windows NT. You rarely use this BSTR-like member.</summary>
2314     </member>
2315     <member name="F:System.Runtime.InteropServices.UnmanagedType.U1">
2316       <summary>A 1-byte unsigned integer.</summary>
2317     </member>
2318     <member name="F:System.Runtime.InteropServices.UnmanagedType.U2">
2319       <summary>A 2-byte unsigned integer.</summary>
2320     </member>
2321     <member name="F:System.Runtime.InteropServices.UnmanagedType.U4">
2322       <summary>A 4-byte unsigned integer.</summary>
2323     </member>
2324     <member name="F:System.Runtime.InteropServices.UnmanagedType.U8">
2325       <summary>An 8-byte unsigned integer.</summary>
2326     </member>
2327     <member name="F:System.Runtime.InteropServices.UnmanagedType.VariantBool">
2328       <summary>A 2-byte, OLE-defined VARIANT_BOOL type (true = -1, false = 0).</summary>
2329     </member>
2330     <member name="F:System.Runtime.InteropServices.UnmanagedType.VBByRefStr">
2331       <summary>A value that enables Visual Basic to change a string in unmanaged code and have the results reflected in managed code. This value is only supported for platform invoke.</summary>
2332     </member>
2333     <member name="T:System.Runtime.InteropServices.VarEnum">
2334       <summary>Indicates how to marshal the array elements when an array is marshaled from managed to unmanaged code as a <see cref="F:System.Runtime.InteropServices.UnmanagedType.SafeArray" />. </summary>
2335     </member>
2336     <member name="F:System.Runtime.InteropServices.VarEnum.VT_ARRAY">
2337       <summary>Indicates a SAFEARRAY pointer.</summary>
2338     </member>
2339     <member name="F:System.Runtime.InteropServices.VarEnum.VT_BLOB">
2340       <summary>Indicates length prefixed bytes.</summary>
2341     </member>
2342     <member name="F:System.Runtime.InteropServices.VarEnum.VT_BLOB_OBJECT">
2343       <summary>Indicates that a blob contains an object.</summary>
2344     </member>
2345     <member name="F:System.Runtime.InteropServices.VarEnum.VT_BOOL">
2346       <summary>Indicates a Boolean value.</summary>
2347     </member>
2348     <member name="F:System.Runtime.InteropServices.VarEnum.VT_BSTR">
2349       <summary>Indicates a BSTR string.</summary>
2350     </member>
2351     <member name="F:System.Runtime.InteropServices.VarEnum.VT_BYREF">
2352       <summary>Indicates that a value is a reference.</summary>
2353     </member>
2354     <member name="F:System.Runtime.InteropServices.VarEnum.VT_CARRAY">
2355       <summary>Indicates a C style array.</summary>
2356     </member>
2357     <member name="F:System.Runtime.InteropServices.VarEnum.VT_CF">
2358       <summary>Indicates the clipboard format.</summary>
2359     </member>
2360     <member name="F:System.Runtime.InteropServices.VarEnum.VT_CLSID">
2361       <summary>Indicates a class ID.</summary>
2362     </member>
2363     <member name="F:System.Runtime.InteropServices.VarEnum.VT_CY">
2364       <summary>Indicates a currency value.</summary>
2365     </member>
2366     <member name="F:System.Runtime.InteropServices.VarEnum.VT_DATE">
2367       <summary>Indicates a DATE value.</summary>
2368     </member>
2369     <member name="F:System.Runtime.InteropServices.VarEnum.VT_DECIMAL">
2370       <summary>Indicates a decimal value.</summary>
2371     </member>
2372     <member name="F:System.Runtime.InteropServices.VarEnum.VT_DISPATCH">
2373       <summary>Indicates an IDispatch pointer.</summary>
2374     </member>
2375     <member name="F:System.Runtime.InteropServices.VarEnum.VT_EMPTY">
2376       <summary>Indicates that a value was not specified.</summary>
2377     </member>
2378     <member name="F:System.Runtime.InteropServices.VarEnum.VT_ERROR">
2379       <summary>Indicates an SCODE.</summary>
2380     </member>
2381     <member name="F:System.Runtime.InteropServices.VarEnum.VT_FILETIME">
2382       <summary>Indicates a FILETIME value.</summary>
2383     </member>
2384     <member name="F:System.Runtime.InteropServices.VarEnum.VT_HRESULT">
2385       <summary>Indicates an HRESULT.</summary>
2386     </member>
2387     <member name="F:System.Runtime.InteropServices.VarEnum.VT_I1">
2388       <summary>Indicates a char value.</summary>
2389     </member>
2390     <member name="F:System.Runtime.InteropServices.VarEnum.VT_I2">
2391       <summary>Indicates a short integer.</summary>
2392     </member>
2393     <member name="F:System.Runtime.InteropServices.VarEnum.VT_I4">
2394       <summary>Indicates a long integer.</summary>
2395     </member>
2396     <member name="F:System.Runtime.InteropServices.VarEnum.VT_I8">
2397       <summary>Indicates a 64-bit integer.</summary>
2398     </member>
2399     <member name="F:System.Runtime.InteropServices.VarEnum.VT_INT">
2400       <summary>Indicates an integer value.</summary>
2401     </member>
2402     <member name="F:System.Runtime.InteropServices.VarEnum.VT_LPSTR">
2403       <summary>Indicates a null-terminated string.</summary>
2404     </member>
2405     <member name="F:System.Runtime.InteropServices.VarEnum.VT_LPWSTR">
2406       <summary>Indicates a wide string terminated by null.</summary>
2407     </member>
2408     <member name="F:System.Runtime.InteropServices.VarEnum.VT_NULL">
2409       <summary>Indicates a null value, similar to a null value in SQL.</summary>
2410     </member>
2411     <member name="F:System.Runtime.InteropServices.VarEnum.VT_PTR">
2412       <summary>Indicates a pointer type.</summary>
2413     </member>
2414     <member name="F:System.Runtime.InteropServices.VarEnum.VT_R4">
2415       <summary>Indicates a float value.</summary>
2416     </member>
2417     <member name="F:System.Runtime.InteropServices.VarEnum.VT_R8">
2418       <summary>Indicates a double value.</summary>
2419     </member>
2420     <member name="F:System.Runtime.InteropServices.VarEnum.VT_RECORD">
2421       <summary>Indicates a user defined type.</summary>
2422     </member>
2423     <member name="F:System.Runtime.InteropServices.VarEnum.VT_SAFEARRAY">
2424       <summary>Indicates a SAFEARRAY. Not valid in a VARIANT.</summary>
2425     </member>
2426     <member name="F:System.Runtime.InteropServices.VarEnum.VT_STORAGE">
2427       <summary>Indicates that the name of a storage follows.</summary>
2428     </member>
2429     <member name="F:System.Runtime.InteropServices.VarEnum.VT_STORED_OBJECT">
2430       <summary>Indicates that a storage contains an object.</summary>
2431     </member>
2432     <member name="F:System.Runtime.InteropServices.VarEnum.VT_STREAM">
2433       <summary>Indicates that the name of a stream follows.</summary>
2434     </member>
2435     <member name="F:System.Runtime.InteropServices.VarEnum.VT_STREAMED_OBJECT">
2436       <summary>Indicates that a stream contains an object.</summary>
2437     </member>
2438     <member name="F:System.Runtime.InteropServices.VarEnum.VT_UI1">
2439       <summary>Indicates a byte.</summary>
2440     </member>
2441     <member name="F:System.Runtime.InteropServices.VarEnum.VT_UI2">
2442       <summary>Indicates an unsignedshort.</summary>
2443     </member>
2444     <member name="F:System.Runtime.InteropServices.VarEnum.VT_UI4">
2445       <summary>Indicates an unsignedlong.</summary>
2446     </member>
2447     <member name="F:System.Runtime.InteropServices.VarEnum.VT_UI8">
2448       <summary>Indicates an 64-bit unsigned integer.</summary>
2449     </member>
2450     <member name="F:System.Runtime.InteropServices.VarEnum.VT_UINT">
2451       <summary>Indicates an unsigned integer value.</summary>
2452     </member>
2453     <member name="F:System.Runtime.InteropServices.VarEnum.VT_UNKNOWN">
2454       <summary>Indicates an IUnknown pointer.</summary>
2455     </member>
2456     <member name="F:System.Runtime.InteropServices.VarEnum.VT_USERDEFINED">
2457       <summary>Indicates a user defined type.</summary>
2458     </member>
2459     <member name="F:System.Runtime.InteropServices.VarEnum.VT_VARIANT">
2460       <summary>Indicates a VARIANT far pointer.</summary>
2461     </member>
2462     <member name="F:System.Runtime.InteropServices.VarEnum.VT_VECTOR">
2463       <summary>Indicates a simple, counted array.</summary>
2464     </member>
2465     <member name="F:System.Runtime.InteropServices.VarEnum.VT_VOID">
2466       <summary>Indicates a C style void.</summary>
2467     </member>
2468     <member name="T:System.Runtime.InteropServices.VariantWrapper">
2469       <summary>Marshals data of type VT_VARIANT | VT_BYREF from managed to unmanaged code. This class cannot be inherited.</summary>
2470     </member>
2471     <member name="M:System.Runtime.InteropServices.VariantWrapper.#ctor(System.Object)">
2472       <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.VariantWrapper" /> class for the specified <see cref="T:System.Object" /> parameter.</summary>
2473       <param name="obj">The object to marshal. </param>
2474     </member>
2475     <member name="P:System.Runtime.InteropServices.VariantWrapper.WrappedObject">
2476       <summary>Gets the object wrapped by the <see cref="T:System.Runtime.InteropServices.VariantWrapper" /> object.</summary>
2477       <returns>The object wrapped by the <see cref="T:System.Runtime.InteropServices.VariantWrapper" /> object.</returns>
2478     </member>
2479     <member name="T:System.Runtime.InteropServices.ComTypes.ADVF">
2480       <summary>Specifies the requested behavior when setting up an advise sink or a caching connection with an object.</summary>
2481     </member>
2482     <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVF_DATAONSTOP">
2483       <summary>For data advisory connections, assures accessibility to data. </summary>
2484     </member>
2485     <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVF_NODATA">
2486       <summary>For data advisory connections (<see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)" /> or <see cref="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.Advise(System.Object,System.Int32@)" />), this flag requests the data object not to send data when it calls <see cref="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnDataChange(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)" />. </summary>
2487     </member>
2488     <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVF_ONLYONCE">
2489       <summary>Requests that the object make only one change notification or cache update before deleting the connection.</summary>
2490     </member>
2491     <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVF_PRIMEFIRST">
2492       <summary>Requests that the object not wait for the data or view to change before making an initial call to <see cref="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnDataChange(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)" /> (for data or view advisory connections) or updating the cache (for cache connections).</summary>
2493     </member>
2494     <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVFCACHE_FORCEBUILTIN">
2495       <summary>This value is used by DLL object applications and object handlers that perform the drawing of their objects.</summary>
2496     </member>
2497     <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVFCACHE_NOHANDLER">
2498       <summary>Synonym for <see cref="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVFCACHE_FORCEBUILTIN" />, which is used more often.</summary>
2499     </member>
2500     <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVFCACHE_ONSAVE">
2501       <summary>For cache connections, this flag updates the cached representation only when the object containing the cache is saved.</summary>
2502     </member>
2503     <member name="T:System.Runtime.InteropServices.ComTypes.BIND_OPTS">
2504       <summary>Stores the parameters that are used during a moniker binding operation.</summary>
2505     </member>
2506     <member name="F:System.Runtime.InteropServices.ComTypes.BIND_OPTS.cbStruct">
2507       <summary>Specifies the size, in bytes, of the BIND_OPTS structure.</summary>
2508     </member>
2509     <member name="F:System.Runtime.InteropServices.ComTypes.BIND_OPTS.dwTickCountDeadline">
2510       <summary>Indicates the amount of time (clock time in milliseconds, as returned by the GetTickCount function) that the caller specified to complete the binding operation.</summary>
2511     </member>
2512     <member name="F:System.Runtime.InteropServices.ComTypes.BIND_OPTS.grfFlags">
2513       <summary>Controls aspects of moniker binding operations.</summary>
2514     </member>
2515     <member name="F:System.Runtime.InteropServices.ComTypes.BIND_OPTS.grfMode">
2516       <summary>Represents flags that should be used when opening the file that contains the object identified by the moniker.</summary>
2517     </member>
2518     <member name="T:System.Runtime.InteropServices.ComTypes.BINDPTR">
2519       <summary>Contains a pointer to a bound-to <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure, <see cref="T:System.Runtime.InteropServices.VARDESC" /> structure, or an ITypeComp interface.</summary>
2520     </member>
2521     <member name="F:System.Runtime.InteropServices.ComTypes.BINDPTR.lpfuncdesc">
2522       <summary>Represents a pointer to a <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure.</summary>
2523     </member>
2524     <member name="F:System.Runtime.InteropServices.ComTypes.BINDPTR.lptcomp">
2525       <summary>Represents a pointer to an <see cref="T:System.Runtime.InteropServices.ComTypes.ITypeComp" /> interface.</summary>
2526     </member>
2527     <member name="F:System.Runtime.InteropServices.ComTypes.BINDPTR.lpvardesc">
2528       <summary>Represents a pointer to a <see cref="T:System.Runtime.InteropServices.VARDESC" /> structure.</summary>
2529     </member>
2530     <member name="T:System.Runtime.InteropServices.ComTypes.CALLCONV">
2531       <summary>Identifies the calling convention used by a method described in a METHODDATA Data Type structure.</summary>
2532     </member>
2533     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_CDECL">
2534       <summary>Indicates that the C declaration (CDECL) calling convention is used for a method. </summary>
2535     </member>
2536     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MACPASCAL">
2537       <summary>Indicates that the Macintosh Pascal (MACPASCAL) calling convention is used for a method.</summary>
2538     </member>
2539     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MAX">
2540       <summary>Indicates the end of the <see cref="T:System.Runtime.InteropServices.ComTypes.CALLCONV" /> enumeration.</summary>
2541     </member>
2542     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MPWCDECL">
2543       <summary>Indicates that the Macintosh Programmers' Workbench (MPW) CDECL calling convention is used for a method.</summary>
2544     </member>
2545     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MPWPASCAL">
2546       <summary>Indicates that the Macintosh Programmers' Workbench (MPW) PASCAL calling convention is used for a method.</summary>
2547     </member>
2548     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_MSCPASCAL">
2549       <summary>Indicates that the MSC Pascal (MSCPASCAL) calling convention is used for a method.</summary>
2550     </member>
2551     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_PASCAL">
2552       <summary>Indicates that the Pascal calling convention is used for a method.</summary>
2553     </member>
2554     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_RESERVED">
2555       <summary>This value is reserved for future use.</summary>
2556     </member>
2557     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_STDCALL">
2558       <summary>Indicates that the standard calling convention (STDCALL) is used for a method.</summary>
2559     </member>
2560     <member name="F:System.Runtime.InteropServices.ComTypes.CALLCONV.CC_SYSCALL">
2561       <summary>Indicates that the standard SYSCALL calling convention is used for a method.</summary>
2562     </member>
2563     <member name="T:System.Runtime.InteropServices.ComTypes.CONNECTDATA">
2564       <summary>Describes a connection that exists to a given connection point.</summary>
2565     </member>
2566     <member name="F:System.Runtime.InteropServices.ComTypes.CONNECTDATA.dwCookie">
2567       <summary>Represents a connection token that is returned from a call to <see cref="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.Advise(System.Object,System.Int32@)" />.</summary>
2568     </member>
2569     <member name="F:System.Runtime.InteropServices.ComTypes.CONNECTDATA.pUnk">
2570       <summary>Represents a pointer to the IUnknown interface on a connected advisory sink. The caller must call IUnknown::Release on this pointer when the CONNECTDATA structure is no longer needed.</summary>
2571     </member>
2572     <member name="T:System.Runtime.InteropServices.ComTypes.DATADIR">
2573       <summary>Specifies the direction of the data flow in the <paramref name="dwDirection" /> parameter of the <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR)" /> method. This determines the formats that the resulting enumerator can enumerate.</summary>
2574     </member>
2575     <member name="F:System.Runtime.InteropServices.ComTypes.DATADIR.DATADIR_GET">
2576       <summary>Requests that <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR)" /> supply an enumerator for the formats that can be specified in <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)" />.</summary>
2577     </member>
2578     <member name="F:System.Runtime.InteropServices.ComTypes.DATADIR.DATADIR_SET">
2579       <summary>Requests that <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR)" /> supply an enumerator for the formats that can be specified in <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.SetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@,System.Boolean)" />.</summary>
2580     </member>
2581     <member name="T:System.Runtime.InteropServices.ComTypes.DESCKIND">
2582       <summary>Identifies the type description being bound to.</summary>
2583     </member>
2584     <member name="F:System.Runtime.InteropServices.ComTypes.DESCKIND.DESCKIND_FUNCDESC">
2585       <summary>Indicates that a <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure was returned.</summary>
2586     </member>
2587     <member name="F:System.Runtime.InteropServices.ComTypes.DESCKIND.DESCKIND_IMPLICITAPPOBJ">
2588       <summary>Indicates that an IMPLICITAPPOBJ was returned.</summary>
2589     </member>
2590     <member name="F:System.Runtime.InteropServices.ComTypes.DESCKIND.DESCKIND_MAX">
2591       <summary>Indicates an end-of-enumeration marker.</summary>
2592     </member>
2593     <member name="F:System.Runtime.InteropServices.ComTypes.DESCKIND.DESCKIND_NONE">
2594       <summary>Indicates that no match was found.</summary>
2595     </member>
2596     <member name="F:System.Runtime.InteropServices.ComTypes.DESCKIND.DESCKIND_TYPECOMP">
2597       <summary>Indicates that a TYPECOMP was returned.</summary>
2598     </member>
2599     <member name="F:System.Runtime.InteropServices.ComTypes.DESCKIND.DESCKIND_VARDESC">
2600       <summary>Indicates that a VARDESC was returned.</summary>
2601     </member>
2602     <member name="T:System.Runtime.InteropServices.ComTypes.DISPPARAMS">
2603       <summary>Contains the arguments passed to a method or property by IDispatch::Invoke.</summary>
2604     </member>
2605     <member name="F:System.Runtime.InteropServices.ComTypes.DISPPARAMS.cArgs">
2606       <summary>Represents the count of arguments.</summary>
2607     </member>
2608     <member name="F:System.Runtime.InteropServices.ComTypes.DISPPARAMS.cNamedArgs">
2609       <summary>Represents the count of named arguments </summary>
2610     </member>
2611     <member name="F:System.Runtime.InteropServices.ComTypes.DISPPARAMS.rgdispidNamedArgs">
2612       <summary>Represents the dispatch IDs of named arguments.</summary>
2613     </member>
2614     <member name="F:System.Runtime.InteropServices.ComTypes.DISPPARAMS.rgvarg">
2615       <summary>Represents a reference to the array of arguments.</summary>
2616     </member>
2617     <member name="T:System.Runtime.InteropServices.ComTypes.DVASPECT">
2618       <summary>Specifies the desired data or view aspect of the object when drawing or getting data.</summary>
2619     </member>
2620     <member name="F:System.Runtime.InteropServices.ComTypes.DVASPECT.DVASPECT_CONTENT">
2621       <summary>A representation of an object that lets that object be displayed as an embedded object inside a container. This value is typically specified for compound document objects. The presentation can be provided for the screen or printer.</summary>
2622     </member>
2623     <member name="F:System.Runtime.InteropServices.ComTypes.DVASPECT.DVASPECT_DOCPRINT">
2624       <summary>A representation of an object on the screen as though it were printed to a printer using the Print command from the File menu. The described data may represent a sequence of pages.</summary>
2625     </member>
2626     <member name="F:System.Runtime.InteropServices.ComTypes.DVASPECT.DVASPECT_ICON">
2627       <summary>An iconic representation of an object.</summary>
2628     </member>
2629     <member name="F:System.Runtime.InteropServices.ComTypes.DVASPECT.DVASPECT_THUMBNAIL">
2630       <summary>A thumbnail representation of an object that lets that object be displayed in a browsing tool. The thumbnail is approximately a 120 by 120 pixel, 16-color (recommended), device-independent bitmap potentially wrapped in a metafile.</summary>
2631     </member>
2632     <member name="T:System.Runtime.InteropServices.ComTypes.ELEMDESC">
2633       <summary>Contains the type description and process transfer information for a variable, function, or a function parameter.</summary>
2634     </member>
2635     <member name="F:System.Runtime.InteropServices.ComTypes.ELEMDESC.desc">
2636       <summary>Contains information about an element.</summary>
2637     </member>
2638     <member name="F:System.Runtime.InteropServices.ComTypes.ELEMDESC.tdesc">
2639       <summary>Identifies the type of the element.</summary>
2640     </member>
2641     <member name="T:System.Runtime.InteropServices.ComTypes.ELEMDESC.DESCUNION">
2642       <summary>Contains information about an element. </summary>
2643     </member>
2644     <member name="F:System.Runtime.InteropServices.ComTypes.ELEMDESC.DESCUNION.idldesc">
2645       <summary>Contains information for remoting the element.</summary>
2646     </member>
2647     <member name="F:System.Runtime.InteropServices.ComTypes.ELEMDESC.DESCUNION.paramdesc">
2648       <summary>Contains information about the parameter.</summary>
2649     </member>
2650     <member name="T:System.Runtime.InteropServices.ComTypes.EXCEPINFO">
2651       <summary>Describes the exceptions that occur during IDispatch::Invoke.</summary>
2652     </member>
2653     <member name="F:System.Runtime.InteropServices.ComTypes.EXCEPINFO.bstrDescription">
2654       <summary>Describes the error intended for the customer.</summary>
2655     </member>
2656     <member name="F:System.Runtime.InteropServices.ComTypes.EXCEPINFO.bstrHelpFile">
2657       <summary>Contains the fully-qualified drive, path, and file name of a Help file that contains more information about the error.</summary>
2658     </member>
2659     <member name="F:System.Runtime.InteropServices.ComTypes.EXCEPINFO.bstrSource">
2660       <summary>Indicates the name of the source of the exception. Typically, this is an application name.</summary>
2661     </member>
2662     <member name="F:System.Runtime.InteropServices.ComTypes.EXCEPINFO.dwHelpContext">
2663       <summary>Indicates the Help context ID of the topic within the Help file.</summary>
2664     </member>
2665     <member name="F:System.Runtime.InteropServices.ComTypes.EXCEPINFO.pfnDeferredFillIn">
2666       <summary>Represents a pointer to a function that takes an <see cref="T:System.Runtime.InteropServices.EXCEPINFO" /> structure as an argument and returns an HRESULT value. If deferred fill-in is not desired, this field is set to null.</summary>
2667     </member>
2668     <member name="F:System.Runtime.InteropServices.ComTypes.EXCEPINFO.pvReserved">
2669       <summary>This field is reserved; it must be set to null.</summary>
2670     </member>
2671     <member name="F:System.Runtime.InteropServices.ComTypes.EXCEPINFO.scode">
2672       <summary>A return value describing the error.</summary>
2673     </member>
2674     <member name="F:System.Runtime.InteropServices.ComTypes.EXCEPINFO.wCode">
2675       <summary>Represents an error code identifying the error.</summary>
2676     </member>
2677     <member name="F:System.Runtime.InteropServices.ComTypes.EXCEPINFO.wReserved">
2678       <summary>This field is reserved; it must be set to 0.</summary>
2679     </member>
2680     <member name="T:System.Runtime.InteropServices.ComTypes.FILETIME">
2681       <summary>Represents the number of 100-nanosecond intervals since January 1, 1601. This structure is a 64-bit value.</summary>
2682     </member>
2683     <member name="F:System.Runtime.InteropServices.ComTypes.FILETIME.dwHighDateTime">
2684       <summary>Specifies the high 32 bits of the FILETIME.</summary>
2685     </member>
2686     <member name="F:System.Runtime.InteropServices.ComTypes.FILETIME.dwLowDateTime">
2687       <summary>Specifies the low 32 bits of the FILETIME.</summary>
2688     </member>
2689     <member name="T:System.Runtime.InteropServices.ComTypes.FORMATETC">
2690       <summary>Represents a generalized Clipboard format. </summary>
2691     </member>
2692     <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.cfFormat">
2693       <summary>Specifies the particular clipboard format of interest.</summary>
2694     </member>
2695     <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.dwAspect">
2696       <summary>Specifies one of the <see cref="T:System.Runtime.InteropServices.ComTypes.DVASPECT" /> enumeration constants that indicates how much detail should be contained in the rendering.</summary>
2697     </member>
2698     <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.lindex">
2699       <summary>Specifies part of the aspect when the data must be split across page boundaries. </summary>
2700     </member>
2701     <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.ptd">
2702       <summary>Specifies a pointer to a DVTARGETDEVICE structure containing information about the target device that the data is being composed for. </summary>
2703     </member>
2704     <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.tymed">
2705       <summary>Specifies one of the <see cref="T:System.Runtime.InteropServices.ComTypes.TYMED" /> enumeration constants, which indicates the type of storage medium used to transfer the object's data. </summary>
2706     </member>
2707     <member name="T:System.Runtime.InteropServices.ComTypes.FUNCDESC">
2708       <summary>Defines a function description.</summary>
2709     </member>
2710     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.callconv">
2711       <summary>Specifies the calling convention of a function.</summary>
2712     </member>
2713     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.cParams">
2714       <summary>Counts the total number of parameters.</summary>
2715     </member>
2716     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.cParamsOpt">
2717       <summary>Counts the optional parameters.</summary>
2718     </member>
2719     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.cScodes">
2720       <summary>Counts the permitted return values.</summary>
2721     </member>
2722     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.elemdescFunc">
2723       <summary>Contains the return type of the function.</summary>
2724     </member>
2725     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.funckind">
2726       <summary>Specifies whether the function is virtual, static, or dispatch-only.</summary>
2727     </member>
2728     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.invkind">
2729       <summary>Specifies the type of a property function.</summary>
2730     </member>
2731     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.lprgelemdescParam">
2732       <summary>Indicates the size of <see cref="F:System.Runtime.InteropServices.FUNCDESC.cParams" />.</summary>
2733     </member>
2734     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.lprgscode">
2735       <summary>Stores the count of errors a function can return on a 16-bit system.</summary>
2736     </member>
2737     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.memid">
2738       <summary>Identifies the function member ID.</summary>
2739     </member>
2740     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.oVft">
2741       <summary>Specifies the offset in the VTBL for <see cref="F:System.Runtime.InteropServices.FUNCKIND.FUNC_VIRTUAL" />.</summary>
2742     </member>
2743     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCDESC.wFuncFlags">
2744       <summary>Indicates the <see cref="T:System.Runtime.InteropServices.FUNCFLAGS" /> of a function.</summary>
2745     </member>
2746     <member name="T:System.Runtime.InteropServices.ComTypes.FUNCFLAGS">
2747       <summary>Identifies the constants that define the properties of a function.</summary>
2748     </member>
2749     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FBINDABLE">
2750       <summary>The function that supports data binding.</summary>
2751     </member>
2752     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FDEFAULTBIND">
2753       <summary>The function that best represents the object. Only one function in a type can have this attribute.</summary>
2754     </member>
2755     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FDEFAULTCOLLELEM">
2756       <summary>Permits an optimization in which the compiler looks for a member named "xyz" on the type of "abc". If such a member is found, and is flagged as an accessor function for an element of the default collection, a call is generated to that member function. Permitted on members in dispinterfaces and interfaces; not permitted on modules.</summary>
2757     </member>
2758     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FDISPLAYBIND">
2759       <summary>The function that is displayed to the user as bindable. <see cref="F:System.Runtime.InteropServices.FUNCFLAGS.FUNCFLAG_FBINDABLE" /> must also be set.</summary>
2760     </member>
2761     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FHIDDEN">
2762       <summary>The function should not be displayed to the user, although it exists and is bindable.</summary>
2763     </member>
2764     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FIMMEDIATEBIND">
2765       <summary>Mapped as individual bindable properties.</summary>
2766     </member>
2767     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FNONBROWSABLE">
2768       <summary>The property appears in an object browser, but not in a properties browser.</summary>
2769     </member>
2770     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FREPLACEABLE">
2771       <summary>Tags the interface as having default behaviors.</summary>
2772     </member>
2773     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FREQUESTEDIT">
2774       <summary>When set, any call to a method that sets the property results first in a call to IPropertyNotifySink::OnRequestEdit. The implementation of OnRequestEdit determines if the call is allowed to set the property.</summary>
2775     </member>
2776     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FRESTRICTED">
2777       <summary>The function should not be accessible from macro languages. This flag is intended for system-level functions or functions that type browsers should not display.</summary>
2778     </member>
2779     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FSOURCE">
2780       <summary>The function returns an object that is a source of events.</summary>
2781     </member>
2782     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FUIDEFAULT">
2783       <summary>The type information member is the default member for display in the user interface.</summary>
2784     </member>
2785     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FUSESGETLASTERROR">
2786       <summary>The function supports GetLastError. If an error occurs during the function, the caller can call GetLastError to retrieve the error code.</summary>
2787     </member>
2788     <member name="T:System.Runtime.InteropServices.ComTypes.FUNCKIND">
2789       <summary>Defines how to access a function.</summary>
2790     </member>
2791     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCKIND.FUNC_DISPATCH">
2792       <summary>The function can be accessed only through IDispatch.</summary>
2793     </member>
2794     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCKIND.FUNC_NONVIRTUAL">
2795       <summary>The function is accessed by static address and takes an implicit this pointer.</summary>
2796     </member>
2797     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCKIND.FUNC_PUREVIRTUAL">
2798       <summary>The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer.</summary>
2799     </member>
2800     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCKIND.FUNC_STATIC">
2801       <summary>The function is accessed by static address and does not take an implicit this pointer.</summary>
2802     </member>
2803     <member name="F:System.Runtime.InteropServices.ComTypes.FUNCKIND.FUNC_VIRTUAL">
2804       <summary>The function is accessed in the same way as <see cref="F:System.Runtime.InteropServices.FUNCKIND.FUNC_PUREVIRTUAL" />, except the function has an implementation.</summary>
2805     </member>
2806     <member name="T:System.Runtime.InteropServices.ComTypes.IAdviseSink">
2807       <summary>Provides a managed definition of the IAdviseSink interface.</summary>
2808     </member>
2809     <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnClose">
2810       <summary>Notifies all registered advisory sinks that the object has changed from the running state to the loaded state.  This method is called by a server.</summary>
2811     </member>
2812     <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnDataChange(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)">
2813       <summary>Notifies all data objects currently registered advisory sinks that data in the object has changed.</summary>
2814       <param name="format">A <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC" />, passed by reference, which describes the format, target device, rendering, and storage information of the calling data object.</param>
2815       <param name="stgmedium">A <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM" />, passed by reference, which defines the storage medium (global memory, disk file, storage object, stream object, Graphics Device Interface (GDI) object, or undefined) and ownership of that medium for the calling data object.</param>
2816     </member>
2817     <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnRename(System.Runtime.InteropServices.ComTypes.IMoniker)">
2818       <summary>Notifies all registered advisory sinks that the object has been renamed. This method is called by a server.</summary>
2819       <param name="moniker">A pointer to the IMoniker interface on the new full moniker of the object.</param>
2820     </member>
2821     <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnSave">
2822       <summary>Notifies all registered advisory sinks that the object has been saved. This method is called by a server.</summary>
2823     </member>
2824     <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnViewChange(System.Int32,System.Int32)">
2825       <summary>Notifies an object's registered advisory sinks that its view has changed. This method is called by a server.</summary>
2826       <param name="aspect">The aspect, or view, of the object. Contains a value taken from the <see cref="T:System.Runtime.InteropServices.ComTypes.DVASPECT" /> enumeration.</param>
2827       <param name="index">The portion of the view that has changed. Currently, only -1 is valid.</param>
2828     </member>
2829     <member name="T:System.Runtime.InteropServices.ComTypes.IBindCtx">
2830       <summary>Provides the managed definition of the IBindCtx interface.</summary>
2831     </member>
2832     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.EnumObjectParam(System.Runtime.InteropServices.ComTypes.IEnumString@)">
2833       <summary>Enumerates the strings that are the keys of the internally maintained table of contextual object parameters.</summary>
2834       <param name="ppenum">When this method returns, contains a reference to the object parameter enumerator. This parameter is passed uninitialized.</param>
2835     </member>
2836     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.GetBindOptions(System.Runtime.InteropServices.ComTypes.BIND_OPTS@)">
2837       <summary>Returns the current binding options stored in the current bind context.</summary>
2838       <param name="pbindopts">A pointer to the structure to receive the binding options. </param>
2839     </member>
2840     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.GetObjectParam(System.String,System.Object@)">
2841       <summary>Looks up the given key in the internally maintained table of contextual object parameters and returns the corresponding object, if one exists.</summary>
2842       <param name="pszKey">The name of the object to search for. </param>
2843       <param name="ppunk">When this method returns, contains the object interface pointer. This parameter is passed uninitialized.</param>
2844     </member>
2845     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.GetRunningObjectTable(System.Runtime.InteropServices.ComTypes.IRunningObjectTable@)">
2846       <summary>Returns access to the Running Object Table (ROT) relevant to this binding process.</summary>
2847       <param name="pprot">When this method returns, contains a reference to the Running Object Table (ROT). This parameter is passed uninitialized.</param>
2848     </member>
2849     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.RegisterObjectBound(System.Object)">
2850       <summary>Registers the passed object as one of the objects that has been bound during a moniker operation and that should be released when the operation is complete.</summary>
2851       <param name="punk">The object to register for release. </param>
2852     </member>
2853     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.RegisterObjectParam(System.String,System.Object)">
2854       <summary>Registers the specified object pointer under the specified name in the internally maintained table of object pointers.</summary>
2855       <param name="pszKey">The name to register <paramref name="punk" /> with. </param>
2856       <param name="punk">The object to register. </param>
2857     </member>
2858     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.ReleaseBoundObjects">
2859       <summary>Releases all the objects currently registered with the bind context by using the <see cref="M:System.Runtime.InteropServices.ComTypes.IBindCtx.RegisterObjectBound(System.Object)" /> method.</summary>
2860     </member>
2861     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.RevokeObjectBound(System.Object)">
2862       <summary>Removes the object from the set of registered objects that need to be released.</summary>
2863       <param name="punk">The object to unregister for release. </param>
2864     </member>
2865     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.RevokeObjectParam(System.String)">
2866       <summary>Revokes the registration of the object currently found under the specified key in the internally maintained table of contextual object parameters, if that key is currently registered.</summary>
2867       <returns>An S_OKHRESULT value if the specified key was successfully removed from the table; otherwise, an S_FALSEHRESULT value.</returns>
2868       <param name="pszKey">The key to unregister. </param>
2869     </member>
2870     <member name="M:System.Runtime.InteropServices.ComTypes.IBindCtx.SetBindOptions(System.Runtime.InteropServices.ComTypes.BIND_OPTS@)">
2871       <summary>Stores a block of parameters in the bind context. These parameters will apply to later UCOMIMoniker operations that use this bind context.</summary>
2872       <param name="pbindopts">The structure containing the binding options to set. </param>
2873     </member>
2874     <member name="T:System.Runtime.InteropServices.ComTypes.IConnectionPoint">
2875       <summary>Provides the managed definition of the IConnectionPoint interface.</summary>
2876     </member>
2877     <member name="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.Advise(System.Object,System.Int32@)">
2878       <summary>Establishes an advisory connection between the connection point and the caller's sink object.</summary>
2879       <param name="pUnkSink">A reference to the sink to receive calls for the outgoing interface managed by this connection point. </param>
2880       <param name="pdwCookie">When this method returns, contains the connection cookie. This parameter is passed uninitialized.</param>
2881     </member>
2882     <member name="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.EnumConnections(System.Runtime.InteropServices.ComTypes.IEnumConnections@)">
2883       <summary>Creates an enumerator object for iteration through the connections that exist to this connection point.</summary>
2884       <param name="ppEnum">When this method returns, contains the newly created enumerator. This parameter is passed uninitialized.</param>
2885     </member>
2886     <member name="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.GetConnectionInterface(System.Guid@)">
2887       <summary>Returns the IID of the outgoing interface managed by this connection point.</summary>
2888       <param name="pIID">When this parameter returns, contains the IID of the outgoing interface managed by this connection point. This parameter is passed uninitialized.</param>
2889     </member>
2890     <member name="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.GetConnectionPointContainer(System.Runtime.InteropServices.ComTypes.IConnectionPointContainer@)">
2891       <summary>Retrieves the IConnectionPointContainer interface pointer to the connectable object that conceptually owns this connection point.</summary>
2892       <param name="ppCPC">When this parameter returns, contains the connectable object's IConnectionPointContainer interface. This parameter is passed uninitialized.</param>
2893     </member>
2894     <member name="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.Unadvise(System.Int32)">
2895       <summary>Terminates an advisory connection previously established through the <see cref="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.Advise(System.Object,System.Int32@)" /> method.</summary>
2896       <param name="dwCookie">The connection cookie previously returned from the <see cref="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.Advise(System.Object,System.Int32@)" /> method. </param>
2897     </member>
2898     <member name="T:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer">
2899       <summary>Provides the managed definition of the IConnectionPointContainer interface.</summary>
2900     </member>
2901     <member name="M:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer.EnumConnectionPoints(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints@)">
2902       <summary>Creates an enumerator of all the connection points supported in the connectable object, one connection point per IID.</summary>
2903       <param name="ppEnum">When this method returns, contains the interface pointer of the enumerator. This parameter is passed uninitialized.</param>
2904     </member>
2905     <member name="M:System.Runtime.InteropServices.ComTypes.IConnectionPointContainer.FindConnectionPoint(System.Guid@,System.Runtime.InteropServices.ComTypes.IConnectionPoint@)">
2906       <summary>Asks the connectable object if it has a connection point for a particular IID, and if so, returns the IConnectionPoint interface pointer to that connection point.</summary>
2907       <param name="riid">A reference to the outgoing interface IID whose connection point is being requested. </param>
2908       <param name="ppCP">When this method returns, contains the connection point that manages the outgoing interface <paramref name="riid" />. This parameter is passed uninitialized.</param>
2909     </member>
2910     <member name="T:System.Runtime.InteropServices.ComTypes.IDLDESC">
2911       <summary>Contains information needed for transferring a structure element, parameter, or function return value between processes.</summary>
2912     </member>
2913     <member name="F:System.Runtime.InteropServices.ComTypes.IDLDESC.dwReserved">
2914       <summary>Reserved; set to null.</summary>
2915     </member>
2916     <member name="F:System.Runtime.InteropServices.ComTypes.IDLDESC.wIDLFlags">
2917       <summary>Indicates an <see cref="T:System.Runtime.InteropServices.IDLFLAG" /> value describing the type.</summary>
2918     </member>
2919     <member name="T:System.Runtime.InteropServices.ComTypes.IDLFLAG">
2920       <summary>Describes how to transfer a structure element, parameter, or function return value between processes.</summary>
2921     </member>
2922     <member name="F:System.Runtime.InteropServices.ComTypes.IDLFLAG.IDLFLAG_FIN">
2923       <summary>The parameter passes information from the caller to the callee.</summary>
2924     </member>
2925     <member name="F:System.Runtime.InteropServices.ComTypes.IDLFLAG.IDLFLAG_FLCID">
2926       <summary>The parameter is the local identifier of a client application.</summary>
2927     </member>
2928     <member name="F:System.Runtime.InteropServices.ComTypes.IDLFLAG.IDLFLAG_FOUT">
2929       <summary>The parameter returns information from the callee to the caller.</summary>
2930     </member>
2931     <member name="F:System.Runtime.InteropServices.ComTypes.IDLFLAG.IDLFLAG_FRETVAL">
2932       <summary>The parameter is the return value of the member.</summary>
2933     </member>
2934     <member name="F:System.Runtime.InteropServices.ComTypes.IDLFLAG.IDLFLAG_NONE">
2935       <summary>Does not specify whether the parameter passes or receives information.</summary>
2936     </member>
2937     <member name="T:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints">
2938       <summary>Manages the definition of the IEnumConnectionPoints interface.</summary>
2939     </member>
2940     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Clone(System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints@)">
2941       <summary>Creates a new enumerator that contains the same enumeration state as the current one.</summary>
2942       <param name="ppenum">When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized.</param>
2943     </member>
2944     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IConnectionPoint[],System.IntPtr)">
2945       <summary>Retrieves a specified number of items in the enumeration sequence.</summary>
2946       <returns>S_OK if the <paramref name="pceltFetched" /> parameter equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
2947       <param name="celt">The number of IConnectionPoint references to return in <paramref name="rgelt" />. </param>
2948       <param name="rgelt">When this method returns, contains a reference to the enumerated connections. This parameter is passed uninitialized.</param>
2949       <param name="pceltFetched">When this method returns, contains a reference to the actual number of connections enumerated in <paramref name="rgelt" />. </param>
2950     </member>
2951     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Reset">
2952       <summary>Resets the enumeration sequence to the beginning.</summary>
2953     </member>
2954     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints.Skip(System.Int32)">
2955       <summary>Skips a specified number of items in the enumeration sequence.</summary>
2956       <returns>S_OK if the number of elements skipped equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
2957       <param name="celt">The number of elements to skip in the enumeration. </param>
2958     </member>
2959     <member name="T:System.Runtime.InteropServices.ComTypes.IEnumConnections">
2960       <summary>Manages the definition of the IEnumConnections interface.</summary>
2961     </member>
2962     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Clone(System.Runtime.InteropServices.ComTypes.IEnumConnections@)">
2963       <summary>Creates a new enumerator that contains the same enumeration state as the current one.</summary>
2964       <param name="ppenum">When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized.</param>
2965     </member>
2966     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Next(System.Int32,System.Runtime.InteropServices.ComTypes.CONNECTDATA[],System.IntPtr)">
2967       <summary>Retrieves a specified number of items in the enumeration sequence.</summary>
2968       <returns>S_OK if the <paramref name="pceltFetched" /> parameter equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
2969       <param name="celt">The number of <see cref="T:System.Runtime.InteropServices.CONNECTDATA" /> structures to return in <paramref name="rgelt" />. </param>
2970       <param name="rgelt">When this method returns, contains a reference to the enumerated connections. This parameter is passed uninitialized.</param>
2971       <param name="pceltFetched">When this method returns, contains a reference to the actual number of connections enumerated in <paramref name="rgelt" />. </param>
2972     </member>
2973     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Reset">
2974       <summary>Resets the enumeration sequence to the beginning.</summary>
2975     </member>
2976     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumConnections.Skip(System.Int32)">
2977       <summary>Skips a specified number of items in the enumeration sequence.</summary>
2978       <returns>S_OK if the number of elements skipped equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
2979       <param name="celt">The number of elements to skip in the enumeration. </param>
2980     </member>
2981     <member name="T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC">
2982       <summary>Provides the managed definition of the IEnumFORMATETC interface.</summary>
2983     </member>
2984     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC.Clone(System.Runtime.InteropServices.ComTypes.IEnumFORMATETC@)">
2985       <summary>Creates a new enumerator that contains the same enumeration state as the current enumerator.</summary>
2986       <param name="newEnum">When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized.</param>
2987     </member>
2988     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC.Next(System.Int32,System.Runtime.InteropServices.ComTypes.FORMATETC[],System.Int32[])">
2989       <summary>Retrieves a specified number of items in the enumeration sequence.</summary>
2990       <returns>S_OK if the <paramref name="pceltFetched" /> parameter equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
2991       <param name="celt">The number of <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC" /> references to return in <paramref name="rgelt" />.</param>
2992       <param name="rgelt">When this method returns, contains a reference to the enumerated <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC" /> references. This parameter is passed uninitialized.</param>
2993       <param name="pceltFetched">When this method returns, contains a reference to the actual number of references enumerated in <paramref name="rgelt" />. This parameter is passed uninitialized.</param>
2994     </member>
2995     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC.Reset">
2996       <summary>Resets the enumeration sequence to the beginning.</summary>
2997       <returns>An HRESULT with the value S_OK.</returns>
2998     </member>
2999     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC.Skip(System.Int32)">
3000       <summary>Skips a specified number of items in the enumeration sequence.</summary>
3001       <returns>S_OK if the number of elements skipped equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
3002       <param name="celt">The number of elements to skip in the enumeration.</param>
3003     </member>
3004     <member name="T:System.Runtime.InteropServices.ComTypes.IEnumMoniker">
3005       <summary>Manages the definition of the IEnumMoniker interface.</summary>
3006     </member>
3007     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Clone(System.Runtime.InteropServices.ComTypes.IEnumMoniker@)">
3008       <summary>Creates a new enumerator that contains the same enumeration state as the current one.</summary>
3009       <param name="ppenum">When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized.</param>
3010     </member>
3011     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Next(System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker[],System.IntPtr)">
3012       <summary>Retrieves a specified number of items in the enumeration sequence.</summary>
3013       <returns>S_OK if the <paramref name="pceltFetched" /> parameter equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
3014       <param name="celt">The number of monikers to return in <paramref name="rgelt" />. </param>
3015       <param name="rgelt">When this method returns, contains a reference to the enumerated monikers. This parameter is passed uninitialized.</param>
3016       <param name="pceltFetched">When this method returns, contains a reference to the actual number of monikers enumerated in <paramref name="rgelt" />. </param>
3017     </member>
3018     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Reset">
3019       <summary>Resets the enumeration sequence to the beginning.</summary>
3020     </member>
3021     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumMoniker.Skip(System.Int32)">
3022       <summary>Skips a specified number of items in the enumeration sequence.</summary>
3023       <returns>S_OK if the number of elements skipped equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
3024       <param name="celt">The number of elements to skip in the enumeration. </param>
3025     </member>
3026     <member name="T:System.Runtime.InteropServices.ComTypes.IEnumString">
3027       <summary>Manages the definition of the IEnumString interface.</summary>
3028     </member>
3029     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumString.Clone(System.Runtime.InteropServices.ComTypes.IEnumString@)">
3030       <summary>Creates a new enumerator that contains the same enumeration state as the current one.</summary>
3031       <param name="ppenum">When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized.</param>
3032     </member>
3033     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumString.Next(System.Int32,System.String[],System.IntPtr)">
3034       <summary>Retrieves a specified number of items in the enumeration sequence.</summary>
3035       <returns>S_OK if the <paramref name="pceltFetched" /> parameter equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
3036       <param name="celt">The number of strings to return in <paramref name="rgelt" />. </param>
3037       <param name="rgelt">When this method returns, contains a reference to the enumerated strings. This parameter is passed uninitialized.</param>
3038       <param name="pceltFetched">When this method returns, contains a reference to the actual number of strings enumerated in <paramref name="rgelt" />. </param>
3039     </member>
3040     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumString.Reset">
3041       <summary>Resets the enumeration sequence to the beginning.</summary>
3042     </member>
3043     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumString.Skip(System.Int32)">
3044       <summary>Skips a specified number of items in the enumeration sequence.</summary>
3045       <returns>S_OK if the number of elements skipped equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
3046       <param name="celt">The number of elements to skip in the enumeration. </param>
3047     </member>
3048     <member name="T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT">
3049       <summary>Manages the definition of the IEnumVARIANT interface.</summary>
3050     </member>
3051     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Clone">
3052       <summary>Creates a new enumerator that contains the same enumeration state as the current one.</summary>
3053       <returns>An <see cref="T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT" />  reference to the newly created enumerator.</returns>
3054     </member>
3055     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Next(System.Int32,System.Object[],System.IntPtr)">
3056       <summary>Retrieves a specified number of items in the enumeration sequence.</summary>
3057       <returns>S_OK if the <paramref name="pceltFetched" /> parameter equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
3058       <param name="celt">The number of elements to return in <paramref name="rgelt" />. </param>
3059       <param name="rgVar">When this method returns, contains a reference to the enumerated elements. This parameter is passed uninitialized.</param>
3060       <param name="pceltFetched">When this method returns, contains a reference to the actual number of elements enumerated in <paramref name="rgelt" />. </param>
3061     </member>
3062     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Reset">
3063       <summary>Resets the enumeration sequence to the beginning.</summary>
3064       <returns>An HRESULT with the value S_OK.</returns>
3065     </member>
3066     <member name="M:System.Runtime.InteropServices.ComTypes.IEnumVARIANT.Skip(System.Int32)">
3067       <summary>Skips a specified number of items in the enumeration sequence.</summary>
3068       <returns>S_OK if the number of elements skipped equals <paramref name="celt" /> parameter; otherwise, S_FALSE.</returns>
3069       <param name="celt">The number of elements to skip in the enumeration. </param>
3070     </member>
3071     <member name="T:System.Runtime.InteropServices.ComTypes.IMoniker">
3072       <summary>Provides the managed definition of the IMoniker interface, with COM functionality from IPersist and IPersistStream.</summary>
3073     </member>
3074     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.BindToObject(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Guid@,System.Object@)">
3075       <summary>Uses the moniker to bind to the object that it identifies.</summary>
3076       <param name="pbc">A reference to the IBindCtx interface on the bind context object used in this binding operation. </param>
3077       <param name="pmkToLeft">A reference to the moniker to the left of the current moniker, if the moniker is part of a composite moniker. </param>
3078       <param name="riidResult">The interface identifier (IID) of the interface that the client intends to use to communicate with the object that the moniker identifies. </param>
3079       <param name="ppvResult">When this method returns, contains a reference to the interface requested by <paramref name="riidResult" />. This parameter is passed uninitialized.</param>
3080     </member>
3081     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.BindToStorage(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Guid@,System.Object@)">
3082       <summary>Retrieves an interface pointer to the storage that contains the object identified by the moniker.</summary>
3083       <param name="pbc">A reference to the IBindCtx interface on the bind context object used during this binding operation. </param>
3084       <param name="pmkToLeft">A reference to the moniker to the left of the current moniker, if the moniker is part of a composite moniker. </param>
3085       <param name="riid">The interface identifier (IID) of the storage interface requested. </param>
3086       <param name="ppvObj">When this method returns, contains a reference to the interface requested by <paramref name="riid" />. This parameter is passed uninitialized.</param>
3087     </member>
3088     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.CommonPrefixWith(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker@)">
3089       <summary>Creates a new moniker based on the common prefix that this moniker shares with another moniker.</summary>
3090       <param name="pmkOther">A reference to the IMoniker interface on another moniker to compare with the current moniker for a common prefix. </param>
3091       <param name="ppmkPrefix">When this method returns, contains the moniker that is the common prefix of the current moniker and <paramref name="pmkOther" />. This parameter is passed uninitialized.</param>
3092     </member>
3093     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.ComposeWith(System.Runtime.InteropServices.ComTypes.IMoniker,System.Boolean,System.Runtime.InteropServices.ComTypes.IMoniker@)">
3094       <summary>Combines the current moniker with another moniker, creating a new composite moniker.</summary>
3095       <param name="pmkRight">A reference to the IMoniker interface on a moniker to append to the end of the current moniker. </param>
3096       <param name="fOnlyIfNotGeneric">true to indicate that the caller requires a nongeneric composition. The operation proceeds only if <paramref name="pmkRight" /> is a moniker class that the current moniker can combine with in some way other than forming a generic composite. false to indicate that the method can create a generic composite if necessary. </param>
3097       <param name="ppmkComposite">When this method returns, contains a reference to the resulting composite moniker. This parameter is passed uninitialized.</param>
3098     </member>
3099     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.Enum(System.Boolean,System.Runtime.InteropServices.ComTypes.IEnumMoniker@)">
3100       <summary>Supplies a pointer to an enumerator that can enumerate the components of a composite moniker.</summary>
3101       <param name="fForward">true to enumerate the monikers from left to right. false to enumerate from right to left. </param>
3102       <param name="ppenumMoniker">When this method returns, contains a reference to the enumerator object for the moniker. This parameter is passed uninitialized.</param>
3103     </member>
3104     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.GetClassID(System.Guid@)">
3105       <summary>Retrieves the class identifier (CLSID) of an object.</summary>
3106       <param name="pClassID">When this method returns, contains the CLSID. This parameter is passed uninitialized.</param>
3107     </member>
3108     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.GetDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String@)">
3109       <summary>Gets the display name, which is a user-readable representation of the current moniker.</summary>
3110       <param name="pbc">A reference to the bind context to use in this operation. </param>
3111       <param name="pmkToLeft">A reference to the moniker to the left of the current moniker, if the moniker is part of a composite moniker. </param>
3112       <param name="ppszDisplayName">When this method returns, contains the display name string. This parameter is passed uninitialized.</param>
3113     </member>
3114     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.GetSizeMax(System.Int64@)">
3115       <summary>Returns the size, in bytes, of the stream needed to save the object.</summary>
3116       <param name="pcbSize">When this method returns, contains a long value indicating the size, in bytes, of the stream needed to save this object. This parameter is passed uninitialized.</param>
3117     </member>
3118     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME@)">
3119       <summary>Provides a number representing the time that the object identified by the current moniker was last changed.</summary>
3120       <param name="pbc">A reference to the bind context to use in this binding operation. </param>
3121       <param name="pmkToLeft">A reference to the moniker to the left of the current moniker, if the moniker is part of a composite moniker. </param>
3122       <param name="pFileTime">When this method returns, contains the time of the last change. This parameter is passed uninitialized.</param>
3123     </member>
3124     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.Hash(System.Int32@)">
3125       <summary>Calculates a 32-bit integer using the internal state of the moniker.</summary>
3126       <param name="pdwHash">When this method returns, contains the hash value for this moniker. This parameter is passed uninitialized.</param>
3127     </member>
3128     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.Inverse(System.Runtime.InteropServices.ComTypes.IMoniker@)">
3129       <summary>Provides a moniker that, when composed to the right of the current moniker or one of similar structure, composes to nothing.</summary>
3130       <param name="ppmk">When this method returns, contains a moniker that is the inverse of the current moniker. This parameter is passed uninitialized.</param>
3131     </member>
3132     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.IsDirty">
3133       <summary>Checks the object for changes since it was last saved.</summary>
3134       <returns>An S_OKHRESULT value if the object has changed; otherwise, an S_FALSEHRESULT value.</returns>
3135     </member>
3136     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.IsEqual(System.Runtime.InteropServices.ComTypes.IMoniker)">
3137       <summary>Compares the current moniker with a specified moniker and indicates whether they are identical.</summary>
3138       <returns>An S_OKHRESULT value if the monikers are identical; otherwise, an S_FALSEHRESULT value.  </returns>
3139       <param name="pmkOtherMoniker">A reference to the moniker to use for comparison. </param>
3140     </member>
3141     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.IsRunning(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker)">
3142       <summary>Determines whether the object that is identified by the current moniker is currently loaded and running.</summary>
3143       <returns>An S_OKHRESULT value if the moniker is running; an S_FALSEHRESULT value if the moniker is not running; or an E_UNEXPECTEDHRESULT value.</returns>
3144       <param name="pbc">A reference to the bind context to use in this binding operation. </param>
3145       <param name="pmkToLeft">A reference to the moniker to the left of the current moniker if the current moniker is part of a composite. </param>
3146       <param name="pmkNewlyRunning">A reference to the moniker most recently added to the Running Object Table (ROT). </param>
3147     </member>
3148     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.IsSystemMoniker(System.Int32@)">
3149       <summary>Indicates whether this moniker is of one of the system-supplied moniker classes.</summary>
3150       <returns>An S_OKHRESULT value if the moniker is a system moniker; otherwise, an S_FALSEHRESULT value.</returns>
3151       <param name="pdwMksys">When this method returns, contains a pointer to an integer that is one of the values from the MKSYS enumeration, and refers to one of the COM moniker classes. This parameter is passed uninitialized.</param>
3152     </member>
3153     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.Load(System.Runtime.InteropServices.ComTypes.IStream)">
3154       <summary>Initializes an object from the stream where it was previously saved.</summary>
3155       <param name="pStm">The stream that the object is loaded from. </param>
3156     </member>
3157     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String,System.Int32@,System.Runtime.InteropServices.ComTypes.IMoniker@)">
3158       <summary>Reads as many characters of the specified display name as the <see cref="M:System.Runtime.InteropServices.ComTypes.IMoniker.ParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Runtime.InteropServices.ComTypes.IMoniker,System.String,System.Int32@,System.Runtime.InteropServices.ComTypes.IMoniker@)" /> understands and builds a moniker corresponding to the portion read.</summary>
3159       <param name="pbc">A reference to the bind context to use in this binding operation. </param>
3160       <param name="pmkToLeft">A reference to the moniker that has been built from the display name up to this point. </param>
3161       <param name="pszDisplayName">A reference to the string containing the remaining display name to parse. </param>
3162       <param name="pchEaten">When this method returns, contains the number of characters that were consumed in parsing <paramref name="pszDisplayName" />. This parameter is passed uninitialized.</param>
3163       <param name="ppmkOut">When this method returns, contains a reference to the moniker that was built from <paramref name="pszDisplayName" />. This parameter is passed uninitialized.</param>
3164     </member>
3165     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.Reduce(System.Runtime.InteropServices.ComTypes.IBindCtx,System.Int32,System.Runtime.InteropServices.ComTypes.IMoniker@,System.Runtime.InteropServices.ComTypes.IMoniker@)">
3166       <summary>Returns a reduced moniker, which is another moniker that refers to the same object as the current moniker but can be bound with equal or greater efficiency.</summary>
3167       <param name="pbc">A reference to the IBindCtx interface on the bind context to use in this binding operation. </param>
3168       <param name="dwReduceHowFar">A value that specifies how far the current moniker should be reduced. </param>
3169       <param name="ppmkToLeft">A reference to the moniker to the left of the current moniker. </param>
3170       <param name="ppmkReduced">When this method returns, contains a reference to the reduced form of the current moniker, which can be null if an error occurs or if the current moniker is reduced to nothing. This parameter is passed uninitialized.</param>
3171     </member>
3172     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.RelativePathTo(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.IMoniker@)">
3173       <summary>Supplies a moniker that, when appended to the current moniker (or one with a similar structure), yields the specified moniker.</summary>
3174       <param name="pmkOther">A reference to the moniker to which a relative path should be taken. </param>
3175       <param name="ppmkRelPath">When this method returns, contains a reference to the relative moniker. This parameter is passed uninitialized.</param>
3176     </member>
3177     <member name="M:System.Runtime.InteropServices.ComTypes.IMoniker.Save(System.Runtime.InteropServices.ComTypes.IStream,System.Boolean)">
3178       <summary>Saves an object to the specified stream.</summary>
3179       <param name="pStm">The stream to which the object is saved. </param>
3180       <param name="fClearDirty">true to clear the modified flag after the save is complete; otherwise false</param>
3181     </member>
3182     <member name="T:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS">
3183       <summary>Defines the attributes of an implemented or inherited interface of a type.</summary>
3184     </member>
3185     <member name="F:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS.IMPLTYPEFLAG_FDEFAULT">
3186       <summary>The interface or dispinterface represents the default for the source or sink.</summary>
3187     </member>
3188     <member name="F:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS.IMPLTYPEFLAG_FDEFAULTVTABLE">
3189       <summary>Sinks receive events through the virtual function table (VTBL).</summary>
3190     </member>
3191     <member name="F:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS.IMPLTYPEFLAG_FRESTRICTED">
3192       <summary>The member should not be displayed or programmable by users.</summary>
3193     </member>
3194     <member name="F:System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS.IMPLTYPEFLAG_FSOURCE">
3195       <summary>This member of a coclass is called rather than implemented.</summary>
3196     </member>
3197     <member name="T:System.Runtime.InteropServices.ComTypes.INVOKEKIND">
3198       <summary>Specifies how to invoke a function by IDispatch::Invoke.</summary>
3199     </member>
3200     <member name="F:System.Runtime.InteropServices.ComTypes.INVOKEKIND.INVOKE_FUNC">
3201       <summary>The member is called using a normal function invocation syntax.</summary>
3202     </member>
3203     <member name="F:System.Runtime.InteropServices.ComTypes.INVOKEKIND.INVOKE_PROPERTYGET">
3204       <summary>The function is invoked using a normal property access syntax.</summary>
3205     </member>
3206     <member name="F:System.Runtime.InteropServices.ComTypes.INVOKEKIND.INVOKE_PROPERTYPUT">
3207       <summary>The function is invoked using a property value assignment syntax.</summary>
3208     </member>
3209     <member name="F:System.Runtime.InteropServices.ComTypes.INVOKEKIND.INVOKE_PROPERTYPUTREF">
3210       <summary>The function is invoked using a property reference assignment syntax.</summary>
3211     </member>
3212     <member name="T:System.Runtime.InteropServices.ComTypes.IPersistFile">
3213       <summary>Provides the managed definition of the IPersistFile interface, with functionality from IPersist.</summary>
3214     </member>
3215     <member name="M:System.Runtime.InteropServices.ComTypes.IPersistFile.GetClassID(System.Guid@)">
3216       <summary>Retrieves the class identifier (CLSID) of an object.</summary>
3217       <param name="pClassID">When this method returns, contains a reference to the CLSID. This parameter is passed uninitialized.</param>
3218     </member>
3219     <member name="M:System.Runtime.InteropServices.ComTypes.IPersistFile.GetCurFile(System.String@)">
3220       <summary>Retrieves either the absolute path to the current working file of the object or, if there is no current working file, the default file name prompt of the object.</summary>
3221       <param name="ppszFileName">When this method returns, contains the address of a pointer to a zero-terminated string containing the path for the current file, or the default file name prompt (such as *.txt). This parameter is passed uninitialized.</param>
3222     </member>
3223     <member name="M:System.Runtime.InteropServices.ComTypes.IPersistFile.IsDirty">
3224       <summary>Checks an object for changes since it was last saved to its current file.</summary>
3225       <returns>S_OK if the file has changed since it was last saved; S_FALSE if the file has not changed since it was last saved.</returns>
3226     </member>
3227     <member name="M:System.Runtime.InteropServices.ComTypes.IPersistFile.Load(System.String,System.Int32)">
3228       <summary>Opens the specified file and initializes an object from the file contents.</summary>
3229       <param name="pszFileName">A zero-terminated string containing the absolute path of the file to open. </param>
3230       <param name="dwMode">A combination of values from the STGM enumeration to indicate the access mode in which to open <paramref name="pszFileName" />. </param>
3231     </member>
3232     <member name="M:System.Runtime.InteropServices.ComTypes.IPersistFile.Save(System.String,System.Boolean)">
3233       <summary>Saves a copy of the object into the specified file.</summary>
3234       <param name="pszFileName">A zero-terminated string containing the absolute path of the file to which the object is saved. </param>
3235       <param name="fRemember">true to used the <paramref name="pszFileName" /> parameter as the current working file; otherwise false. </param>
3236     </member>
3237     <member name="M:System.Runtime.InteropServices.ComTypes.IPersistFile.SaveCompleted(System.String)">
3238       <summary>Notifies the object that it can write to its file.</summary>
3239       <param name="pszFileName">The absolute path of the file where the object was previously saved. </param>
3240     </member>
3241     <member name="T:System.Runtime.InteropServices.ComTypes.IRunningObjectTable">
3242       <summary>Provides the managed definition of the IRunningObjectTable interface.</summary>
3243     </member>
3244     <member name="M:System.Runtime.InteropServices.ComTypes.IRunningObjectTable.EnumRunning(System.Runtime.InteropServices.ComTypes.IEnumMoniker@)">
3245       <summary>Enumerates the objects currently registered as running.</summary>
3246       <param name="ppenumMoniker">When this method returns, contains the new enumerator for the Running Object Table (ROT). This parameter is passed uninitialized.</param>
3247     </member>
3248     <member name="M:System.Runtime.InteropServices.ComTypes.IRunningObjectTable.GetObject(System.Runtime.InteropServices.ComTypes.IMoniker,System.Object@)">
3249       <summary>Returns the registered object if the supplied object name is registered as running.</summary>
3250       <returns>An HRESULT value that indicates the success or failure of the operation. </returns>
3251       <param name="pmkObjectName">A reference to the moniker to search for in the Running Object Table (ROT). </param>
3252       <param name="ppunkObject">When this method returns, contains the requested running object. This parameter is passed uninitialized.</param>
3253     </member>
3254     <member name="M:System.Runtime.InteropServices.ComTypes.IRunningObjectTable.GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IMoniker,System.Runtime.InteropServices.ComTypes.FILETIME@)">
3255       <summary>Searches for this moniker in the Running Object Table (ROT) and reports the recorded time of change, if present.</summary>
3256       <returns>An HRESULT value that indicates the success or failure of the operation.</returns>
3257       <param name="pmkObjectName">A reference to the moniker to search for in the Running Object Table (ROT). </param>
3258       <param name="pfiletime">When this object returns, contains the objects last change time. This parameter is passed uninitialized.</param>
3259     </member>
3260     <member name="M:System.Runtime.InteropServices.ComTypes.IRunningObjectTable.IsRunning(System.Runtime.InteropServices.ComTypes.IMoniker)">
3261       <summary>Determines whether the specified moniker is currently registered in the Running Object Table (ROT).</summary>
3262       <returns>An HRESULT value that indicates the success or failure of the operation.</returns>
3263       <param name="pmkObjectName">A reference to the moniker to search for in the Running Object Table (ROT). </param>
3264     </member>
3265     <member name="M:System.Runtime.InteropServices.ComTypes.IRunningObjectTable.NoteChangeTime(System.Int32,System.Runtime.InteropServices.ComTypes.FILETIME@)">
3266       <summary>Notes the time that a particular object changed so IMoniker::GetTimeOfLastChange can report an appropriate change time.</summary>
3267       <param name="dwRegister">The Running Object Table (ROT) entry of the changed object. </param>
3268       <param name="pfiletime">A reference to the object's last change time. </param>
3269     </member>
3270     <member name="M:System.Runtime.InteropServices.ComTypes.IRunningObjectTable.Register(System.Int32,System.Object,System.Runtime.InteropServices.ComTypes.IMoniker)">
3271       <summary>Registers that the supplied object has entered the running state.</summary>
3272       <returns>A value that can be used to identify this ROT entry in subsequent calls to <see cref="M:System.Runtime.InteropServices.ComTypes.IRunningObjectTable.Revoke(System.Int32)" /> or <see cref="M:System.Runtime.InteropServices.ComTypes.IRunningObjectTable.NoteChangeTime(System.Int32,System.Runtime.InteropServices.ComTypes.FILETIME@)" />.</returns>
3273       <param name="grfFlags">Specifies whether the Running Object Table's (ROT) reference to <paramref name="punkObject" /> is weak or strong, and controls access to the object through its entry in the ROT. </param>
3274       <param name="punkObject">A reference to the object being registered as running. </param>
3275       <param name="pmkObjectName">A reference to the moniker that identifies <paramref name="punkObject" />. </param>
3276     </member>
3277     <member name="M:System.Runtime.InteropServices.ComTypes.IRunningObjectTable.Revoke(System.Int32)">
3278       <summary>Unregisters the specified object from the Running Object Table (ROT).</summary>
3279       <param name="dwRegister">The Running Object Table (ROT) entry to revoke. </param>
3280     </member>
3281     <member name="T:System.Runtime.InteropServices.ComTypes.IStream">
3282       <summary>Provides the managed definition of the IStream interface, with ISequentialStream functionality.</summary>
3283     </member>
3284     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.Clone(System.Runtime.InteropServices.ComTypes.IStream@)">
3285       <summary>Creates a new stream object with its own seek pointer that references the same bytes as the original stream.</summary>
3286       <param name="ppstm">When this method returns, contains the new stream object. This parameter is passed uninitialized.</param>
3287     </member>
3288     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.Commit(System.Int32)">
3289       <summary>Ensures that any changes made to a stream object that is open in transacted mode are reflected in the parent storage.</summary>
3290       <param name="grfCommitFlags">A value that controls how the changes for the stream object are committed. </param>
3291     </member>
3292     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.CopyTo(System.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr)">
3293       <summary>Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.</summary>
3294       <param name="pstm">A reference to the destination stream. </param>
3295       <param name="cb">The number of bytes to copy from the source stream. </param>
3296       <param name="pcbRead">On successful return, contains the actual number of bytes read from the source. </param>
3297       <param name="pcbWritten">On successful return, contains the actual number of bytes written to the destination. </param>
3298     </member>
3299     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.LockRegion(System.Int64,System.Int64,System.Int32)">
3300       <summary>Restricts access to a specified range of bytes in the stream.</summary>
3301       <param name="libOffset">The byte offset for the beginning of the range. </param>
3302       <param name="cb">The length of the range, in bytes, to restrict. </param>
3303       <param name="dwLockType">The requested restrictions on accessing the range. </param>
3304     </member>
3305     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.IntPtr)">
3306       <summary>Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.</summary>
3307       <param name="pv">When this method returns, contains the data read from the stream. This parameter is passed uninitialized.</param>
3308       <param name="cb">The number of bytes to read from the stream object. </param>
3309       <param name="pcbRead">A pointer to a ULONG variable that receives the actual number of bytes read from the stream object. </param>
3310     </member>
3311     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.Revert">
3312       <summary>Discards all changes that have been made to a transacted stream since the last <see cref="M:System.Runtime.InteropServices.ComTypes.IStream.Commit(System.Int32)" /> call.</summary>
3313     </member>
3314     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.Seek(System.Int64,System.Int32,System.IntPtr)">
3315       <summary>Changes the seek pointer to a new location relative to the beginning of the stream, to the end of the stream, or to the current seek pointer.</summary>
3316       <param name="dlibMove">The displacement to add to <paramref name="dwOrigin" />. </param>
3317       <param name="dwOrigin">The origin of the seek. The origin can be the beginning of the file, the current seek pointer, or the end of the file. </param>
3318       <param name="plibNewPosition">On successful return, contains the offset of the seek pointer from the beginning of the stream. </param>
3319     </member>
3320     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.SetSize(System.Int64)">
3321       <summary>Changes the size of the stream object.</summary>
3322       <param name="libNewSize">The new size of the stream as a number of bytes. </param>
3323     </member>
3324     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.Stat(System.Runtime.InteropServices.ComTypes.STATSTG@,System.Int32)">
3325       <summary>Retrieves the <see cref="T:System.Runtime.InteropServices.STATSTG" /> structure for this stream.</summary>
3326       <param name="pstatstg">When this method returns, contains a STATSTG structure that describes this stream object. This parameter is passed uninitialized.</param>
3327       <param name="grfStatFlag">Members in the STATSTG structure that this method does not return, thus saving some memory allocation operations. </param>
3328     </member>
3329     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.UnlockRegion(System.Int64,System.Int64,System.Int32)">
3330       <summary>Removes the access restriction on a range of bytes previously restricted with the <see cref="M:System.Runtime.InteropServices.ComTypes.IStream.LockRegion(System.Int64,System.Int64,System.Int32)" /> method.</summary>
3331       <param name="libOffset">The byte offset for the beginning of the range. </param>
3332       <param name="cb">The length, in bytes, of the range to restrict. </param>
3333       <param name="dwLockType">The access restrictions previously placed on the range. </param>
3334     </member>
3335     <member name="M:System.Runtime.InteropServices.ComTypes.IStream.Write(System.Byte[],System.Int32,System.IntPtr)">
3336       <summary>Writes a specified number of bytes into the stream object starting at the current seek pointer.</summary>
3337       <param name="pv">The buffer to write this stream to. </param>
3338       <param name="cb">The number of bytes to write to the stream. </param>
3339       <param name="pcbWritten">On successful return, contains the actual number of bytes written to the stream object. If the caller sets this pointer to <see cref="F:System.IntPtr.Zero" />, this method does not provide the actual number of bytes written. </param>
3340     </member>
3341     <member name="T:System.Runtime.InteropServices.ComTypes.ITypeComp">
3342       <summary>Provides the managed definition of the ITypeComp interface.</summary>
3343     </member>
3344     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeComp.Bind(System.String,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.ITypeInfo@,System.Runtime.InteropServices.ComTypes.DESCKIND@,System.Runtime.InteropServices.ComTypes.BINDPTR@)">
3345       <summary>Maps a name to a member of a type, or binds global variables and functions contained in a type library.</summary>
3346       <param name="szName">The name to bind. </param>
3347       <param name="lHashVal">A hash value for <paramref name="szName" /> computed by LHashValOfNameSys. </param>
3348       <param name="wFlags">A flags word containing one or more of the invoke flags defined in the INVOKEKIND enumeration. </param>
3349       <param name="ppTInfo">When this method returns, contains a reference to the type description that contains the item to which it is bound, if a FUNCDESC or VARDESC was returned. This parameter is passed uninitialized.</param>
3350       <param name="pDescKind">When this method returns, contains a reference to a DESCKIND enumerator that indicates whether the name bound-to is a VARDESC, FUNCDESC, or TYPECOMP. This parameter is passed uninitialized.</param>
3351       <param name="pBindPtr">When this method returns, contains a reference to the bound-to VARDESC, FUNCDESC, or ITypeComp interface. This parameter is passed uninitialized.</param>
3352     </member>
3353     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeComp.BindType(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo@,System.Runtime.InteropServices.ComTypes.ITypeComp@)">
3354       <summary>Binds to the type descriptions contained within a type library.</summary>
3355       <param name="szName">The name to bind. </param>
3356       <param name="lHashVal">A hash value for <paramref name="szName" /> determined by LHashValOfNameSys. </param>
3357       <param name="ppTInfo">When this method returns, contains a reference to an ITypeInfo of the type to which <paramref name="szName" /> was bound. This parameter is passed uninitialized.</param>
3358       <param name="ppTComp">When this method returns, contains a reference to an ITypeComp variable. This parameter is passed uninitialized.</param>
3359     </member>
3360     <member name="T:System.Runtime.InteropServices.ComTypes.ITypeInfo">
3361       <summary>Provides the managed definition of the Component Automation ITypeInfo interface.</summary>
3362     </member>
3363     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@)">
3364       <summary>Retrieves the addresses of static functions or variables, such as those defined in a DLL.</summary>
3365       <param name="memid">The member ID of the static member's address to retrieve. </param>
3366       <param name="invKind">One of the <see cref="T:System.Runtime.InteropServices.ComTypes.INVOKEKIND" />  values that specifies whether the member is a property, and if so, what kind. </param>
3367       <param name="ppv">When this method returns, contains a reference to the static member. This parameter is passed uninitialized.</param>
3368     </member>
3369     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.CreateInstance(System.Object,System.Guid@,System.Object@)">
3370       <summary>Creates a new instance of a type that describes a component class (coclass).</summary>
3371       <param name="pUnkOuter">The object that acts as the controlling IUnknown. </param>
3372       <param name="riid">The IID of the interface that the caller uses to communicate with the resulting object. </param>
3373       <param name="ppvObj">When this method returns, contains a reference to the created object. This parameter is passed uninitialized.</param>
3374     </member>
3375     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetContainingTypeLib(System.Runtime.InteropServices.ComTypes.ITypeLib@,System.Int32@)">
3376       <summary>Retrieves the type library that contains this type description and its index within that type library.</summary>
3377       <param name="ppTLB">When this method returns, contains a reference to the containing type library. This parameter is passed uninitialized.</param>
3378       <param name="pIndex">When this method returns, contains a reference to the index of the type description within the containing type library. This parameter is passed uninitialized.</param>
3379     </member>
3380     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr)">
3381       <summary>Retrieves a description or specification of an entry point for a function in a DLL.</summary>
3382       <param name="memid">The ID of the member function whose DLL entry description is to be returned. </param>
3383       <param name="invKind">One of the <see cref="T:System.Runtime.InteropServices.ComTypes.INVOKEKIND" /> values that specifies the kind of member identified by <paramref name="memid" />. </param>
3384       <param name="pBstrDllName">If not null, the function sets <paramref name="pBstrDllName" /> to a BSTR that contains the name of the DLL. </param>
3385       <param name="pBstrName">If not null, the function sets <paramref name="lpbstrName" /> to a BSTR that contains the name of the entry point. </param>
3386       <param name="pwOrdinal">If not null, and the function is defined by an ordinal, then <paramref name="lpwOrdinal" /> is set to point to the ordinal. </param>
3387     </member>
3388     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetDocumentation(System.Int32,System.String@,System.String@,System.Int32@,System.String@)">
3389       <summary>Retrieves the documentation string, the complete Help file name and path, and the context ID for the Help topic for a specified type description.</summary>
3390       <param name="index">The ID of the member whose documentation is to be returned. </param>
3391       <param name="strName">When this method returns, contains the name of the item method. This parameter is passed uninitialized.</param>
3392       <param name="strDocString">When this method returns, contains the documentation string for the specified item. This parameter is passed uninitialized.</param>
3393       <param name="dwHelpContext">When this method returns, contains a reference to the Help context associated with the specified item. This parameter is passed uninitialized.</param>
3394       <param name="strHelpFile">When this method returns, contains the fully qualified name of the Help file. This parameter is passed uninitialized.</param>
3395     </member>
3396     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@)">
3397       <summary>Retrieves the <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure that contains information about a specified function.</summary>
3398       <param name="index">The index of the function description to return. </param>
3399       <param name="ppFuncDesc">When this method returns, contains a reference to a FUNCDESC structure that describes the specified function. This parameter is passed uninitialized.</param>
3400     </member>
3401     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetIDsOfNames(System.String[],System.Int32,System.Int32[])">
3402       <summary>Maps between member names and member IDs, and parameter names and parameter IDs.</summary>
3403       <param name="rgszNames">An array of names to map. </param>
3404       <param name="cNames">The count of names to map. </param>
3405       <param name="pMemId">When this method returns, contains a reference to an array in which name mappings are placed. This parameter is passed uninitialized.</param>
3406     </member>
3407     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetImplTypeFlags(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS@)">
3408       <summary>Retrieves the <see cref="T:System.Runtime.InteropServices.IMPLTYPEFLAGS" /> value for one implemented interface or base interface in a type description.</summary>
3409       <param name="index">The index of the implemented interface or base interface. </param>
3410       <param name="pImplTypeFlags">When this method returns, contains a reference to the IMPLTYPEFLAGS enumeration. This parameter is passed uninitialized.</param>
3411     </member>
3412     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetMops(System.Int32,System.String@)">
3413       <summary>Retrieves marshaling information.</summary>
3414       <param name="memid">The member ID that indicates which marshaling information is needed. </param>
3415       <param name="pBstrMops">When this method returns, contains a reference to the opcode string used in marshaling the fields of the structure described by the referenced type description, or returns null if there is no information to return. This parameter is passed uninitialized.</param>
3416     </member>
3417     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetNames(System.Int32,System.String[],System.Int32,System.Int32@)">
3418       <summary>Retrieves the variable with the specified member ID (or the name of the property or method and its parameters) that corresponds to the specified function ID.</summary>
3419       <param name="memid">The ID of the member whose name (or names) is to be returned. </param>
3420       <param name="rgBstrNames">When this method returns, contains the name (or names) associated with the member. This parameter is passed uninitialized.</param>
3421       <param name="cMaxNames">The length of the <paramref name="rgBstrNames" /> array. </param>
3422       <param name="pcNames">When this method returns, contains the number of names in the <paramref name="rgBstrNames" /> array. This parameter is passed uninitialized.</param>
3423     </member>
3424     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetRefTypeInfo(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo@)">
3425       <summary>Retrieves the referenced type descriptions if a type description references other type descriptions.</summary>
3426       <param name="hRef">A handle to the referenced type description to return. </param>
3427       <param name="ppTI">When this method returns, contains the referenced type description. This parameter is passed uninitialized.</param>
3428     </member>
3429     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetRefTypeOfImplType(System.Int32,System.Int32@)">
3430       <summary>Retrieves the type description of the implemented interface types if a type description describes a COM class.</summary>
3431       <param name="index">The index of the implemented type whose handle is returned. </param>
3432       <param name="href">When this method returns, contains a reference to a handle for the implemented interface. This parameter is passed uninitialized.</param>
3433     </member>
3434     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@)">
3435       <summary>Retrieves a <see cref="T:System.Runtime.InteropServices.TYPEATTR" /> structure that contains the attributes of the type description.</summary>
3436       <param name="ppTypeAttr">When this method returns, contains a reference to the structure that contains the attributes of this type description. This parameter is passed uninitialized.</param>
3437     </member>
3438     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp@)">
3439       <summary>Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description's members.</summary>
3440       <param name="ppTComp">When this method returns, contains a reference to the ITypeComp interface of the containing type library. This parameter is passed uninitialized.</param>
3441     </member>
3442     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@)">
3443       <summary>Retrieves a VARDESC structure that describes the specified variable.</summary>
3444       <param name="index">The index of the variable description to return. </param>
3445       <param name="ppVarDesc">When this method returns, contains a reference to the VARDESC structure that describes the specified variable. This parameter is passed uninitialized.</param>
3446     </member>
3447     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@)">
3448       <summary>Invokes a method, or accesses a property of an object, that implements the interface described by the type description.</summary>
3449       <param name="pvInstance">A reference to the interface described by this type description. </param>
3450       <param name="memid">A value that identifies the interface member. </param>
3451       <param name="wFlags">Flags that describe the context of the invoke call. </param>
3452       <param name="pDispParams">A reference to a structure that contains an array of arguments, an array of DISPIDs for named arguments, and counts of the number of elements in each array. </param>
3453       <param name="pVarResult">A reference to the location at which the result is to be stored. If <paramref name="wFlags" /> specifies DISPATCH_PROPERTYPUT or DISPATCH_PROPERTYPUTREF, <paramref name="pVarResult" /> is ignored. Set to null if no result is desired. </param>
3454       <param name="pExcepInfo">A pointer to an exception information structure, which is filled in only if DISP_E_EXCEPTION is returned. </param>
3455       <param name="puArgErr">If Invoke returns DISP_E_TYPEMISMATCH, <paramref name="puArgErr" /> indicates the index within <paramref name="rgvarg" /> of the argument with the incorrect type. If more than one argument returns an error, <paramref name="puArgErr" /> indicates only the first argument with an error. This parameter is passed uninitialized. </param>
3456     </member>
3457     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseFuncDesc(System.IntPtr)">
3458       <summary>Releases a <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure previously returned by the <see cref="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@)" /> method.</summary>
3459       <param name="pFuncDesc">A reference to the FUNCDESC structure to release. </param>
3460     </member>
3461     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseTypeAttr(System.IntPtr)">
3462       <summary>Releases a <see cref="T:System.Runtime.InteropServices.TYPEATTR" /> structure previously returned by the <see cref="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@)" /> method.</summary>
3463       <param name="pTypeAttr">A reference to the TYPEATTR structure to release. </param>
3464     </member>
3465     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.ReleaseVarDesc(System.IntPtr)">
3466       <summary>Releases a VARDESC structure previously returned by the <see cref="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@)" /> method.</summary>
3467       <param name="pVarDesc">A reference to the VARDESC structure to release. </param>
3468     </member>
3469     <member name="T:System.Runtime.InteropServices.ComTypes.ITypeInfo2">
3470       <summary>Provides the managed definition of the ITypeInfo2 interface.</summary>
3471     </member>
3472     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.AddressOfMember(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr@)">
3473       <summary>Retrieves the addresses of static functions or variables, such as those defined in a DLL.</summary>
3474       <param name="memid">The member ID of the static member's address to retrieve. </param>
3475       <param name="invKind">One of the <see cref="T:System.Runtime.InteropServices.ComTypes.INVOKEKIND" />  values that specifies whether the member is a property, and if so, what kind. </param>
3476       <param name="ppv">When this method returns, contains a reference to the static member. This parameter is passed uninitialized.</param>
3477     </member>
3478     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.CreateInstance(System.Object,System.Guid@,System.Object@)">
3479       <summary>Creates a new instance of a type that describes a component class (coclass).</summary>
3480       <param name="pUnkOuter">An object that acts as the controlling IUnknown. </param>
3481       <param name="riid">The IID of the interface that the caller uses to communicate with the resulting object. </param>
3482       <param name="ppvObj">When this method returns, contains a reference to the created object. This parameter is passed uninitialized.</param>
3483     </member>
3484     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllCustData(System.IntPtr)">
3485       <summary>Gets all custom data items for the library.</summary>
3486       <param name="pCustData">A pointer to CUSTDATA, which holds all custom data items. </param>
3487     </member>
3488     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllFuncCustData(System.Int32,System.IntPtr)">
3489       <summary>Gets all custom data from the specified function.</summary>
3490       <param name="index">The index of the function to get the custom data for. </param>
3491       <param name="pCustData">A pointer to CUSTDATA, which holds all custom data items. </param>
3492     </member>
3493     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllImplTypeCustData(System.Int32,System.IntPtr)">
3494       <summary>Gets all custom data for the specified implementation type.</summary>
3495       <param name="index">The index of the implementation type for the custom data. </param>
3496       <param name="pCustData">A pointer to CUSTDATA which holds all custom data items. </param>
3497     </member>
3498     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllParamCustData(System.Int32,System.Int32,System.IntPtr)">
3499       <summary>Gets all of the custom data for the specified function parameter.</summary>
3500       <param name="indexFunc">The index of the function to get the custom data for. </param>
3501       <param name="indexParam">The index of the parameter of this function to get the custom data for. </param>
3502       <param name="pCustData">A pointer to CUSTDATA, which holds all custom data items. </param>
3503     </member>
3504     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetAllVarCustData(System.Int32,System.IntPtr)">
3505       <summary>Gets the variable for the custom data.</summary>
3506       <param name="index">The index of the variable to get the custom data for. </param>
3507       <param name="pCustData">A pointer to CUSTDATA, which holds all custom data items. </param>
3508     </member>
3509     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetContainingTypeLib(System.Runtime.InteropServices.ComTypes.ITypeLib@,System.Int32@)">
3510       <summary>Retrieves the type library that contains this type description and its index within that type library.</summary>
3511       <param name="ppTLB">When this method returns, contains a reference to the containing type library. This parameter is passed uninitialized.</param>
3512       <param name="pIndex">When this method returns, contains a reference to the index of the type description within the containing type library. This parameter is passed uninitialized.</param>
3513     </member>
3514     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetCustData(System.Guid@,System.Object@)">
3515       <summary>Gets the custom data.</summary>
3516       <param name="guid">The GUID used to identify the data. </param>
3517       <param name="pVarVal">When this method returns, contains an Object that specifies where to put the retrieved data. This parameter is passed uninitialized.</param>
3518     </member>
3519     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDllEntry(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.IntPtr,System.IntPtr,System.IntPtr)">
3520       <summary>Retrieves a description or specification of an entry point for a function in a DLL.</summary>
3521       <param name="memid">The ID of the member function whose DLL entry description is to be returned. </param>
3522       <param name="invKind">One of the <see cref="T:System.Runtime.InteropServices.ComTypes.INVOKEKIND" /> values that specifies the kind of member identified by <paramref name="memid" />. </param>
3523       <param name="pBstrDllName">If not null, the function sets <paramref name="pBstrDllName" /> to a BSTR that contains the name of the DLL. </param>
3524       <param name="pBstrName">If not null, the function sets <paramref name="lpbstrName" /> to a BSTR that contains the name of the entry point. </param>
3525       <param name="pwOrdinal">If not null, and the function is defined by an ordinal, then <paramref name="lpwOrdinal" /> is set to point to the ordinal. </param>
3526     </member>
3527     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDocumentation(System.Int32,System.String@,System.String@,System.Int32@,System.String@)">
3528       <summary>Retrieves the documentation string, the complete Help file name and path, and the context ID for the Help topic for a specified type description.</summary>
3529       <param name="index">The ID of the member whose documentation is to be returned. </param>
3530       <param name="strName">When this method returns, contains the name of the item method. This parameter is passed uninitialized.</param>
3531       <param name="strDocString">When this method returns, contains the documentation string for the specified item. This parameter is passed uninitialized.</param>
3532       <param name="dwHelpContext">When this method returns, contains a reference to the Help context associated with the specified item. This parameter is passed uninitialized.</param>
3533       <param name="strHelpFile">When this method returns, contains the fully qualified name of the Help file. This parameter is passed uninitialized.</param>
3534     </member>
3535     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetDocumentation2(System.Int32,System.String@,System.Int32@,System.String@)">
3536       <summary>Retrieves the documentation string, the complete Help file name and path, the localization context to use, and the context ID for the library Help topic in the Help file.</summary>
3537       <param name="memid">The member identifier for the type description. </param>
3538       <param name="pbstrHelpString">When this method returns, contains a BSTR that contains the name of the specified item. If the caller does not need the item name, <paramref name="pbstrHelpString" /> can be null. This parameter is passed uninitialized.</param>
3539       <param name="pdwHelpStringContext">When this method returns, contains the Help localization context. If the caller does not need the Help context, <paramref name="pdwHelpStringContext" /> can be null. This parameter is passed uninitialized.</param>
3540       <param name="pbstrHelpStringDll">When this method returns, contains a BSTR that contains the fully qualified name of the file containing the DLL used for the Help file. If the caller does not need the file name, <paramref name="pbstrHelpStringDll" /> can be null. This parameter is passed uninitialized.</param>
3541     </member>
3542     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncCustData(System.Int32,System.Guid@,System.Object@)">
3543       <summary>Gets the custom data from the specified function.</summary>
3544       <param name="index">The index of the function to get the custom data for. </param>
3545       <param name="guid">The GUID used to identify the data. </param>
3546       <param name="pVarVal">When this method returns, contains an Object that specified where to put the data. This parameter is passed uninitialized.</param>
3547     </member>
3548     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncDesc(System.Int32,System.IntPtr@)">
3549       <summary>Retrieves the <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure that contains information about a specified function.</summary>
3550       <param name="index">The index of the function description to return. </param>
3551       <param name="ppFuncDesc">When this method returns, contains a reference to a FUNCDESC structure that describes the specified function. This parameter is passed uninitialized.</param>
3552     </member>
3553     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetFuncIndexOfMemId(System.Int32,System.Runtime.InteropServices.ComTypes.INVOKEKIND,System.Int32@)">
3554       <summary>Binds to a specific member based on a known DISPID, where the member name is not known (for example, when binding to a default member).</summary>
3555       <param name="memid">The member identifier. </param>
3556       <param name="invKind">One of the <see cref="T:System.Runtime.InteropServices.ComTypes.INVOKEKIND" /> values that specifies the kind of member identified by memid.</param>
3557       <param name="pFuncIndex">When this method returns, contains an index into the function. This parameter is passed uninitialized.</param>
3558     </member>
3559     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetIDsOfNames(System.String[],System.Int32,System.Int32[])">
3560       <summary>Maps between member names and member IDs, and parameter names and parameter IDs.</summary>
3561       <param name="rgszNames">An array of names to map. </param>
3562       <param name="cNames">The count of names to map. </param>
3563       <param name="pMemId">When this method returns, contains a reference to an array in which name mappings are placed. This parameter is passed uninitialized.</param>
3564     </member>
3565     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetImplTypeCustData(System.Int32,System.Guid@,System.Object@)">
3566       <summary>Gets the implementation type of the custom data.</summary>
3567       <param name="index">The index of the implementation type for the custom data. </param>
3568       <param name="guid">The GUID used to identify the data. </param>
3569       <param name="pVarVal">When this method returns, contains an Object that specifies where to put the retrieved data. This parameter is passed uninitialized.</param>
3570     </member>
3571     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetImplTypeFlags(System.Int32,System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS@)">
3572       <summary>Retrieves the <see cref="T:System.Runtime.InteropServices.IMPLTYPEFLAGS" /> value for one implemented interface or base interface in a type description.</summary>
3573       <param name="index">The index of the implemented interface or base interface. </param>
3574       <param name="pImplTypeFlags">When this method returns, contains a reference to the IMPLTYPEFLAGS enumeration. This parameter is passed uninitialized.</param>
3575     </member>
3576     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetMops(System.Int32,System.String@)">
3577       <summary>Retrieves marshaling information.</summary>
3578       <param name="memid">The member ID that indicates which marshaling information is needed. </param>
3579       <param name="pBstrMops">When this method returns, contains a reference to the opcode string used in marshaling the fields of the structure described by the referenced type description, or returns null if there is no information to return. This parameter is passed uninitialized.</param>
3580     </member>
3581     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetNames(System.Int32,System.String[],System.Int32,System.Int32@)">
3582       <summary>Retrieves the variable with the specified member ID (or the name of the property or method and its parameters) that corresponds to the specified function ID.</summary>
3583       <param name="memid">The ID of the member whose name (or names) is to be returned. </param>
3584       <param name="rgBstrNames">When this method returns, contains the name (or names) associated with the member. This parameter is passed uninitialized.</param>
3585       <param name="cMaxNames">The length of the <paramref name="rgBstrNames" /> array. </param>
3586       <param name="pcNames">When this method returns, contains the number of names in the <paramref name="rgBstrNames" /> array. This parameter is passed uninitialized.</param>
3587     </member>
3588     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetParamCustData(System.Int32,System.Int32,System.Guid@,System.Object@)">
3589       <summary>Gets the specified custom data parameter.</summary>
3590       <param name="indexFunc">The index of the function to get the custom data for. </param>
3591       <param name="indexParam">The index of the parameter of this function to get the custom data for. </param>
3592       <param name="guid">The GUID used to identify the data. </param>
3593       <param name="pVarVal">When this method returns, contains an Object that specifies where to put the retrieved data. This parameter is passed uninitialized.</param>
3594     </member>
3595     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetRefTypeInfo(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo@)">
3596       <summary>Retrieves the referenced type descriptions, if a type description references other type descriptions.</summary>
3597       <param name="hRef">A handle to the referenced type description to return. </param>
3598       <param name="ppTI">When this method returns, contains the referenced type description. This parameter is passed uninitialized.</param>
3599     </member>
3600     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetRefTypeOfImplType(System.Int32,System.Int32@)">
3601       <summary>Retrieves the type description of the implemented interface types, if a type description describes a COM class.</summary>
3602       <param name="index">The index of the implemented type whose handle is returned. </param>
3603       <param name="href">When this method returns, contains a reference to a handle for the implemented interface. This parameter is passed uninitialized.</param>
3604     </member>
3605     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeAttr(System.IntPtr@)">
3606       <summary>Retrieves a <see cref="T:System.Runtime.InteropServices.TYPEATTR" /> structure that contains the attributes of the type description.</summary>
3607       <param name="ppTypeAttr">When this method returns, contains a reference to the structure that contains the attributes of this type description. This parameter is passed uninitialized.</param>
3608     </member>
3609     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp@)">
3610       <summary>Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description's members.</summary>
3611       <param name="ppTComp">When this method returns, contains a reference to the ITypeComp of the containing type library. This parameter is passed uninitialized.</param>
3612     </member>
3613     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeFlags(System.Int32@)">
3614       <summary>Returns the type flags without any allocations. This method returns a DWORD type flag, which expands the type flags without growing the TYPEATTR (type attribute).</summary>
3615       <param name="pTypeFlags">When this method returns, contains a DWORD reference to a TYPEFLAG. This parameter is passed uninitialized.</param>
3616     </member>
3617     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetTypeKind(System.Runtime.InteropServices.ComTypes.TYPEKIND@)">
3618       <summary>Returns the TYPEKIND enumeration quickly, without doing any allocations.</summary>
3619       <param name="pTypeKind">When this method returns, contains a reference to a TYPEKIND enumeration. This parameter is passed uninitialized.</param>
3620     </member>
3621     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarCustData(System.Int32,System.Guid@,System.Object@)">
3622       <summary>Gets the variable for the custom data.</summary>
3623       <param name="index">The index of the variable to get the custom data for. </param>
3624       <param name="guid">The GUID used to identify the data. </param>
3625       <param name="pVarVal">When this method returns, contains an Object that specifies where to put the retrieved data. This parameter is passed uninitialized.</param>
3626     </member>
3627     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarDesc(System.Int32,System.IntPtr@)">
3628       <summary>Retrieves a VARDESC structure that describes the specified variable.</summary>
3629       <param name="index">The index of the variable description to return. </param>
3630       <param name="ppVarDesc">When this method returns, contains a reference to the VARDESC structure that describes the specified variable. This parameter is passed uninitialized.</param>
3631     </member>
3632     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.GetVarIndexOfMemId(System.Int32,System.Int32@)">
3633       <summary>Binds to a specific member based on a known DISPID, where the member name is not known (for example, when binding to a default member).</summary>
3634       <param name="memid">The member identifier. </param>
3635       <param name="pVarIndex">When this method returns, contains an index of <paramref name="memid" />. This parameter is passed uninitialized.</param>
3636     </member>
3637     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.Invoke(System.Object,System.Int32,System.Int16,System.Runtime.InteropServices.ComTypes.DISPPARAMS@,System.IntPtr,System.IntPtr,System.Int32@)">
3638       <summary>Invokes a method, or accesses a property of an object, that implements the interface described by the type description.</summary>
3639       <param name="pvInstance">A reference to the interface described by this type description. </param>
3640       <param name="memid">Identifier of the interface member. </param>
3641       <param name="wFlags">Flags describing the context of the invoke call. </param>
3642       <param name="pDispParams">A reference to a structure that contains an array of arguments, an array of DISPIDs for named arguments, and counts of the number of elements in each array. </param>
3643       <param name="pVarResult">A reference to the location at which the result is to be stored. If <paramref name="wFlags" /> specifies DISPATCH_PROPERTYPUT or DISPATCH_PROPERTYPUTREF, <paramref name="pVarResult" /> is ignored. Set to null if no result is desired. </param>
3644       <param name="pExcepInfo">A pointer to an exception information structure, which is filled in only if DISP_E_EXCEPTION is returned. </param>
3645       <param name="puArgErr">If Invoke returns DISP_E_TYPEMISMATCH, <paramref name="puArgErr" /> indicates the index of the argument with incorrect type. If more than one argument returns an error, <paramref name="puArgErr" /> indicates only the first argument with an error. </param>
3646     </member>
3647     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseFuncDesc(System.IntPtr)">
3648       <summary>Releases a <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure previously returned by the <see cref="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetFuncDesc(System.Int32,System.IntPtr@)" /> method.</summary>
3649       <param name="pFuncDesc">A reference to the FUNCDESC structure to release. </param>
3650     </member>
3651     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseTypeAttr(System.IntPtr)">
3652       <summary>Releases a <see cref="T:System.Runtime.InteropServices.TYPEATTR" /> structure previously returned by the <see cref="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetTypeAttr(System.IntPtr@)" /> method.</summary>
3653       <param name="pTypeAttr">A reference to the TYPEATTR structure to release. </param>
3654     </member>
3655     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeInfo2.ReleaseVarDesc(System.IntPtr)">
3656       <summary>Releases a VARDESC structure previously returned by the <see cref="M:System.Runtime.InteropServices.ComTypes.ITypeInfo.GetVarDesc(System.Int32,System.IntPtr@)" /> method.</summary>
3657       <param name="pVarDesc">A reference to the VARDESC structure to release. </param>
3658     </member>
3659     <member name="T:System.Runtime.InteropServices.ComTypes.ITypeLib">
3660       <summary>Provides the managed definition of the ITypeLib interface.</summary>
3661     </member>
3662     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.FindName(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo[],System.Int32[],System.Int16@)">
3663       <summary>Finds occurrences of a type description in a type library.</summary>
3664       <param name="szNameBuf">The name to search for. This is an in/out parameter.</param>
3665       <param name="lHashVal">A hash value to speed up the search, computed by the LHashValOfNameSys function. If <paramref name="lHashVal" /> is 0, a value is computed. </param>
3666       <param name="ppTInfo">When this method returns, contains an array of pointers to the type descriptions that contain the name specified in <paramref name="szNameBuf" />. This parameter is passed uninitialized.</param>
3667       <param name="rgMemId">An array of the MEMBERID 's of the found items; <paramref name="rgMemId" /> [i] is the MEMBERID that indexes into the type description specified by <paramref name="ppTInfo" /> [i]. Cannot be null. </param>
3668       <param name="pcFound">On entry, indicates how many instances to look for. For example, <paramref name="pcFound" /> = 1 can be called to find the first occurrence. The search stops when one instance is found.On exit, indicates the number of instances that were found. If the in and out values of <paramref name="pcFound" /> are identical, there might be more type descriptions that contain the name. </param>
3669     </member>
3670     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetDocumentation(System.Int32,System.String@,System.String@,System.Int32@,System.String@)">
3671       <summary>Retrieves the library's documentation string, the complete Help file name and path, and the context identifier for the library Help topic in the Help file.</summary>
3672       <param name="index">The index of the type description whose documentation is to be returned. </param>
3673       <param name="strName">When this method returns, contains a string that represents the name of the specified item. This parameter is passed uninitialized.</param>
3674       <param name="strDocString">When this method returns, contains a string that represents the documentation string for the specified item. This parameter is passed uninitialized.</param>
3675       <param name="dwHelpContext">When this method returns, contains the Help context identifier associated with the specified item. This parameter is passed uninitialized.</param>
3676       <param name="strHelpFile">When this method returns, contains a string that represents the fully qualified name of the Help file. This parameter is passed uninitialized.</param>
3677     </member>
3678     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@)">
3679       <summary>Retrieves the structure that contains the library's attributes.</summary>
3680       <param name="ppTLibAttr">When this method returns, contains a structure that contains the library's attributes. This parameter is passed uninitialized.</param>
3681     </member>
3682     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp@)">
3683       <summary>Enables a client compiler to bind to a library's types, variables, constants, and global functions.</summary>
3684       <param name="ppTComp">When this method returns, contains an instance of a ITypeComp instance for this ITypeLib. This parameter is passed uninitialized. </param>
3685     </member>
3686     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetTypeInfo(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo@)">
3687       <summary>Retrieves the specified type description in the library.</summary>
3688       <param name="index">The index of the ITypeInfo interface to return. </param>
3689       <param name="ppTI">When this method returns, contains an ITypeInfo describing the type referenced by <paramref name="index" />. This parameter is passed uninitialized.</param>
3690     </member>
3691     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetTypeInfoCount">
3692       <summary>Returns the number of type descriptions in the type library.</summary>
3693       <returns>The number of type descriptions in the type library.</returns>
3694     </member>
3695     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetTypeInfoOfGuid(System.Guid@,System.Runtime.InteropServices.ComTypes.ITypeInfo@)">
3696       <summary>Retrieves the type description that corresponds to the specified GUID.</summary>
3697       <param name="guid">The IID of the interface or CLSID of the class whose type info is requested. </param>
3698       <param name="ppTInfo">When this method returns, contains the requested ITypeInfo interface. This parameter is passed uninitialized.</param>
3699     </member>
3700     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetTypeInfoType(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND@)">
3701       <summary>Retrieves the type of a type description.</summary>
3702       <param name="index">The index of the type description within the type library. </param>
3703       <param name="pTKind">When this method returns, contains a reference to the TYPEKIND enumeration for the type description. This parameter is passed uninitialized.</param>
3704     </member>
3705     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.IsName(System.String,System.Int32)">
3706       <summary>Indicates whether a passed-in string contains the name of a type or member described in the library.</summary>
3707       <returns>true if <paramref name="szNameBuf" /> was found in the type library; otherwise, false.</returns>
3708       <param name="szNameBuf">The string to test. This is an in/out parameter.</param>
3709       <param name="lHashVal">The hash value of <paramref name="szNameBuf" />. </param>
3710     </member>
3711     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib.ReleaseTLibAttr(System.IntPtr)">
3712       <summary>Releases the <see cref="T:System.Runtime.InteropServices.TYPELIBATTR" /> structure originally obtained from the <see cref="M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@)" /> method.</summary>
3713       <param name="pTLibAttr">The TLIBATTR structure to release. </param>
3714     </member>
3715     <member name="T:System.Runtime.InteropServices.ComTypes.ITypeLib2">
3716       <summary>Provides a managed definition of the ITypeLib2 interface.</summary>
3717     </member>
3718     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.FindName(System.String,System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo[],System.Int32[],System.Int16@)">
3719       <summary>Finds occurrences of a type description in a type library.</summary>
3720       <param name="szNameBuf">The name to search for. </param>
3721       <param name="lHashVal">A hash value to speed up the search, computed by the LHashValOfNameSys function. If <paramref name="lHashVal" /> is 0, a value is computed. </param>
3722       <param name="ppTInfo">When this method returns, contains an array of pointers to the type descriptions that contain the name specified in <paramref name="szNameBuf" />. This parameter is passed uninitialized. </param>
3723       <param name="rgMemId">When this method returns, contains an array of the MEMBERIDs of the found items; <paramref name="rgMemId" /> [i] is the MEMBERID that indexes into the type description specified by <paramref name="ppTInfo" /> [i]. This parameter cannot be null. This parameter is passed uninitialized. </param>
3724       <param name="pcFound">On entry, a value, passed by reference, that indicates how many instances to look for. For example, <paramref name="pcFound" /> = 1 can be called to find the first occurrence. The search stops when one instance is found.On exit, indicates the number of instances that were found. If the in and out values of <paramref name="pcFound" /> are identical, there might be more type descriptions that contain the name. </param>
3725     </member>
3726     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetAllCustData(System.IntPtr)">
3727       <summary>Gets all custom data items for the library.</summary>
3728       <param name="pCustData">A pointer to CUSTDATA, which holds all custom data items. </param>
3729     </member>
3730     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetCustData(System.Guid@,System.Object@)">
3731       <summary>Gets the custom data.</summary>
3732       <param name="guid">A <see cref="T:System.Guid" /> , passed by reference, that is used to identify the data. </param>
3733       <param name="pVarVal">When this method returns, contains an object that specifies where to put the retrieved data. This parameter is passed uninitialized.</param>
3734     </member>
3735     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetDocumentation(System.Int32,System.String@,System.String@,System.Int32@,System.String@)">
3736       <summary>Retrieves the library's documentation string, the complete Help file name and path, and the context identifier for the library Help topic in the Help file.</summary>
3737       <param name="index">An index of the type description whose documentation is to be returned. </param>
3738       <param name="strName">When this method returns, contains a string that specifies the name of the specified item. This parameter is passed uninitialized. </param>
3739       <param name="strDocString">When this method returns, contains the documentation string for the specified item. This parameter is passed uninitialized.</param>
3740       <param name="dwHelpContext">When this method returns, contains the Help context identifier associated with the specified item. This parameter is passed uninitialized. </param>
3741       <param name="strHelpFile">When this method returns, contains a string that specifies the fully qualified name of the Help file. This parameter is passed uninitialized.</param>
3742     </member>
3743     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetDocumentation2(System.Int32,System.String@,System.Int32@,System.String@)">
3744       <summary>Retrieves the library's documentation string, the complete Help file name and path, the localization context to use, and the context ID for the library Help topic in the Help file.</summary>
3745       <param name="index">An index of the type description whose documentation is to be returned; if <paramref name="index" /> is -1, the documentation for the library is returned. </param>
3746       <param name="pbstrHelpString">When this method returns, contains a BSTR that specifies the name of the specified item. If the caller does not need the item name, <paramref name="pbstrHelpString" /> can be null. This parameter is passed uninitialized. </param>
3747       <param name="pdwHelpStringContext">When this method returns, contains the Help localization context. If the caller does not need the Help context, <paramref name="pdwHelpStringContext" /> can be null. This parameter is passed uninitialized. </param>
3748       <param name="pbstrHelpStringDll">When this method returns, contains a BSTR that specifies the fully qualified name of the file containing the DLL used for Help file. If the caller does not need the file name, <paramref name="pbstrHelpStringDll" /> can be null. This parameter is passed uninitialized.</param>
3749     </member>
3750     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibAttr(System.IntPtr@)">
3751       <summary>Retrieves the structure that contains the library's attributes.</summary>
3752       <param name="ppTLibAttr">When this method returns, contains a structure that contains the library's attributes. This parameter is passed uninitialized. </param>
3753     </member>
3754     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetLibStatistics(System.IntPtr,System.Int32@)">
3755       <summary>Returns statistics about a type library that are required for efficient sizing of hash tables.</summary>
3756       <param name="pcUniqueNames">A pointer to a count of unique names. If the caller does not need this information, set to null. </param>
3757       <param name="pcchUniqueNames">When this method returns, contains a pointer to a change in the count of unique names. This parameter is passed uninitialized. </param>
3758     </member>
3759     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetTypeComp(System.Runtime.InteropServices.ComTypes.ITypeComp@)">
3760       <summary>Enables a client compiler to bind to a library's types, variables, constants, and global functions.</summary>
3761       <param name="ppTComp">When this method returns, contains an ITypeComp instance for this ITypeLib. This parameter is passed uninitialized. </param>
3762     </member>
3763     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetTypeInfo(System.Int32,System.Runtime.InteropServices.ComTypes.ITypeInfo@)">
3764       <summary>Retrieves the specified type description in the library.</summary>
3765       <param name="index">An index of the ITypeInfo interface to return. </param>
3766       <param name="ppTI">When this method returns, contains an ITypeInfo describing the type referenced by <paramref name="index" />. This parameter is passed uninitialized. </param>
3767     </member>
3768     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetTypeInfoCount">
3769       <summary>Returns the number of type descriptions in the type library.</summary>
3770       <returns>The number of type descriptions in the type library.</returns>
3771     </member>
3772     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetTypeInfoOfGuid(System.Guid@,System.Runtime.InteropServices.ComTypes.ITypeInfo@)">
3773       <summary>Retrieves the type description that corresponds to the specified GUID.</summary>
3774       <param name="guid">The <see cref="T:System.Guid" />, passed by reference, that represents the IID of the CLSID interface of the class whose type info is requested. </param>
3775       <param name="ppTInfo">When this method returns, contains the requested ITypeInfo interface. This parameter is passed uninitialized.</param>
3776     </member>
3777     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.GetTypeInfoType(System.Int32,System.Runtime.InteropServices.ComTypes.TYPEKIND@)">
3778       <summary>Retrieves the type of a type description.</summary>
3779       <param name="index">The index of the type description within the type library. </param>
3780       <param name="pTKind">When this method returns, contains a reference to the TYPEKIND enumeration for the type description. This parameter is passed uninitialized.</param>
3781     </member>
3782     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.IsName(System.String,System.Int32)">
3783       <summary>Indicates whether a passed-in string contains the name of a type or member described in the library.</summary>
3784       <returns>true if <paramref name="szNameBuf" /> was found in the type library; otherwise, false.</returns>
3785       <param name="szNameBuf">The string to test. </param>
3786       <param name="lHashVal">The hash value of <paramref name="szNameBuf" />. </param>
3787     </member>
3788     <member name="M:System.Runtime.InteropServices.ComTypes.ITypeLib2.ReleaseTLibAttr(System.IntPtr)">
3789       <summary>Releases the <see cref="T:System.Runtime.InteropServices.TYPELIBATTR" /> structure originally obtained from the <see cref="M:System.Runtime.InteropServices.ComTypes.ITypeLib.GetLibAttr(System.IntPtr@)" /> method.</summary>
3790       <param name="pTLibAttr">The TLIBATTR structure to release. </param>
3791     </member>
3792     <member name="T:System.Runtime.InteropServices.ComTypes.LIBFLAGS">
3793       <summary>Defines flags that apply to type libraries.</summary>
3794     </member>
3795     <member name="F:System.Runtime.InteropServices.ComTypes.LIBFLAGS.LIBFLAG_FCONTROL">
3796       <summary>The type library describes controls and should not be displayed in type browsers intended for nonvisual objects.</summary>
3797     </member>
3798     <member name="F:System.Runtime.InteropServices.ComTypes.LIBFLAGS.LIBFLAG_FHASDISKIMAGE">
3799       <summary>The type library exists in a persisted form on disk.</summary>
3800     </member>
3801     <member name="F:System.Runtime.InteropServices.ComTypes.LIBFLAGS.LIBFLAG_FHIDDEN">
3802       <summary>The type library should not be displayed to users, although its use is not restricted. The type library should be used by controls. Hosts should create a new type library that wraps the control with extended properties.</summary>
3803     </member>
3804     <member name="F:System.Runtime.InteropServices.ComTypes.LIBFLAGS.LIBFLAG_FRESTRICTED">
3805       <summary>The type library is restricted, and should not be displayed to users.</summary>
3806     </member>
3807     <member name="T:System.Runtime.InteropServices.ComTypes.PARAMDESC">
3808       <summary>Contains information about how to transfer a structure element, parameter, or function return value between processes.</summary>
3809     </member>
3810     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMDESC.lpVarValue">
3811       <summary>Represents a pointer to a value that is being passed between processes.</summary>
3812     </member>
3813     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMDESC.wParamFlags">
3814       <summary>Represents bitmask values that describe the structure element, parameter, or return value.</summary>
3815     </member>
3816     <member name="T:System.Runtime.InteropServices.ComTypes.PARAMFLAG">
3817       <summary>Describes how to transfer a structure element, parameter, or function return value between processes.</summary>
3818     </member>
3819     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FHASCUSTDATA">
3820       <summary>The parameter has custom data.</summary>
3821     </member>
3822     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FHASDEFAULT">
3823       <summary>The parameter has default behaviors defined.</summary>
3824     </member>
3825     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FIN">
3826       <summary>The parameter passes information from the caller to the callee.</summary>
3827     </member>
3828     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FLCID">
3829       <summary>The parameter is the local identifier of a client application.</summary>
3830     </member>
3831     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FOPT">
3832       <summary>The parameter is optional.</summary>
3833     </member>
3834     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FOUT">
3835       <summary>The parameter returns information from the callee to the caller.</summary>
3836     </member>
3837     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FRETVAL">
3838       <summary>The parameter is the return value of the member.</summary>
3839     </member>
3840     <member name="F:System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_NONE">
3841       <summary>Does not specify whether the parameter passes or receives information.</summary>
3842     </member>
3843     <member name="T:System.Runtime.InteropServices.ComTypes.STATDATA">
3844       <summary>Provides the managed definition of the STATDATA structure.</summary>
3845     </member>
3846     <member name="F:System.Runtime.InteropServices.ComTypes.STATDATA.advf">
3847       <summary>Represents the <see cref="T:System.Runtime.InteropServices.ComTypes.ADVF" /> enumeration value that determines when the advisory sink is notified of changes in the data.</summary>
3848     </member>
3849     <member name="F:System.Runtime.InteropServices.ComTypes.STATDATA.advSink">
3850       <summary>Represents the <see cref="T:System.Runtime.InteropServices.ComTypes.IAdviseSink" /> interface that will receive change notifications.</summary>
3851     </member>
3852     <member name="F:System.Runtime.InteropServices.ComTypes.STATDATA.connection">
3853       <summary>Represents the token that uniquely identifies the advisory connection. This token is returned by the method that sets up the advisory connection.</summary>
3854     </member>
3855     <member name="F:System.Runtime.InteropServices.ComTypes.STATDATA.formatetc">
3856       <summary>Represents the <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC" /> structure for the data of interest to the advise sink. The advise sink receives notification of changes to the data specified by this <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC" /> structure.</summary>
3857     </member>
3858     <member name="T:System.Runtime.InteropServices.ComTypes.STATSTG">
3859       <summary>Contains statistical information about an open storage, stream, or byte-array object.</summary>
3860     </member>
3861     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.atime">
3862       <summary>Specifies the last access time for this storage, stream, or byte array. </summary>
3863     </member>
3864     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.cbSize">
3865       <summary>Specifies the size, in bytes, of the stream or byte array.</summary>
3866     </member>
3867     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.clsid">
3868       <summary>Indicates the class identifier for the storage object.</summary>
3869     </member>
3870     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.ctime">
3871       <summary>Indicates the creation time for this storage, stream, or byte array.</summary>
3872     </member>
3873     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.grfLocksSupported">
3874       <summary>Indicates the types of region locking supported by the stream or byte array.</summary>
3875     </member>
3876     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.grfMode">
3877       <summary>Indicates the access mode that was specified when the object was opened.</summary>
3878     </member>
3879     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.grfStateBits">
3880       <summary>Indicates the current state bits of the storage object (the value most recently set by the IStorage::SetStateBits method).</summary>
3881     </member>
3882     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.mtime">
3883       <summary>Indicates the last modification time for this storage, stream, or byte array.</summary>
3884     </member>
3885     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.pwcsName">
3886       <summary>Represents a pointer to a null-terminated string containing the name of the object described by this structure.</summary>
3887     </member>
3888     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.reserved">
3889       <summary>Reserved for future use.</summary>
3890     </member>
3891     <member name="F:System.Runtime.InteropServices.ComTypes.STATSTG.type">
3892       <summary>Indicates the type of storage object, which is one of the values from the STGTY enumeration.</summary>
3893     </member>
3894     <member name="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM">
3895       <summary>Provides the managed definition of the STGMEDIUM structure.</summary>
3896     </member>
3897     <member name="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease">
3898       <summary>Represents a pointer to an interface instance that allows the sending process to control the way the storage is released when the receiving process calls the ReleaseStgMedium function. If <see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease" /> is null, ReleaseStgMedium uses default procedures to release the storage; otherwise, ReleaseStgMedium uses the specified IUnknown interface.</summary>
3899     </member>
3900     <member name="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.tymed">
3901       <summary>Specifies the type of storage medium. The marshaling and unmarshaling routines use this value to determine which union member was used. This value must be one of the elements of the <see cref="T:System.Runtime.InteropServices.ComTypes.TYMED" /> enumeration.</summary>
3902     </member>
3903     <member name="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.unionmember">
3904       <summary>Represents a handle, string, or interface pointer that the receiving process can use to access the data being transferred.</summary>
3905     </member>
3906     <member name="T:System.Runtime.InteropServices.ComTypes.SYSKIND">
3907       <summary>Identifies the target operating system platform.</summary>
3908     </member>
3909     <member name="F:System.Runtime.InteropServices.ComTypes.SYSKIND.SYS_MAC">
3910       <summary>The target operating system for the type library is Apple Macintosh. By default, all data fields are aligned on even-byte boundaries.</summary>
3911     </member>
3912     <member name="F:System.Runtime.InteropServices.ComTypes.SYSKIND.SYS_WIN16">
3913       <summary>The target operating system for the type library is 16-bit Windows systems. By default, data fields are packed.</summary>
3914     </member>
3915     <member name="F:System.Runtime.InteropServices.ComTypes.SYSKIND.SYS_WIN32">
3916       <summary>The target operating system for the type library is 32-bit Windows systems. By default, data fields are naturally aligned (for example, 2-byte integers are aligned on even-byte boundaries; 4-byte integers are aligned on quad-word boundaries, and so on).</summary>
3917     </member>
3918     <member name="F:System.Runtime.InteropServices.ComTypes.SYSKIND.SYS_WIN64">
3919       <summary>The target operating system for the type library is 64-bit Windows systems.</summary>
3920     </member>
3921     <member name="T:System.Runtime.InteropServices.ComTypes.TYMED">
3922       <summary>Provides the managed definition of the TYMED structure.</summary>
3923     </member>
3924     <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_ENHMF">
3925       <summary>The storage medium is an enhanced metafile. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM" /><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease" /> member is null, the destination process should use DeleteEnhMetaFile to delete the bitmap.</summary>
3926     </member>
3927     <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_FILE">
3928       <summary>The storage medium is a disk file identified by a path. If the STGMEDIUM<see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease" /> member is null, the destination process should use OpenFile to delete the file.</summary>
3929     </member>
3930     <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_GDI">
3931       <summary>The storage medium is a Graphics Device Interface (GDI) component (HBITMAP). If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM" /><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease" /> member is null, the destination process should use DeleteObject to delete the bitmap.</summary>
3932     </member>
3933     <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_HGLOBAL">
3934       <summary>The storage medium is a global memory handle (HGLOBAL). Allocate the global handle with the GMEM_SHARE flag. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM" /><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease" /> member is null, the destination process should use GlobalFree to release the memory.</summary>
3935     </member>
3936     <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_ISTORAGE">
3937       <summary>The storage medium is a storage component identified by an IStorage pointer. The data is in the streams and storages contained by this IStorage instance. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM" /><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease" /> member is not null, the destination process should use IStorage::Release to release the storage component.</summary>
3938     </member>
3939     <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_ISTREAM">
3940       <summary>The storage medium is a stream object identified by an IStream pointer. Use ISequentialStream::Read to read the data. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM" /><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease" /> member is not null, the destination process should use IStream::Release to release the stream component.</summary>
3941     </member>
3942     <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_MFPICT">
3943       <summary>The storage medium is a metafile (HMETAFILE). Use the Windows or WIN32 functions to access the metafile's data. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM" /><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease" /> member is null, the destination process should use DeleteMetaFile to delete the bitmap.</summary>
3944     </member>
3945     <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_NULL">
3946       <summary>No data is being passed.</summary>
3947     </member>
3948     <member name="T:System.Runtime.InteropServices.ComTypes.TYPEATTR">
3949       <summary>Contains attributes of a UCOMITypeInfo.</summary>
3950     </member>
3951     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.cbAlignment">
3952       <summary>Specifies the byte alignment for an instance of this type.</summary>
3953     </member>
3954     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.cbSizeInstance">
3955       <summary>The size of an instance of this type.</summary>
3956     </member>
3957     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.cbSizeVft">
3958       <summary>The size of this type's virtual method table (VTBL).</summary>
3959     </member>
3960     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.cFuncs">
3961       <summary>Indicates the number of functions on the interface this structure describes.</summary>
3962     </member>
3963     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.cImplTypes">
3964       <summary>Indicates the number of implemented interfaces on the interface this structure describes.</summary>
3965     </member>
3966     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.cVars">
3967       <summary>Indicates the number of variables and data fields on the interface described by this structure.</summary>
3968     </member>
3969     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.dwReserved">
3970       <summary>Reserved for future use.</summary>
3971     </member>
3972     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.guid">
3973       <summary>The GUID of the type information.</summary>
3974     </member>
3975     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.idldescType">
3976       <summary>IDL attributes of the described type.</summary>
3977     </member>
3978     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.lcid">
3979       <summary>Locale of member names and documentation strings.</summary>
3980     </member>
3981     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.lpstrSchema">
3982       <summary>Reserved for future use.</summary>
3983     </member>
3984     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.MEMBER_ID_NIL">
3985       <summary>A constant used with the <see cref="F:System.Runtime.InteropServices.TYPEATTR.memidConstructor" /> and <see cref="F:System.Runtime.InteropServices.TYPEATTR.memidDestructor" /> fields.</summary>
3986     </member>
3987     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.memidConstructor">
3988       <summary>ID of constructor, or <see cref="F:System.Runtime.InteropServices.TYPEATTR.MEMBER_ID_NIL" /> if none.</summary>
3989     </member>
3990     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.memidDestructor">
3991       <summary>ID of destructor, or <see cref="F:System.Runtime.InteropServices.TYPEATTR.MEMBER_ID_NIL" /> if none.</summary>
3992     </member>
3993     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.tdescAlias">
3994       <summary>If <see cref="F:System.Runtime.InteropServices.TYPEATTR.typekind" /> == <see cref="F:System.Runtime.InteropServices.TYPEKIND.TKIND_ALIAS" />, specifies the type for which this type is an alias.</summary>
3995     </member>
3996     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.typekind">
3997       <summary>A <see cref="T:System.Runtime.InteropServices.TYPEKIND" /> value describing the type this information describes.</summary>
3998     </member>
3999     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.wMajorVerNum">
4000       <summary>Major version number.</summary>
4001     </member>
4002     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.wMinorVerNum">
4003       <summary>Minor version number.</summary>
4004     </member>
4005     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEATTR.wTypeFlags">
4006       <summary>A <see cref="T:System.Runtime.InteropServices.TYPEFLAGS" /> value describing this information.</summary>
4007     </member>
4008     <member name="T:System.Runtime.InteropServices.ComTypes.TYPEDESC">
4009       <summary>Describes the type of a variable, return type of a function, or the type of a function parameter.</summary>
4010     </member>
4011     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEDESC.lpValue">
4012       <summary>If the variable is VT_SAFEARRAY or VT_PTR, the lpValue field contains a pointer to a TYPEDESC that specifies the element type.</summary>
4013     </member>
4014     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEDESC.vt">
4015       <summary>Indicates the variant type for the item described by this TYPEDESC.</summary>
4016     </member>
4017     <member name="T:System.Runtime.InteropServices.ComTypes.TYPEFLAGS">
4018       <summary>Defines the properties and attributes of a type description.</summary>
4019     </member>
4020     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FAGGREGATABLE">
4021       <summary>The class supports aggregation.</summary>
4022     </member>
4023     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FAPPOBJECT">
4024       <summary>A type description that describes an Application object.</summary>
4025     </member>
4026     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FCANCREATE">
4027       <summary>Instances of the type can be created by ITypeInfo::CreateInstance.</summary>
4028     </member>
4029     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FCONTROL">
4030       <summary>The type is a control from which other types will be derived and should not be displayed to users.</summary>
4031     </member>
4032     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FDISPATCHABLE">
4033       <summary>Indicates that the interface derives from IDispatch, either directly or indirectly. This flag is computed; there is no Object Description Language for the flag.</summary>
4034     </member>
4035     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FDUAL">
4036       <summary>The interface supplies both IDispatch and VTBL binding.</summary>
4037     </member>
4038     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FHIDDEN">
4039       <summary>The type should not be displayed to browsers.</summary>
4040     </member>
4041     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FLICENSED">
4042       <summary>The type is licensed.</summary>
4043     </member>
4044     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FNONEXTENSIBLE">
4045       <summary>The interface cannot add members at run time.</summary>
4046     </member>
4047     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FOLEAUTOMATION">
4048       <summary>The types used in the interface are fully compatible with Automation, including VTBL binding support. Setting dual on an interface sets both this flag and the  <see cref="F:System.Runtime.InteropServices.TYPEFLAGS.TYPEFLAG_FDUAL" />. This flag is not allowed on dispinterfaces.</summary>
4049     </member>
4050     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FPREDECLID">
4051       <summary>The type is predefined. The client application should automatically create a single instance of the object that has this attribute. The name of the variable that points to the object is the same as the class name of the object.</summary>
4052     </member>
4053     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FPROXY">
4054       <summary>Indicates that the interface will be using a proxy/stub dynamic link library. This flag specifies that the type library proxy should not be unregistered when the type library is unregistered.</summary>
4055     </member>
4056     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FREPLACEABLE">
4057       <summary>The object supports IConnectionPointWithDefault, and has default behaviors.</summary>
4058     </member>
4059     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FRESTRICTED">
4060       <summary>Should not be accessible from macro languages. This flag is intended for system-level types or types that type browsers should not display.</summary>
4061     </member>
4062     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEFLAGS.TYPEFLAG_FREVERSEBIND">
4063       <summary>Indicates base interfaces should be checked for name resolution before checking children, which is the reverse of the default behavior.</summary>
4064     </member>
4065     <member name="T:System.Runtime.InteropServices.ComTypes.TYPEKIND">
4066       <summary>Specifies various types of data and functions.</summary>
4067     </member>
4068     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_ALIAS">
4069       <summary>A type that is an alias for another type.</summary>
4070     </member>
4071     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_COCLASS">
4072       <summary>A set of implemented components interfaces.</summary>
4073     </member>
4074     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_DISPATCH">
4075       <summary>A set of methods and properties that are accessible through IDispatch::Invoke. By default, dual interfaces return TKIND_DISPATCH.</summary>
4076     </member>
4077     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_ENUM">
4078       <summary>A set of enumerators.</summary>
4079     </member>
4080     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_INTERFACE">
4081       <summary>A type that has virtual functions, all of which are pure.</summary>
4082     </member>
4083     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_MAX">
4084       <summary>End-of-enumeration marker.</summary>
4085     </member>
4086     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_MODULE">
4087       <summary>A module that can have only static functions and data (for example, a DLL).</summary>
4088     </member>
4089     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_RECORD">
4090       <summary>A structure with no methods.</summary>
4091     </member>
4092     <member name="F:System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_UNION">
4093       <summary>A union of all members that have an offset of zero.</summary>
4094     </member>
4095     <member name="T:System.Runtime.InteropServices.ComTypes.TYPELIBATTR">
4096       <summary>Identifies a particular type library and provides localization support for member names.</summary>
4097     </member>
4098     <member name="F:System.Runtime.InteropServices.ComTypes.TYPELIBATTR.guid">
4099       <summary>Represents a globally unique library ID of a type library.</summary>
4100     </member>
4101     <member name="F:System.Runtime.InteropServices.ComTypes.TYPELIBATTR.lcid">
4102       <summary>Represents a locale ID of a type library.</summary>
4103     </member>
4104     <member name="F:System.Runtime.InteropServices.ComTypes.TYPELIBATTR.syskind">
4105       <summary>Represents the target hardware platform of a type library.</summary>
4106     </member>
4107     <member name="F:System.Runtime.InteropServices.ComTypes.TYPELIBATTR.wLibFlags">
4108       <summary>Represents library flags.</summary>
4109     </member>
4110     <member name="F:System.Runtime.InteropServices.ComTypes.TYPELIBATTR.wMajorVerNum">
4111       <summary>Represents the major version number of a type library.</summary>
4112     </member>
4113     <member name="F:System.Runtime.InteropServices.ComTypes.TYPELIBATTR.wMinorVerNum">
4114       <summary>Represents the minor version number of a type library.</summary>
4115     </member>
4116     <member name="T:System.Runtime.InteropServices.ComTypes.VARDESC">
4117       <summary>Describes a variable, constant, or data member.</summary>
4118     </member>
4119     <member name="F:System.Runtime.InteropServices.ComTypes.VARDESC.desc">
4120       <summary>Contains information about a variable.</summary>
4121     </member>
4122     <member name="F:System.Runtime.InteropServices.ComTypes.VARDESC.elemdescVar">
4123       <summary>Contains the variable type.</summary>
4124     </member>
4125     <member name="F:System.Runtime.InteropServices.ComTypes.VARDESC.lpstrSchema">
4126       <summary>This field is reserved for future use.</summary>
4127     </member>
4128     <member name="F:System.Runtime.InteropServices.ComTypes.VARDESC.memid">
4129       <summary>Indicates the member ID of a variable.</summary>
4130     </member>
4131     <member name="F:System.Runtime.InteropServices.ComTypes.VARDESC.varkind">
4132       <summary>Defines how to marshal a variable.</summary>
4133     </member>
4134     <member name="F:System.Runtime.InteropServices.ComTypes.VARDESC.wVarFlags">
4135       <summary>Defines the properties of a variable.</summary>
4136     </member>
4137     <member name="T:System.Runtime.InteropServices.ComTypes.VARDESC.DESCUNION">
4138       <summary>Contains information about a variable.</summary>
4139     </member>
4140     <member name="F:System.Runtime.InteropServices.ComTypes.VARDESC.DESCUNION.lpvarValue">
4141       <summary>Describes a symbolic constant.</summary>
4142     </member>
4143     <member name="F:System.Runtime.InteropServices.ComTypes.VARDESC.DESCUNION.oInst">
4144       <summary>Indicates the offset of this variable within the instance.</summary>
4145     </member>
4146     <member name="T:System.Runtime.InteropServices.ComTypes.VARFLAGS">
4147       <summary>Identifies the constants that define the properties of a variable.</summary>
4148     </member>
4149     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FBINDABLE">
4150       <summary>The variable supports data binding.</summary>
4151     </member>
4152     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FDEFAULTBIND">
4153       <summary>The variable is the single property that best represents the object. Only one variable in type information can have this attribute.</summary>
4154     </member>
4155     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FDEFAULTCOLLELEM">
4156       <summary>Permits an optimization in which the compiler looks for a member named "xyz" on the type of "abc". If such a member is found and is flagged as an accessor function for an element of the default collection, then a call is generated to that member function. Permitted on members in dispinterfaces and interfaces; not permitted on modules.</summary>
4157     </member>
4158     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FDISPLAYBIND">
4159       <summary>The variable is displayed to the user as bindable. <see cref="F:System.Runtime.InteropServices.VARFLAGS.VARFLAG_FBINDABLE" /> must also be set.</summary>
4160     </member>
4161     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FHIDDEN">
4162       <summary>The variable should not be displayed to the user in a browser, although it exists and is bindable.</summary>
4163     </member>
4164     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FIMMEDIATEBIND">
4165       <summary>The variable is mapped as individual bindable properties.</summary>
4166     </member>
4167     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FNONBROWSABLE">
4168       <summary>The variable appears in an object browser, but not in a properties browser.</summary>
4169     </member>
4170     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FREADONLY">
4171       <summary>Assignment to the variable should not be allowed.</summary>
4172     </member>
4173     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FREPLACEABLE">
4174       <summary>Tags the interface as having default behaviors.</summary>
4175     </member>
4176     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FREQUESTEDIT">
4177       <summary>When set, any attempt to directly change the property results in a call to IPropertyNotifySink::OnRequestEdit. The implementation of OnRequestEdit determines if the change is accepted.</summary>
4178     </member>
4179     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FRESTRICTED">
4180       <summary>The variable should not be accessible from macro languages. This flag is intended for system-level variables or variables that you do not want type browsers to display.</summary>
4181     </member>
4182     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FSOURCE">
4183       <summary>The variable returns an object that is a source of events.</summary>
4184     </member>
4185     <member name="F:System.Runtime.InteropServices.ComTypes.VARFLAGS.VARFLAG_FUIDEFAULT">
4186       <summary>The variable is the default display in the user interface.</summary>
4187     </member>
4188     <member name="T:System.Runtime.InteropServices.ComTypes.VARKIND">
4189       <summary>Defines the kind of variable.</summary>
4190     </member>
4191     <member name="F:System.Runtime.InteropServices.ComTypes.VARKIND.VAR_CONST">
4192       <summary>The VARDESC structure describes a symbolic constant. There is no memory associated with it.</summary>
4193     </member>
4194     <member name="F:System.Runtime.InteropServices.ComTypes.VARKIND.VAR_DISPATCH">
4195       <summary>The variable can be accessed only through IDispatch::Invoke.</summary>
4196     </member>
4197     <member name="F:System.Runtime.InteropServices.ComTypes.VARKIND.VAR_PERINSTANCE">
4198       <summary>The variable is a field or member of the type. It exists at a fixed offset within each instance of the type.</summary>
4199     </member>
4200     <member name="F:System.Runtime.InteropServices.ComTypes.VARKIND.VAR_STATIC">
4201       <summary>There is only one instance of the variable.</summary>
4202     </member>
4203   </members>
4204 </doc>