[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / system.reflection.emit / 4.0.1 / ref / netstandard1.1 / System.Reflection.Emit.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Reflection.Emit</name>
5   </assembly>
6   <members>
7     <member name="T:System.Reflection.Emit.AssemblyBuilder">
8       <summary>Defines and represents a dynamic assembly.</summary>
9     </member>
10     <member name="P:System.Reflection.Emit.AssemblyBuilder.DefinedTypes"></member>
11     <member name="M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess)">
12       <summary>Defines a dynamic assembly that has the specified name and access rights.</summary>
13       <returns>An object that represents the new assembly.</returns>
14       <param name="name">The name of the assembly.</param>
15       <param name="access">The access rights of the assembly.</param>
16     </member>
17     <member name="M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicAssembly(System.Reflection.AssemblyName,System.Reflection.Emit.AssemblyBuilderAccess,System.Collections.Generic.IEnumerable{System.Reflection.Emit.CustomAttributeBuilder})">
18       <summary>Defines a new assembly that has the specified name, access rights, and attributes.</summary>
19       <returns>An object that represents the new assembly.</returns>
20       <param name="name">The name of the assembly.</param>
21       <param name="access">The access rights of the assembly.</param>
22       <param name="assemblyAttributes">A collection that contains the attributes of the assembly.</param>
23     </member>
24     <member name="M:System.Reflection.Emit.AssemblyBuilder.DefineDynamicModule(System.String)">
25       <summary>Defines a named transient dynamic module in this assembly.</summary>
26       <returns>A <see cref="T:System.Reflection.Emit.ModuleBuilder" /> representing the defined dynamic module.</returns>
27       <param name="name">The name of the dynamic module. Must be less than 260 characters in length. </param>
28       <exception cref="T:System.ArgumentException">
29         <paramref name="name" /> begins with white space.-or- The length of <paramref name="name" /> is zero.-or- The length of <paramref name="name" /> is greater than or equal to 260. </exception>
30       <exception cref="T:System.ArgumentNullException">
31         <paramref name="name" /> is null. </exception>
32       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
33       <exception cref="T:System.ExecutionEngineException">The assembly for default symbol writer cannot be loaded.-or- The type that implements the default symbol writer interface cannot be found. </exception>
34       <PermissionSet>
35         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="*AllFiles*" PathDiscovery="*AllFiles*" />
36         <IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" />
37       </PermissionSet>
38     </member>
39     <member name="M:System.Reflection.Emit.AssemblyBuilder.Equals(System.Object)">
40       <summary>Returns a value that indicates whether this instance is equal to the specified object.</summary>
41       <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false.</returns>
42       <param name="obj">An object to compare with this instance, or null.</param>
43     </member>
44     <member name="P:System.Reflection.Emit.AssemblyBuilder.FullName">
45       <summary>Gets the display name of the current dynamic assembly. </summary>
46       <returns>The display name of the dynamic assembly.</returns>
47     </member>
48     <member name="M:System.Reflection.Emit.AssemblyBuilder.GetDynamicModule(System.String)">
49       <summary>Returns the dynamic module with the specified name.</summary>
50       <returns>A ModuleBuilder object representing the requested dynamic module.</returns>
51       <param name="name">The name of the requested dynamic module. </param>
52       <exception cref="T:System.ArgumentNullException">
53         <paramref name="name" /> is null. </exception>
54       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero. </exception>
55       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
56     </member>
57     <member name="M:System.Reflection.Emit.AssemblyBuilder.GetHashCode">
58       <summary>Returns the hash code for this instance.</summary>
59       <returns>A 32-bit signed integer hash code.</returns>
60     </member>
61     <member name="M:System.Reflection.Emit.AssemblyBuilder.GetManifestResourceInfo(System.String)">
62       <summary>Returns information about how the given resource has been persisted.</summary>
63       <returns>
64         <see cref="T:System.Reflection.ManifestResourceInfo" /> populated with information about the resource's topology, or null if the resource is not found.</returns>
65       <param name="resourceName">The name of the resource. </param>
66       <exception cref="T:System.NotSupportedException">This method is not currently supported. </exception>
67       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
68     </member>
69     <member name="M:System.Reflection.Emit.AssemblyBuilder.GetManifestResourceNames">
70       <summary>Loads the specified manifest resource from this assembly.</summary>
71       <returns>An array of type String containing the names of all the resources.</returns>
72       <exception cref="T:System.NotSupportedException">This method is not supported on a dynamic assembly. To get the manifest resource names, use <see cref="M:System.Reflection.Assembly.GetManifestResourceNames" />. </exception>
73       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
74     </member>
75     <member name="M:System.Reflection.Emit.AssemblyBuilder.GetManifestResourceStream(System.String)">
76       <summary>Loads the specified manifest resource from this assembly.</summary>
77       <returns>A <see cref="T:System.IO.Stream" /> representing this manifest resource.</returns>
78       <param name="name">The name of the manifest resource being requested. </param>
79       <exception cref="T:System.NotSupportedException">This method is not currently supported. </exception>
80       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
81     </member>
82     <member name="P:System.Reflection.Emit.AssemblyBuilder.IsDynamic">
83       <summary>Gets a value that indicates that the current assembly is a dynamic assembly.</summary>
84       <returns>Always true.</returns>
85     </member>
86     <member name="P:System.Reflection.Emit.AssemblyBuilder.ManifestModule">
87       <summary>Gets the module in the current <see cref="T:System.Reflection.Emit.AssemblyBuilder" /> that contains the assembly manifest.</summary>
88       <returns>The manifest module.</returns>
89     </member>
90     <member name="P:System.Reflection.Emit.AssemblyBuilder.Modules"></member>
91     <member name="M:System.Reflection.Emit.AssemblyBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
92       <summary>Set a custom attribute on this assembly using a specified custom attribute blob.</summary>
93       <param name="con">The constructor for the custom attribute. </param>
94       <param name="binaryAttribute">A byte blob representing the attributes. </param>
95       <exception cref="T:System.ArgumentNullException">
96         <paramref name="con" /> or <paramref name="binaryAttribute" /> is null. </exception>
97       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
98       <exception cref="T:System.ArgumentException">
99         <paramref name="con" /> is not a RuntimeConstructorInfo.</exception>
100     </member>
101     <member name="M:System.Reflection.Emit.AssemblyBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
102       <summary>Set a custom attribute on this assembly using a custom attribute builder.</summary>
103       <param name="customBuilder">An instance of a helper class to define the custom attribute. </param>
104       <exception cref="T:System.ArgumentNullException">
105         <paramref name="con" /> is null. </exception>
106       <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
107     </member>
108     <member name="T:System.Reflection.Emit.AssemblyBuilderAccess">
109       <summary>Defines the access modes for a dynamic assembly. </summary>
110     </member>
111     <member name="F:System.Reflection.Emit.AssemblyBuilderAccess.Run">
112       <summary>The dynamic assembly can be executed, but not saved.</summary>
113     </member>
114     <member name="F:System.Reflection.Emit.AssemblyBuilderAccess.RunAndCollect">
115       <summary>The dynamic assembly can be unloaded and its memory reclaimed, subject to the restrictions described in Collectible Assemblies for Dynamic Type Generation.</summary>
116     </member>
117     <member name="T:System.Reflection.Emit.ConstructorBuilder">
118       <summary>Defines and represents a constructor of a dynamic class.</summary>
119     </member>
120     <member name="P:System.Reflection.Emit.ConstructorBuilder.Attributes">
121       <summary>Retrieves the attributes for this constructor.</summary>
122       <returns>Returns the attributes for this constructor.</returns>
123     </member>
124     <member name="P:System.Reflection.Emit.ConstructorBuilder.CallingConvention">
125       <summary>Gets a <see cref="T:System.Reflection.CallingConventions" /> value that depends on whether the declaring type is generic.</summary>
126       <returns>
127         <see cref="F:System.Reflection.CallingConventions.HasThis" /> if the declaring type is generic; otherwise, <see cref="F:System.Reflection.CallingConventions.Standard" />. </returns>
128     </member>
129     <member name="P:System.Reflection.Emit.ConstructorBuilder.DeclaringType">
130       <summary>Retrieves a reference to the <see cref="T:System.Type" /> object for the type that declares this member.</summary>
131       <returns>Returns the <see cref="T:System.Type" /> object for the type that declares this member.</returns>
132     </member>
133     <member name="M:System.Reflection.Emit.ConstructorBuilder.DefineParameter(System.Int32,System.Reflection.ParameterAttributes,System.String)">
134       <summary>Defines a parameter of this constructor.</summary>
135       <returns>Returns a ParameterBuilder object that represents the new parameter of this constructor.</returns>
136       <param name="iSequence">The position of the parameter in the parameter list. Parameters are indexed beginning with the number 1 for the first parameter. </param>
137       <param name="attributes">The attributes of the parameter. </param>
138       <param name="strParamName">The name of the parameter. The name can be the null string. </param>
139       <exception cref="T:System.ArgumentOutOfRangeException">
140         <paramref name="iSequence" /> is less than 0 (zero), or it is greater than the number of parameters of the constructor. </exception>
141       <exception cref="T:System.InvalidOperationException">The containing type has been created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
142     </member>
143     <member name="M:System.Reflection.Emit.ConstructorBuilder.GetILGenerator">
144       <summary>Gets an <see cref="T:System.Reflection.Emit.ILGenerator" /> for this constructor.</summary>
145       <returns>Returns an <see cref="T:System.Reflection.Emit.ILGenerator" /> object for this constructor.</returns>
146       <exception cref="T:System.InvalidOperationException">The constructor is a default constructor.-or-The constructor has <see cref="T:System.Reflection.MethodAttributes" /> or <see cref="T:System.Reflection.MethodImplAttributes" /> flags indicating that it should not have a method body.</exception>
147     </member>
148     <member name="M:System.Reflection.Emit.ConstructorBuilder.GetILGenerator(System.Int32)">
149       <summary>Gets an <see cref="T:System.Reflection.Emit.ILGenerator" /> object, with the specified MSIL stream size, that can be used to build a method body for this constructor.</summary>
150       <returns>An <see cref="T:System.Reflection.Emit.ILGenerator" /> for this constructor.</returns>
151       <param name="streamSize">The size of the MSIL stream, in bytes.</param>
152       <exception cref="T:System.InvalidOperationException">The constructor is a default constructor.-or-The constructor has <see cref="T:System.Reflection.MethodAttributes" /> or <see cref="T:System.Reflection.MethodImplAttributes" /> flags indicating that it should not have a method body. </exception>
153     </member>
154     <member name="M:System.Reflection.Emit.ConstructorBuilder.GetParameters">
155       <summary>Returns the parameters of this constructor.</summary>
156       <returns>Returns an array of <see cref="T:System.Reflection.ParameterInfo" /> objects that represent the parameters of this constructor.</returns>
157       <exception cref="T:System.InvalidOperationException">
158         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has not been called on this constructor's type, in the .NET Framework versions 1.0 and 1.1. </exception>
159       <exception cref="T:System.NotSupportedException">
160         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has not been called on this constructor's type, in the .NET Framework version 2.0. </exception>
161     </member>
162     <member name="P:System.Reflection.Emit.ConstructorBuilder.InitLocals">
163       <summary>Gets or sets whether the local variables in this constructor should be zero-initialized.</summary>
164       <returns>Read/write. Gets or sets whether the local variables in this constructor should be zero-initialized.</returns>
165     </member>
166     <member name="P:System.Reflection.Emit.ConstructorBuilder.MethodImplementationFlags"></member>
167     <member name="P:System.Reflection.Emit.ConstructorBuilder.Name">
168       <summary>Retrieves the name of this constructor.</summary>
169       <returns>Returns the name of this constructor.</returns>
170     </member>
171     <member name="M:System.Reflection.Emit.ConstructorBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
172       <summary>Set a custom attribute using a specified custom attribute blob.</summary>
173       <param name="con">The constructor for the custom attribute. </param>
174       <param name="binaryAttribute">A byte blob representing the attributes. </param>
175       <exception cref="T:System.ArgumentNullException">
176         <paramref name="con" /> or <paramref name="binaryAttribute" /> is null. </exception>
177     </member>
178     <member name="M:System.Reflection.Emit.ConstructorBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
179       <summary>Set a custom attribute using a custom attribute builder.</summary>
180       <param name="customBuilder">An instance of a helper class to define the custom attribute. </param>
181       <exception cref="T:System.ArgumentNullException">
182         <paramref name="customBuilder" /> is null. </exception>
183     </member>
184     <member name="M:System.Reflection.Emit.ConstructorBuilder.SetImplementationFlags(System.Reflection.MethodImplAttributes)">
185       <summary>Sets the method implementation flags for this constructor.</summary>
186       <param name="attributes">The method implementation flags. </param>
187       <exception cref="T:System.InvalidOperationException">The containing type has been created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
188     </member>
189     <member name="M:System.Reflection.Emit.ConstructorBuilder.ToString">
190       <summary>Returns this <see cref="T:System.Reflection.Emit.ConstructorBuilder" /> instance as a <see cref="T:System.String" />.</summary>
191       <returns>Returns a <see cref="T:System.String" /> containing the name, attributes, and exceptions of this constructor, followed by the current Microsoft intermediate language (MSIL) stream.</returns>
192     </member>
193     <member name="T:System.Reflection.Emit.EnumBuilder">
194       <summary>Describes and represents an enumeration type.</summary>
195     </member>
196     <member name="P:System.Reflection.Emit.EnumBuilder.Assembly">
197       <summary>Retrieves the dynamic assembly that contains this enum definition.</summary>
198       <returns>Read-only. The dynamic assembly that contains this enum definition.</returns>
199     </member>
200     <member name="P:System.Reflection.Emit.EnumBuilder.AssemblyQualifiedName">
201       <summary>Returns the full path of this enum qualified by the display name of the parent assembly.</summary>
202       <returns>Read-only. The full path of this enum qualified by the display name of the parent assembly.</returns>
203       <exception cref="T:System.NotSupportedException">If <see cref="M:System.Reflection.Emit.EnumBuilder.CreateType" /> has not been called previously. </exception>
204     </member>
205     <member name="P:System.Reflection.Emit.EnumBuilder.Attributes"></member>
206     <member name="P:System.Reflection.Emit.EnumBuilder.BaseType">
207       <summary>Returns the parent <see cref="T:System.Type" /> of this type which is always <see cref="T:System.Enum" />.</summary>
208       <returns>Read-only. The parent <see cref="T:System.Type" /> of this type.</returns>
209     </member>
210     <member name="P:System.Reflection.Emit.EnumBuilder.ContainsGenericParameters"></member>
211     <member name="M:System.Reflection.Emit.EnumBuilder.CreateTypeInfo">
212       <summary>Gets a <see cref="T:System.Reflection.TypeInfo" /> object that represents this enumeration.</summary>
213       <returns>An object that represents this enumeration.</returns>
214     </member>
215     <member name="P:System.Reflection.Emit.EnumBuilder.DeclaringMethod"></member>
216     <member name="P:System.Reflection.Emit.EnumBuilder.DeclaringType">
217       <summary>Returns the type that declared this <see cref="T:System.Reflection.Emit.EnumBuilder" />.</summary>
218       <returns>Read-only. The type that declared this <see cref="T:System.Reflection.Emit.EnumBuilder" />.</returns>
219     </member>
220     <member name="M:System.Reflection.Emit.EnumBuilder.DefineLiteral(System.String,System.Object)">
221       <summary>Defines the named static field in an enumeration type with the specified constant value.</summary>
222       <returns>The defined field.</returns>
223       <param name="literalName">The name of the static field. </param>
224       <param name="literalValue">The constant value of the literal. </param>
225     </member>
226     <member name="P:System.Reflection.Emit.EnumBuilder.FullName">
227       <summary>Returns the full path of this enum.</summary>
228       <returns>Read-only. The full path of this enum.</returns>
229     </member>
230     <member name="P:System.Reflection.Emit.EnumBuilder.GenericParameterAttributes"></member>
231     <member name="P:System.Reflection.Emit.EnumBuilder.GenericParameterPosition"></member>
232     <member name="P:System.Reflection.Emit.EnumBuilder.GenericTypeArguments"></member>
233     <member name="M:System.Reflection.Emit.EnumBuilder.GetArrayRank"></member>
234     <member name="M:System.Reflection.Emit.EnumBuilder.GetElementType">
235       <summary>Calling this method always throws <see cref="T:System.NotSupportedException" />.</summary>
236       <returns>This method is not supported. No value is returned.</returns>
237       <exception cref="T:System.NotSupportedException">This method is not currently supported. </exception>
238     </member>
239     <member name="M:System.Reflection.Emit.EnumBuilder.GetGenericParameterConstraints"></member>
240     <member name="M:System.Reflection.Emit.EnumBuilder.GetGenericTypeDefinition"></member>
241     <member name="P:System.Reflection.Emit.EnumBuilder.GUID">
242       <summary>Returns the GUID of this enum.</summary>
243       <returns>Read-only. The GUID of this enum.</returns>
244       <exception cref="T:System.NotSupportedException">This method is not currently supported in types that are not complete. </exception>
245     </member>
246     <member name="M:System.Reflection.Emit.EnumBuilder.IsAssignableFrom(System.Reflection.TypeInfo)">
247       <summary>Gets a value that indicates whether a specified <see cref="T:System.Reflection.TypeInfo" /> object can be assigned to this object.</summary>
248       <returns>true if <paramref name="typeInfo" /> can be assigned to this object; otherwise, false.</returns>
249       <param name="typeInfo">The object to test.</param>
250     </member>
251     <member name="P:System.Reflection.Emit.EnumBuilder.IsEnum"></member>
252     <member name="P:System.Reflection.Emit.EnumBuilder.IsGenericParameter"></member>
253     <member name="P:System.Reflection.Emit.EnumBuilder.IsGenericType"></member>
254     <member name="P:System.Reflection.Emit.EnumBuilder.IsGenericTypeDefinition"></member>
255     <member name="P:System.Reflection.Emit.EnumBuilder.IsSerializable"></member>
256     <member name="M:System.Reflection.Emit.EnumBuilder.MakeArrayType"></member>
257     <member name="M:System.Reflection.Emit.EnumBuilder.MakeArrayType(System.Int32)">
258       <exception cref="T:System.IndexOutOfRangeException">
259         <paramref name="rank" /> is less than 1.</exception>
260     </member>
261     <member name="M:System.Reflection.Emit.EnumBuilder.MakeByRefType"></member>
262     <member name="M:System.Reflection.Emit.EnumBuilder.MakeGenericType(System.Type[])"></member>
263     <member name="M:System.Reflection.Emit.EnumBuilder.MakePointerType"></member>
264     <member name="P:System.Reflection.Emit.EnumBuilder.Module">
265       <summary>Retrieves the dynamic module that contains this <see cref="T:System.Reflection.Emit.EnumBuilder" /> definition.</summary>
266       <returns>Read-only. The dynamic module that contains this <see cref="T:System.Reflection.Emit.EnumBuilder" /> definition.</returns>
267     </member>
268     <member name="P:System.Reflection.Emit.EnumBuilder.Name">
269       <summary>Returns the name of this enum.</summary>
270       <returns>Read-only. The name of this enum.</returns>
271     </member>
272     <member name="P:System.Reflection.Emit.EnumBuilder.Namespace">
273       <summary>Returns the namespace of this enum.</summary>
274       <returns>Read-only. The namespace of this enum.</returns>
275     </member>
276     <member name="M:System.Reflection.Emit.EnumBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
277       <summary>Sets a custom attribute using a specified custom attribute blob.</summary>
278       <param name="con">The constructor for the custom attribute. </param>
279       <param name="binaryAttribute">A byte blob representing the attributes. </param>
280       <exception cref="T:System.ArgumentNullException">
281         <paramref name="con" /> or <paramref name="binaryAttribute" /> is null. </exception>
282     </member>
283     <member name="M:System.Reflection.Emit.EnumBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
284       <summary>Sets a custom attribute using a custom attribute builder.</summary>
285       <param name="customBuilder">An instance of a helper class to define the custom attribute. </param>
286       <exception cref="T:System.ArgumentNullException">
287         <paramref name="con" /> is null. </exception>
288     </member>
289     <member name="P:System.Reflection.Emit.EnumBuilder.UnderlyingField">
290       <summary>Returns the underlying field for this enum.</summary>
291       <returns>Read-only. The underlying field for this enum.</returns>
292     </member>
293     <member name="T:System.Reflection.Emit.EventBuilder">
294       <summary>Defines events for a class.</summary>
295     </member>
296     <member name="M:System.Reflection.Emit.EventBuilder.AddOtherMethod(System.Reflection.Emit.MethodBuilder)">
297       <summary>Adds one of the "other" methods associated with this event. "Other" methods are methods other than the "on" and "raise" methods associated with an event. This function can be called many times to add as many "other" methods.</summary>
298       <param name="mdBuilder">A MethodBuilder object that represents the other method. </param>
299       <exception cref="T:System.ArgumentNullException">
300         <paramref name="mdBuilder" /> is null. </exception>
301       <exception cref="T:System.InvalidOperationException">
302         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
303     </member>
304     <member name="M:System.Reflection.Emit.EventBuilder.SetAddOnMethod(System.Reflection.Emit.MethodBuilder)">
305       <summary>Sets the method used to subscribe to this event.</summary>
306       <param name="mdBuilder">A MethodBuilder object that represents the method used to subscribe to this event. </param>
307       <exception cref="T:System.ArgumentNullException">
308         <paramref name="mdBuilder" /> is null. </exception>
309       <exception cref="T:System.InvalidOperationException">
310         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
311     </member>
312     <member name="M:System.Reflection.Emit.EventBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
313       <summary>Set a custom attribute using a specified custom attribute blob.</summary>
314       <param name="con">The constructor for the custom attribute. </param>
315       <param name="binaryAttribute">A byte blob representing the attributes. </param>
316       <exception cref="T:System.ArgumentNullException">
317         <paramref name="con" /> or <paramref name="binaryAttribute" /> is null. </exception>
318       <exception cref="T:System.InvalidOperationException">
319         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
320     </member>
321     <member name="M:System.Reflection.Emit.EventBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
322       <summary>Sets a custom attribute using a custom attribute builder.</summary>
323       <param name="customBuilder">An instance of a helper class to describe the custom attribute. </param>
324       <exception cref="T:System.ArgumentNullException">
325         <paramref name="con" /> is null. </exception>
326       <exception cref="T:System.InvalidOperationException">
327         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
328     </member>
329     <member name="M:System.Reflection.Emit.EventBuilder.SetRaiseMethod(System.Reflection.Emit.MethodBuilder)">
330       <summary>Sets the method used to raise this event.</summary>
331       <param name="mdBuilder">A MethodBuilder object that represents the method used to raise this event. </param>
332       <exception cref="T:System.ArgumentNullException">
333         <paramref name="mdBuilder" /> is null. </exception>
334       <exception cref="T:System.InvalidOperationException">
335         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
336     </member>
337     <member name="M:System.Reflection.Emit.EventBuilder.SetRemoveOnMethod(System.Reflection.Emit.MethodBuilder)">
338       <summary>Sets the method used to unsubscribe to this event.</summary>
339       <param name="mdBuilder">A MethodBuilder object that represents the method used to unsubscribe to this event. </param>
340       <exception cref="T:System.ArgumentNullException">
341         <paramref name="mdBuilder" /> is null. </exception>
342       <exception cref="T:System.InvalidOperationException">
343         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
344     </member>
345     <member name="T:System.Reflection.Emit.FieldBuilder">
346       <summary>Defines and represents a field. This class cannot be inherited.</summary>
347     </member>
348     <member name="P:System.Reflection.Emit.FieldBuilder.Attributes">
349       <summary>Indicates the attributes of this field. This property is read-only.</summary>
350       <returns>The attributes of this field.</returns>
351     </member>
352     <member name="P:System.Reflection.Emit.FieldBuilder.DeclaringType">
353       <summary>Indicates a reference to the <see cref="T:System.Type" /> object for the type that declares this field. This property is read-only.</summary>
354       <returns>A reference to the <see cref="T:System.Type" /> object for the type that declares this field.</returns>
355     </member>
356     <member name="P:System.Reflection.Emit.FieldBuilder.FieldType">
357       <summary>Indicates the <see cref="T:System.Type" /> object that represents the type of this field. This property is read-only.</summary>
358       <returns>The <see cref="T:System.Type" /> object that represents the type of this field.</returns>
359     </member>
360     <member name="M:System.Reflection.Emit.FieldBuilder.GetValue(System.Object)">
361       <summary>Retrieves the value of the field supported by the given object.</summary>
362       <returns>An <see cref="T:System.Object" /> containing the value of the field reflected by this instance.</returns>
363       <param name="obj">The object on which to access the field. </param>
364       <exception cref="T:System.NotSupportedException">This method is not supported. </exception>
365     </member>
366     <member name="P:System.Reflection.Emit.FieldBuilder.Name">
367       <summary>Indicates the name of this field. This property is read-only.</summary>
368       <returns>A <see cref="T:System.String" /> containing the name of this field.</returns>
369     </member>
370     <member name="M:System.Reflection.Emit.FieldBuilder.SetConstant(System.Object)">
371       <summary>Sets the default value of this field.</summary>
372       <param name="defaultValue">The new default value for this field. </param>
373       <exception cref="T:System.InvalidOperationException">The containing type has been created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
374       <exception cref="T:System.ArgumentException">The field is not one of the supported types.-or-The type of <paramref name="defaultValue" /> does not match the type of the field.-or-The field is of type <see cref="T:System.Object" /> or other reference type, <paramref name="defaultValue" /> is not null, and the value cannot be assigned to the reference type.</exception>
375     </member>
376     <member name="M:System.Reflection.Emit.FieldBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
377       <summary>Sets a custom attribute using a specified custom attribute blob.</summary>
378       <param name="con">The constructor for the custom attribute. </param>
379       <param name="binaryAttribute">A byte blob representing the attributes. </param>
380       <exception cref="T:System.ArgumentNullException">
381         <paramref name="con" /> or <paramref name="binaryAttribute" /> is null. </exception>
382       <exception cref="T:System.InvalidOperationException">The parent type of this field is complete. </exception>
383     </member>
384     <member name="M:System.Reflection.Emit.FieldBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
385       <summary>Sets a custom attribute using a custom attribute builder.</summary>
386       <param name="customBuilder">An instance of a helper class to define the custom attribute. </param>
387       <exception cref="T:System.ArgumentNullException">
388         <paramref name="con" /> is null. </exception>
389       <exception cref="T:System.InvalidOperationException">The parent type of this field is complete. </exception>
390     </member>
391     <member name="M:System.Reflection.Emit.FieldBuilder.SetOffset(System.Int32)">
392       <summary>Specifies the field layout.</summary>
393       <param name="iOffset">The offset of the field within the type containing this field. </param>
394       <exception cref="T:System.InvalidOperationException">The containing type has been created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
395       <exception cref="T:System.ArgumentException">
396         <paramref name="iOffset" /> is less than zero.</exception>
397     </member>
398     <member name="T:System.Reflection.Emit.GenericTypeParameterBuilder">
399       <summary>Defines and creates generic type parameters for dynamically defined generic types and methods. This class cannot be inherited. </summary>
400     </member>
401     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.Assembly">
402       <summary>Gets an <see cref="T:System.Reflection.Assembly" /> object representing the dynamic assembly that contains the generic type definition the current type parameter belongs to.</summary>
403       <returns>An <see cref="T:System.Reflection.Assembly" /> object representing the dynamic assembly that contains the generic type definition the current type parameter belongs to.</returns>
404     </member>
405     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.AssemblyQualifiedName">
406       <summary>Gets null in all cases.</summary>
407       <returns>A null reference (Nothing in Visual Basic) in all cases.</returns>
408     </member>
409     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.Attributes"></member>
410     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.BaseType">
411       <summary>Gets the base type constraint of the current generic type parameter.</summary>
412       <returns>A <see cref="T:System.Type" /> object that represents the base type constraint of the generic type parameter, or null if the type parameter has no base type constraint.</returns>
413     </member>
414     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.ContainsGenericParameters">
415       <summary>Gets true in all cases.</summary>
416       <returns>true in all cases.</returns>
417     </member>
418     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.DeclaringMethod">
419       <summary>Gets a <see cref="T:System.Reflection.MethodInfo" /> that represents the declaring method, if the current <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" /> represents a type parameter of a generic method.</summary>
420       <returns>A <see cref="T:System.Reflection.MethodInfo" /> that represents the declaring method, if the current <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" /> represents a type parameter of a generic method; otherwise, null.</returns>
421     </member>
422     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.DeclaringType">
423       <summary>Gets the generic type definition or generic method definition to which the generic type parameter belongs.</summary>
424       <returns>If the type parameter belongs to a generic type, a <see cref="T:System.Type" /> object representing that generic type; if the type parameter belongs to a generic method, a <see cref="T:System.Type" /> object representing that type that declared that generic method.</returns>
425     </member>
426     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.Equals(System.Object)">
427       <summary>Tests whether the given object is an instance of EventToken and is equal to the current instance.</summary>
428       <returns>Returns true if <paramref name="o" /> is an instance of EventToken and equals the current instance; otherwise, false.</returns>
429       <param name="o">The object to be compared with the current instance.</param>
430     </member>
431     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.FullName">
432       <summary>Gets null in all cases.</summary>
433       <returns>A null reference (Nothing in Visual Basic) in all cases.</returns>
434     </member>
435     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.GenericParameterAttributes"></member>
436     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.GenericParameterPosition">
437       <summary>Gets the position of the type parameter in the type parameter list of the generic type or method that declared the parameter.</summary>
438       <returns>The position of the type parameter in the type parameter list of the generic type or method that declared the parameter.</returns>
439     </member>
440     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.GenericTypeArguments"></member>
441     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.GetArrayRank"></member>
442     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.GetElementType">
443       <summary>Throws a <see cref="T:System.NotSupportedException" /> in all cases. </summary>
444       <returns>The type referred to by the current array type, pointer type, or ByRef type; or null if the current type is not an array type, is not a pointer type, and is not passed by reference.</returns>
445       <exception cref="T:System.NotSupportedException">In all cases.</exception>
446     </member>
447     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.GetGenericParameterConstraints"></member>
448     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.GetGenericTypeDefinition">
449       <summary>Not valid for generic type parameters.</summary>
450       <returns>Not valid for generic type parameters.</returns>
451       <exception cref="T:System.InvalidOperationException">In all cases.</exception>
452     </member>
453     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.GetHashCode">
454       <summary>Returns a 32-bit integer hash code for the current instance.</summary>
455       <returns>A 32-bit integer hash code.</returns>
456     </member>
457     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.GUID">
458       <summary>Not supported for incomplete generic type parameters.</summary>
459       <returns>Not supported for incomplete generic type parameters.</returns>
460       <exception cref="T:System.NotSupportedException">In all cases. </exception>
461     </member>
462     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.IsAssignableFrom(System.Reflection.TypeInfo)">
463       <summary>Throws a <see cref="T:System.NotSupportedException" /> exception in all cases.</summary>
464       <returns>Throws a <see cref="T:System.NotSupportedException" /> exception in all cases.</returns>
465       <param name="typeInfo">The object to test.</param>
466       <exception cref="T:System.NotSupportedException">In all cases.</exception>
467     </member>
468     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.IsEnum"></member>
469     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.IsGenericParameter">
470       <summary>Gets true in all cases.</summary>
471       <returns>true in all cases.</returns>
472     </member>
473     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.IsGenericType">
474       <summary>Returns false in all cases.</summary>
475       <returns>false in all cases.</returns>
476     </member>
477     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.IsGenericTypeDefinition">
478       <summary>Gets false in all cases.</summary>
479       <returns>false in all cases.</returns>
480     </member>
481     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.IsSerializable"></member>
482     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.IsSubclassOf(System.Type)">
483       <summary>Not supported for incomplete generic type parameters.</summary>
484       <returns>Not supported for incomplete generic type parameters.</returns>
485       <param name="c">Not supported.</param>
486       <exception cref="T:System.NotSupportedException">In all cases.</exception>
487     </member>
488     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType">
489       <summary>Returns the type of a one-dimensional array whose element type is the generic type parameter.</summary>
490       <returns>A <see cref="T:System.Type" /> object that represents the type of a one-dimensional array whose element type is the generic type parameter.</returns>
491     </member>
492     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeArrayType(System.Int32)">
493       <summary>Returns the type of an array whose element type is the generic type parameter, with the specified number of dimensions.</summary>
494       <returns>A <see cref="T:System.Type" /> object that represents the type of an array whose element type is the generic type parameter, with the specified number of dimensions.</returns>
495       <param name="rank">The number of dimensions for the array.</param>
496       <exception cref="T:System.IndexOutOfRangeException">
497         <paramref name="rank" /> is not a valid number of dimensions. For example, its value is less than 1.</exception>
498     </member>
499     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeByRefType">
500       <summary>Returns a <see cref="T:System.Type" /> object that represents the current generic type parameter when passed as a reference parameter.</summary>
501       <returns>A <see cref="T:System.Type" /> object that represents the current generic type parameter when passed as a reference parameter.</returns>
502     </member>
503     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.MakeGenericType(System.Type[])">
504       <summary>Not valid for incomplete generic type parameters.</summary>
505       <returns>This method is invalid for incomplete generic type parameters.</returns>
506       <param name="typeArguments">An array of type arguments.</param>
507       <exception cref="T:System.InvalidOperationException">In all cases.</exception>
508     </member>
509     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.MakePointerType">
510       <summary>Returns a <see cref="T:System.Type" /> object that represents a pointer to the current generic type parameter.</summary>
511       <returns>A <see cref="T:System.Type" /> object that represents a pointer to the current generic type parameter.</returns>
512     </member>
513     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.Module">
514       <summary>Gets the dynamic module that contains the generic type parameter.</summary>
515       <returns>A <see cref="T:System.Reflection.Module" /> object that represents the dynamic module that contains the generic type parameter.</returns>
516     </member>
517     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.Name">
518       <summary>Gets the name of the generic type parameter.</summary>
519       <returns>The name of the generic type parameter.</returns>
520     </member>
521     <member name="P:System.Reflection.Emit.GenericTypeParameterBuilder.Namespace">
522       <summary>Gets null in all cases.</summary>
523       <returns>A null reference (Nothing in Visual Basic) in all cases.</returns>
524     </member>
525     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.SetBaseTypeConstraint(System.Type)">
526       <summary>Sets the base type that a type must inherit in order to be substituted for the type parameter.</summary>
527       <param name="baseTypeConstraint">The <see cref="T:System.Type" /> that must be inherited by any type that is to be substituted for the type parameter.</param>
528     </member>
529     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
530       <summary>Sets a custom attribute using a specified custom attribute blob.</summary>
531       <param name="con">The constructor for the custom attribute.</param>
532       <param name="binaryAttribute">A byte blob representing the attribute.</param>
533       <exception cref="T:System.ArgumentNullException">
534         <paramref name="con" /> is null.-or-<paramref name="binaryAttribute" /> is a null reference.</exception>
535     </member>
536     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
537       <summary>Set a custom attribute using a custom attribute builder.</summary>
538       <param name="customBuilder">An instance of a helper class that defines the custom attribute.</param>
539       <exception cref="T:System.ArgumentNullException">
540         <paramref name="customBuilder" /> is null.</exception>
541     </member>
542     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.SetGenericParameterAttributes(System.Reflection.GenericParameterAttributes)">
543       <summary>Sets the variance characteristics and special constraints of the generic parameter, such as the parameterless constructor constraint.</summary>
544       <param name="genericParameterAttributes">A bitwise combination of <see cref="T:System.Reflection.GenericParameterAttributes" /> values that represent the variance characteristics and special constraints of the generic type parameter.</param>
545     </member>
546     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.SetInterfaceConstraints(System.Type[])">
547       <summary>Sets the interfaces a type must implement in order to be substituted for the type parameter. </summary>
548       <param name="interfaceConstraints">An array of <see cref="T:System.Type" /> objects that represent the interfaces a type must implement in order to be substituted for the type parameter.</param>
549     </member>
550     <member name="M:System.Reflection.Emit.GenericTypeParameterBuilder.ToString">
551       <summary>Returns a string representation of the current generic type parameter.</summary>
552       <returns>A string that contains the name of the generic type parameter.</returns>
553     </member>
554     <member name="T:System.Reflection.Emit.MethodBuilder">
555       <summary>Defines and represents a method (or constructor) on a dynamic class.</summary>
556     </member>
557     <member name="P:System.Reflection.Emit.MethodBuilder.Attributes">
558       <summary>Retrieves the attributes for this method.</summary>
559       <returns>Read-only. Retrieves the MethodAttributes for this method.</returns>
560     </member>
561     <member name="P:System.Reflection.Emit.MethodBuilder.CallingConvention">
562       <summary>Returns the calling convention of the method.</summary>
563       <returns>Read-only. The calling convention of the method.</returns>
564     </member>
565     <member name="P:System.Reflection.Emit.MethodBuilder.ContainsGenericParameters">
566       <summary>Not supported for this type.</summary>
567       <returns>Not supported.</returns>
568       <exception cref="T:System.NotSupportedException">The invoked method is not supported in the base class.</exception>
569     </member>
570     <member name="P:System.Reflection.Emit.MethodBuilder.DeclaringType">
571       <summary>Returns the type that declares this method.</summary>
572       <returns>Read-only. The type that declares this method.</returns>
573     </member>
574     <member name="M:System.Reflection.Emit.MethodBuilder.DefineGenericParameters(System.String[])">
575       <summary>Sets the number of generic type parameters for the current method, specifies their names, and returns an array of <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" /> objects that can be used to define their constraints.</summary>
576       <returns>An array of <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" /> objects representing the type parameters of the generic method.</returns>
577       <param name="names">An array of strings that represent the names of the generic type parameters.</param>
578       <exception cref="T:System.InvalidOperationException">Generic type parameters have already been defined for this method.-or-The method has been completed already.-or-The <see cref="M:System.Reflection.Emit.MethodBuilder.SetImplementationFlags(System.Reflection.MethodImplAttributes)" /> method has been called for the current method.</exception>
579       <exception cref="T:System.ArgumentNullException">
580         <paramref name="names" /> is null.-or-An element of <paramref name="names" /> is null.</exception>
581       <exception cref="T:System.ArgumentException">
582         <paramref name="names" /> is an empty array.</exception>
583     </member>
584     <member name="M:System.Reflection.Emit.MethodBuilder.DefineParameter(System.Int32,System.Reflection.ParameterAttributes,System.String)">
585       <summary>Sets the parameter attributes and the name of a parameter of this method, or of the return value of this method. Returns a ParameterBuilder that can be used to apply custom attributes.</summary>
586       <returns>Returns a ParameterBuilder object that represents a parameter of this method or the return value of this method.</returns>
587       <param name="position">The position of the parameter in the parameter list. Parameters are indexed beginning with the number 1 for the first parameter; the number 0 represents the return value of the method. </param>
588       <param name="attributes">The parameter attributes of the parameter. </param>
589       <param name="strParamName">The name of the parameter. The name can be the null string. </param>
590       <exception cref="T:System.ArgumentOutOfRangeException">The method has no parameters.-or- <paramref name="position" /> is less than zero.-or- <paramref name="position" /> is greater than the number of the method's parameters. </exception>
591       <exception cref="T:System.InvalidOperationException">The containing type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-For the current method, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false. </exception>
592     </member>
593     <member name="M:System.Reflection.Emit.MethodBuilder.Equals(System.Object)">
594       <summary>Determines whether the given object is equal to this instance.</summary>
595       <returns>true if <paramref name="obj" /> is an instance of MethodBuilder and is equal to this object; otherwise, false.</returns>
596       <param name="obj">The object to compare with this MethodBuilder instance. </param>
597     </member>
598     <member name="M:System.Reflection.Emit.MethodBuilder.GetGenericArguments">
599       <summary>Returns an array of <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" /> objects that represent the type parameters of the method, if it is generic.</summary>
600       <returns>An array of <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" /> objects representing the type parameters, if the method is generic, or null if the method is not generic. </returns>
601     </member>
602     <member name="M:System.Reflection.Emit.MethodBuilder.GetGenericMethodDefinition">
603       <summary>Returns this method.</summary>
604       <returns>The current instance of <see cref="T:System.Reflection.Emit.MethodBuilder" />. </returns>
605       <exception cref="T:System.InvalidOperationException">The current method is not generic. That is, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property returns false.</exception>
606     </member>
607     <member name="M:System.Reflection.Emit.MethodBuilder.GetHashCode">
608       <summary>Gets the hash code for this method.</summary>
609       <returns>The hash code for this method.</returns>
610     </member>
611     <member name="M:System.Reflection.Emit.MethodBuilder.GetILGenerator">
612       <summary>Returns an ILGenerator for this method with a default Microsoft intermediate language (MSIL) stream size of 64 bytes.</summary>
613       <returns>Returns an ILGenerator object for this method.</returns>
614       <exception cref="T:System.InvalidOperationException">The method should not have a body because of its <see cref="T:System.Reflection.MethodAttributes" /> or <see cref="T:System.Reflection.MethodImplAttributes" /> flags, for example because it has the <see cref="F:System.Reflection.MethodAttributes.PinvokeImpl" /> flag. -or-The method is a generic method, but not a generic method definition. That is, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false. </exception>
615     </member>
616     <member name="M:System.Reflection.Emit.MethodBuilder.GetILGenerator(System.Int32)">
617       <summary>Returns an ILGenerator for this method with the specified Microsoft intermediate language (MSIL) stream size.</summary>
618       <returns>Returns an ILGenerator object for this method.</returns>
619       <param name="size">The size of the MSIL stream, in bytes. </param>
620       <exception cref="T:System.InvalidOperationException">The method should not have a body because of its <see cref="T:System.Reflection.MethodAttributes" /> or <see cref="T:System.Reflection.MethodImplAttributes" /> flags, for example because it has the <see cref="F:System.Reflection.MethodAttributes.PinvokeImpl" /> flag. -or-The method is a generic method, but not a generic method definition. That is, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false.   </exception>
621     </member>
622     <member name="M:System.Reflection.Emit.MethodBuilder.GetParameters">
623       <summary>Returns the parameters of this method.</summary>
624       <returns>An array of ParameterInfo objects that represent the parameters of the method.</returns>
625       <exception cref="T:System.NotSupportedException">This method is not currently supported. Retrieve the method using <see cref="M:System.Type.GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[])" /> and call GetParameters on the returned <see cref="T:System.Reflection.MethodInfo" />. </exception>
626     </member>
627     <member name="P:System.Reflection.Emit.MethodBuilder.InitLocals">
628       <summary>Gets or sets a Boolean value that specifies whether the local variables in this method are zero initialized. The default value of this property is true.</summary>
629       <returns>true if the local variables in this method should be zero initialized; otherwise false.</returns>
630       <exception cref="T:System.InvalidOperationException">For the current method, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false. (Get or set.)</exception>
631     </member>
632     <member name="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod">
633       <summary>Gets a value indicating whether the method is a generic method.</summary>
634       <returns>true if the method is generic; otherwise, false.</returns>
635     </member>
636     <member name="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition">
637       <summary>Gets a value indicating whether the current <see cref="T:System.Reflection.Emit.MethodBuilder" /> object represents the definition of a generic method.</summary>
638       <returns>true if the current <see cref="T:System.Reflection.Emit.MethodBuilder" /> object represents the definition of a generic method; otherwise, false.</returns>
639     </member>
640     <member name="M:System.Reflection.Emit.MethodBuilder.MakeGenericMethod(System.Type[])">
641       <summary>Returns a generic method constructed from the current generic method definition using the specified generic type arguments.</summary>
642       <returns>A <see cref="T:System.Reflection.MethodInfo" /> representing the generic method constructed from the current generic method definition using the specified generic type arguments.</returns>
643       <param name="typeArguments">An array of <see cref="T:System.Type" /> objects that represent the type arguments for the generic method.</param>
644     </member>
645     <member name="P:System.Reflection.Emit.MethodBuilder.MethodImplementationFlags"></member>
646     <member name="P:System.Reflection.Emit.MethodBuilder.Name">
647       <summary>Retrieves the name of this method.</summary>
648       <returns>Read-only. Retrieves a string containing the simple name of this method.</returns>
649     </member>
650     <member name="P:System.Reflection.Emit.MethodBuilder.ReturnParameter">
651       <summary>Gets a <see cref="T:System.Reflection.ParameterInfo" /> object that contains information about the return type of the method, such as whether the return type has custom modifiers. </summary>
652       <returns>A <see cref="T:System.Reflection.ParameterInfo" /> object that contains information about the return type.</returns>
653       <exception cref="T:System.InvalidOperationException">The declaring type has not been created.</exception>
654     </member>
655     <member name="P:System.Reflection.Emit.MethodBuilder.ReturnType">
656       <summary>Gets the return type of the method represented by this <see cref="T:System.Reflection.Emit.MethodBuilder" />.</summary>
657       <returns>The return type of the method.</returns>
658     </member>
659     <member name="M:System.Reflection.Emit.MethodBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
660       <summary>Sets a custom attribute using a specified custom attribute blob.</summary>
661       <param name="con">The constructor for the custom attribute. </param>
662       <param name="binaryAttribute">A byte blob representing the attributes. </param>
663       <exception cref="T:System.ArgumentNullException">
664         <paramref name="con" /> or <paramref name="binaryAttribute" /> is null. </exception>
665       <exception cref="T:System.InvalidOperationException">For the current method, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false.</exception>
666     </member>
667     <member name="M:System.Reflection.Emit.MethodBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
668       <summary>Sets a custom attribute using a custom attribute builder.</summary>
669       <param name="customBuilder">An instance of a helper class to describe the custom attribute. </param>
670       <exception cref="T:System.ArgumentNullException">
671         <paramref name="customBuilder" /> is null. </exception>
672       <exception cref="T:System.InvalidOperationException">For the current method, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false.</exception>
673     </member>
674     <member name="M:System.Reflection.Emit.MethodBuilder.SetImplementationFlags(System.Reflection.MethodImplAttributes)">
675       <summary>Sets the implementation flags for this method.</summary>
676       <param name="attributes">The implementation flags to set. </param>
677       <exception cref="T:System.InvalidOperationException">The containing type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-For the current method, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false. </exception>
678     </member>
679     <member name="M:System.Reflection.Emit.MethodBuilder.SetParameters(System.Type[])">
680       <summary>Sets the number and types of parameters for a method. </summary>
681       <param name="parameterTypes">An array of <see cref="T:System.Type" /> objects representing the parameter types.</param>
682       <exception cref="T:System.InvalidOperationException">The current method is generic, but is not a generic method definition. That is, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false.</exception>
683     </member>
684     <member name="M:System.Reflection.Emit.MethodBuilder.SetReturnType(System.Type)">
685       <summary>Sets the return type of the method.</summary>
686       <param name="returnType">A <see cref="T:System.Type" /> object that represents the return type of the method.</param>
687       <exception cref="T:System.InvalidOperationException">The current method is generic, but is not a generic method definition. That is, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false.</exception>
688     </member>
689     <member name="M:System.Reflection.Emit.MethodBuilder.SetSignature(System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][])">
690       <summary>Sets the method signature, including the return type, the parameter types, and the required and optional custom modifiers of the return type and parameter types.</summary>
691       <param name="returnType">The return type of the method.</param>
692       <param name="returnTypeRequiredCustomModifiers">An array of types representing the required custom modifiers, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />, for the return type of the method. If the return type has no required custom modifiers, specify null.</param>
693       <param name="returnTypeOptionalCustomModifiers">An array of types representing the optional custom modifiers, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />, for the return type of the method. If the return type has no optional custom modifiers, specify null.</param>
694       <param name="parameterTypes">The types of the parameters of the method.</param>
695       <param name="parameterTypeRequiredCustomModifiers">An array of arrays of types. Each array of types represents the required custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no required custom modifiers, specify null instead of an array of types. If none of the parameters have required custom modifiers, specify null instead of an array of arrays.</param>
696       <param name="parameterTypeOptionalCustomModifiers">An array of arrays of types. Each array of types represents the optional custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no optional custom modifiers, specify null instead of an array of types. If none of the parameters have optional custom modifiers, specify null instead of an array of arrays.</param>
697       <exception cref="T:System.InvalidOperationException">The current method is generic, but is not a generic method definition. That is, the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethod" /> property is true, but the <see cref="P:System.Reflection.Emit.MethodBuilder.IsGenericMethodDefinition" /> property is false.</exception>
698     </member>
699     <member name="M:System.Reflection.Emit.MethodBuilder.ToString">
700       <summary>Returns this MethodBuilder instance as a string.</summary>
701       <returns>Returns a string containing the name, attributes, method signature, exceptions, and local signature of this method followed by the current Microsoft intermediate language (MSIL) stream.</returns>
702     </member>
703     <member name="T:System.Reflection.Emit.ModuleBuilder">
704       <summary>Defines and represents a module in a dynamic assembly.</summary>
705     </member>
706     <member name="P:System.Reflection.Emit.ModuleBuilder.Assembly">
707       <summary>Gets the dynamic assembly that defined this instance of <see cref="T:System.Reflection.Emit.ModuleBuilder" />.</summary>
708       <returns>The dynamic assembly that defined the current dynamic module.</returns>
709     </member>
710     <member name="M:System.Reflection.Emit.ModuleBuilder.CreateGlobalFunctions">
711       <summary>Completes the global function definitions and global data definitions for this dynamic module.</summary>
712       <exception cref="T:System.InvalidOperationException">This method was called previously. </exception>
713     </member>
714     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineEnum(System.String,System.Reflection.TypeAttributes,System.Type)">
715       <summary>Defines an enumeration type that is a value type with a single non-static field called <paramref name="value__" /> of the specified type.</summary>
716       <returns>The defined enumeration.</returns>
717       <param name="name">The full path of the enumeration type. <paramref name="name" /> cannot contain embedded nulls. </param>
718       <param name="visibility">The type attributes for the enumeration. The attributes are any bits defined by <see cref="F:System.Reflection.TypeAttributes.VisibilityMask" />. </param>
719       <param name="underlyingType">The underlying type for the enumeration. This must be a built-in integer type. </param>
720       <exception cref="T:System.ArgumentException">Attributes other than visibility attributes are provided.-or- An enumeration with the given name exists in the parent assembly of this module.-or- The visibility attributes do not match the scope of the enumeration. For example, <see cref="F:System.Reflection.TypeAttributes.NestedPublic" /> is specified for <paramref name="visibility" />, but the enumeration is not a nested type. </exception>
721       <exception cref="T:System.ArgumentNullException">
722         <paramref name="name" /> is null. </exception>
723     </member>
724     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineGlobalMethod(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[])">
725       <summary>Defines a global method with the specified name, attributes, calling convention, return type, and parameter types.</summary>
726       <returns>The defined global method.</returns>
727       <param name="name">The name of the method. <paramref name="name" /> cannot contain embedded nulls. </param>
728       <param name="attributes">The attributes of the method. <paramref name="attributes" /> must include <see cref="F:System.Reflection.MethodAttributes.Static" />.</param>
729       <param name="callingConvention">The calling convention for the method. </param>
730       <param name="returnType">The return type of the method. </param>
731       <param name="parameterTypes">The types of the method's parameters. </param>
732       <exception cref="T:System.ArgumentException">The method is not static. That is, <paramref name="attributes" /> does not include <see cref="F:System.Reflection.MethodAttributes.Static" />.-or-An element in the <see cref="T:System.Type" /> array is null.</exception>
733       <exception cref="T:System.ArgumentNullException">
734         <paramref name="name" /> is null. </exception>
735       <exception cref="T:System.InvalidOperationException">
736         <see cref="M:System.Reflection.Emit.ModuleBuilder.CreateGlobalFunctions" /> has been previously called. </exception>
737     </member>
738     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineGlobalMethod(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][])">
739       <summary>Defines a global method with the specified name, attributes, calling convention, return type, custom modifiers for the return type, parameter types, and custom modifiers for the parameter types.</summary>
740       <returns>The defined global method.</returns>
741       <param name="name">The name of the method. <paramref name="name" /> cannot contain embedded null characters. </param>
742       <param name="attributes">The attributes of the method. <paramref name="attributes" /> must include <see cref="F:System.Reflection.MethodAttributes.Static" />.</param>
743       <param name="callingConvention">The calling convention for the method. </param>
744       <param name="returnType">The return type of the method. </param>
745       <param name="requiredReturnTypeCustomModifiers">An array of types representing the required custom modifiers for the return type, such as <see cref="T:System.Runtime.CompilerServices.IsConst" /> or <see cref="T:System.Runtime.CompilerServices.IsBoxed" />. If the return type has no required custom modifiers, specify null. </param>
746       <param name="optionalReturnTypeCustomModifiers">An array of types representing the optional custom modifiers for the return type, such as <see cref="T:System.Runtime.CompilerServices.IsConst" /> or <see cref="T:System.Runtime.CompilerServices.IsBoxed" />. If the return type has no optional custom modifiers, specify null. </param>
747       <param name="parameterTypes">The types of the method's parameters. </param>
748       <param name="requiredParameterTypeCustomModifiers">An array of arrays of types. Each array of types represents the required custom modifiers for the corresponding parameter of the global method. If a particular argument has no required custom modifiers, specify null instead of an array of types. If the global method has no arguments, or if none of the arguments have required custom modifiers, specify null instead of an array of arrays.</param>
749       <param name="optionalParameterTypeCustomModifiers">An array of arrays of types. Each array of types represents the optional custom modifiers for the corresponding parameter. If a particular argument has no optional custom modifiers, specify null instead of an array of types. If the global method has no arguments, or if none of the arguments have optional custom modifiers, specify null instead of an array of arrays.</param>
750       <exception cref="T:System.ArgumentException">The method is not static. That is, <paramref name="attributes" /> does not include <see cref="F:System.Reflection.MethodAttributes.Static" />.-or-An element in the <see cref="T:System.Type" /> array is null.</exception>
751       <exception cref="T:System.ArgumentNullException">
752         <paramref name="name" /> is null. </exception>
753       <exception cref="T:System.InvalidOperationException">The <see cref="M:System.Reflection.Emit.ModuleBuilder.CreateGlobalFunctions" /> method has been previously called. </exception>
754     </member>
755     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineGlobalMethod(System.String,System.Reflection.MethodAttributes,System.Type,System.Type[])">
756       <summary>Defines a global method with the specified name, attributes, return type, and parameter types.</summary>
757       <returns>The defined global method.</returns>
758       <param name="name">The name of the method. <paramref name="name" /> cannot contain embedded nulls. </param>
759       <param name="attributes">The attributes of the method. <paramref name="attributes" /> must include <see cref="F:System.Reflection.MethodAttributes.Static" />. </param>
760       <param name="returnType">The return type of the method. </param>
761       <param name="parameterTypes">The types of the method's parameters. </param>
762       <exception cref="T:System.ArgumentException">The method is not static. That is, <paramref name="attributes" /> does not include <see cref="F:System.Reflection.MethodAttributes.Static" />.-or- The length of <paramref name="name" /> is zero -or-An element in the <see cref="T:System.Type" /> array is null.</exception>
763       <exception cref="T:System.ArgumentNullException">
764         <paramref name="name" /> is null. </exception>
765       <exception cref="T:System.InvalidOperationException">
766         <see cref="M:System.Reflection.Emit.ModuleBuilder.CreateGlobalFunctions" /> has been previously called. </exception>
767     </member>
768     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineInitializedData(System.String,System.Byte[],System.Reflection.FieldAttributes)">
769       <summary>Defines an initialized data field in the .sdata section of the portable executable (PE) file.</summary>
770       <returns>A field to reference the data.</returns>
771       <param name="name">The name used to refer to the data. <paramref name="name" /> cannot contain embedded nulls. </param>
772       <param name="data">The binary large object (BLOB) of data. </param>
773       <param name="attributes">The attributes for the field. The default is Static. </param>
774       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero.-or- The size of <paramref name="data" /> is less than or equal to zero or greater than or equal to 0x3f0000. </exception>
775       <exception cref="T:System.ArgumentNullException">
776         <paramref name="name" /> or <paramref name="data" /> is null. </exception>
777       <exception cref="T:System.InvalidOperationException">
778         <see cref="M:System.Reflection.Emit.ModuleBuilder.CreateGlobalFunctions" /> has been previously called. </exception>
779     </member>
780     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String)">
781       <summary>Constructs a TypeBuilder for a private type with the specified name in this module. </summary>
782       <returns>A private type with the specified name.</returns>
783       <param name="name">The full path of the type, including the namespace. <paramref name="name" /> cannot contain embedded nulls. </param>
784       <exception cref="T:System.ArgumentException">A type with the given name exists in the parent assembly of this module.-or- Nested type attributes are set on a type that is not nested. </exception>
785       <exception cref="T:System.ArgumentNullException">
786         <paramref name="name" /> is null. </exception>
787     </member>
788     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes)">
789       <summary>Constructs a TypeBuilder given the type name and the type attributes.</summary>
790       <returns>A TypeBuilder created with all of the requested attributes.</returns>
791       <param name="name">The full path of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
792       <param name="attr">The attributes of the defined type. </param>
793       <exception cref="T:System.ArgumentException">A type with the given name exists in the parent assembly of this module.-or- Nested type attributes are set on a type that is not nested. </exception>
794       <exception cref="T:System.ArgumentNullException">
795         <paramref name="name" /> is null. </exception>
796     </member>
797     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type)">
798       <summary>Constructs a TypeBuilder given type name, its attributes, and the type that the defined type extends.</summary>
799       <returns>A TypeBuilder created with all of the requested attributes.</returns>
800       <param name="name">The full path of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
801       <param name="attr">The attribute to be associated with the type. </param>
802       <param name="parent">The type that the defined type extends. </param>
803       <exception cref="T:System.ArgumentException">A type with the given name exists in the parent assembly of this module.-or- Nested type attributes are set on a type that is not nested. </exception>
804       <exception cref="T:System.ArgumentNullException">
805         <paramref name="name" /> is null. </exception>
806     </member>
807     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)">
808       <summary>Constructs a TypeBuilder given the type name, the attributes, the type that the defined type extends, and the total size of the type.</summary>
809       <returns>A TypeBuilder object.</returns>
810       <param name="name">The full path of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
811       <param name="attr">The attributes of the defined type. </param>
812       <param name="parent">The type that the defined type extends. </param>
813       <param name="typesize">The total size of the type. </param>
814       <exception cref="T:System.ArgumentException">A type with the given name exists in the parent assembly of this module.-or- Nested type attributes are set on a type that is not nested. </exception>
815       <exception cref="T:System.ArgumentNullException">
816         <paramref name="name" /> is null. </exception>
817     </member>
818     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)">
819       <summary>Constructs a TypeBuilder given the type name, the attributes, the type that the defined type extends, and the packing size of the type.</summary>
820       <returns>A TypeBuilder object.</returns>
821       <param name="name">The full path of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
822       <param name="attr">The attributes of the defined type. </param>
823       <param name="parent">The type that the defined type extends. </param>
824       <param name="packsize">The packing size of the type. </param>
825       <exception cref="T:System.ArgumentException">A type with the given name exists in the parent assembly of this module.-or- Nested type attributes are set on a type that is not nested. </exception>
826       <exception cref="T:System.ArgumentNullException">
827         <paramref name="name" /> is null. </exception>
828     </member>
829     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)">
830       <summary>Constructs a TypeBuilder given the type name, attributes, the type that the defined type extends, the packing size of the defined type, and the total size of the defined type.</summary>
831       <returns>A TypeBuilder created with all of the requested attributes.</returns>
832       <param name="name">The full path of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
833       <param name="attr">The attributes of the defined type. </param>
834       <param name="parent">The type that the defined type extends. </param>
835       <param name="packingSize">The packing size of the type. </param>
836       <param name="typesize">The total size of the type. </param>
837       <exception cref="T:System.ArgumentException">A type with the given name exists in the parent assembly of this module.-or- Nested type attributes are set on a type that is not nested. </exception>
838       <exception cref="T:System.ArgumentNullException">
839         <paramref name="name" /> is null. </exception>
840     </member>
841     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])">
842       <summary>Constructs a TypeBuilder given the type name, attributes, the type that the defined type extends, and the interfaces that the defined type implements.</summary>
843       <returns>A TypeBuilder created with all of the requested attributes.</returns>
844       <param name="name">The full path of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
845       <param name="attr">The attributes to be associated with the type. </param>
846       <param name="parent">The type that the defined type extends. </param>
847       <param name="interfaces">The list of interfaces that the type implements. </param>
848       <exception cref="T:System.ArgumentException">A type with the given name exists in the parent assembly of this module.-or- Nested type attributes are set on a type that is not nested. </exception>
849       <exception cref="T:System.ArgumentNullException">
850         <paramref name="name" /> is null. </exception>
851     </member>
852     <member name="M:System.Reflection.Emit.ModuleBuilder.DefineUninitializedData(System.String,System.Int32,System.Reflection.FieldAttributes)">
853       <summary>Defines an uninitialized data field in the .sdata section of the portable executable (PE) file.</summary>
854       <returns>A field to reference the data.</returns>
855       <param name="name">The name used to refer to the data. <paramref name="name" /> cannot contain embedded nulls. </param>
856       <param name="size">The size of the data field. </param>
857       <param name="attributes">The attributes for the field. </param>
858       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero.-or- <paramref name="size" /> is less than or equal to zero, or greater than or equal to 0x003f0000. </exception>
859       <exception cref="T:System.ArgumentNullException">
860         <paramref name="name" /> is null. </exception>
861       <exception cref="T:System.InvalidOperationException">
862         <see cref="M:System.Reflection.Emit.ModuleBuilder.CreateGlobalFunctions" /> has been previously called. </exception>
863     </member>
864     <member name="M:System.Reflection.Emit.ModuleBuilder.Equals(System.Object)">
865       <summary>Returns a value that indicates whether this instance is equal to the specified object.</summary>
866       <returns>true if <paramref name="obj" /> equals the type and value of this instance; otherwise, false.</returns>
867       <param name="obj">An object to compare with this instance, or null.</param>
868     </member>
869     <member name="P:System.Reflection.Emit.ModuleBuilder.FullyQualifiedName">
870       <summary>Gets a String representing the fully qualified name and path to this module.</summary>
871       <returns>The fully qualified module name.</returns>
872       <PermissionSet>
873         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
874       </PermissionSet>
875     </member>
876     <member name="M:System.Reflection.Emit.ModuleBuilder.GetArrayMethod(System.Type,System.String,System.Reflection.CallingConventions,System.Type,System.Type[])">
877       <summary>Returns the named method on an array class.</summary>
878       <returns>The named method on an array class.</returns>
879       <param name="arrayClass">An array class. </param>
880       <param name="methodName">The name of a method on the array class. </param>
881       <param name="callingConvention">The method's calling convention. </param>
882       <param name="returnType">The return type of the method. </param>
883       <param name="parameterTypes">The types of the method's parameters. </param>
884       <exception cref="T:System.ArgumentException">
885         <paramref name="arrayClass" /> is not an array. </exception>
886       <exception cref="T:System.ArgumentNullException">
887         <paramref name="arrayClass" /> or <paramref name="methodName" /> is null. </exception>
888     </member>
889     <member name="M:System.Reflection.Emit.ModuleBuilder.GetHashCode">
890       <summary>Returns the hash code for this instance.</summary>
891       <returns>A 32-bit signed integer hash code.</returns>
892     </member>
893     <member name="P:System.Reflection.Emit.ModuleBuilder.Name">
894       <summary>A string that indicates that this is an in-memory module.</summary>
895       <returns>Text that indicates that this is an in-memory module.</returns>
896     </member>
897     <member name="M:System.Reflection.Emit.ModuleBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
898       <summary>Applies a custom attribute to this module by using a specified binary large object (BLOB) that represents the attribute.</summary>
899       <param name="con">The constructor for the custom attribute. </param>
900       <param name="binaryAttribute">A byte BLOB representing the attribute. </param>
901       <exception cref="T:System.ArgumentNullException">
902         <paramref name="con" /> or <paramref name="binaryAttribute" /> is null. </exception>
903     </member>
904     <member name="M:System.Reflection.Emit.ModuleBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
905       <summary>Applies a custom attribute to this module by using a custom attribute builder.</summary>
906       <param name="customBuilder">An instance of a helper class that specifies the custom attribute to apply. </param>
907       <exception cref="T:System.ArgumentNullException">
908         <paramref name="customBuilder" /> is null. </exception>
909     </member>
910     <member name="T:System.Reflection.Emit.PropertyBuilder">
911       <summary>Defines the properties for a type.</summary>
912     </member>
913     <member name="M:System.Reflection.Emit.PropertyBuilder.AddOtherMethod(System.Reflection.Emit.MethodBuilder)">
914       <summary>Adds one of the other methods associated with this property.</summary>
915       <param name="mdBuilder">A MethodBuilder object that represents the other method. </param>
916       <exception cref="T:System.ArgumentNullException">
917         <paramref name="mdBuilder" /> is null. </exception>
918       <exception cref="T:System.InvalidOperationException">
919         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
920     </member>
921     <member name="P:System.Reflection.Emit.PropertyBuilder.Attributes">
922       <summary>Gets the attributes for this property.</summary>
923       <returns>Attributes of this property.</returns>
924     </member>
925     <member name="P:System.Reflection.Emit.PropertyBuilder.CanRead">
926       <summary>Gets a value indicating whether the property can be read.</summary>
927       <returns>true if this property can be read; otherwise, false.</returns>
928     </member>
929     <member name="P:System.Reflection.Emit.PropertyBuilder.CanWrite">
930       <summary>Gets a value indicating whether the property can be written to.</summary>
931       <returns>true if this property can be written to; otherwise, false.</returns>
932     </member>
933     <member name="P:System.Reflection.Emit.PropertyBuilder.DeclaringType">
934       <summary>Gets the class that declares this member.</summary>
935       <returns>The Type object for the class that declares this member.</returns>
936     </member>
937     <member name="M:System.Reflection.Emit.PropertyBuilder.GetIndexParameters">
938       <summary>Returns an array of all the index parameters for the property.</summary>
939       <returns>An array of type ParameterInfo containing the parameters for the indexes.</returns>
940       <exception cref="T:System.NotSupportedException">This method is not supported. </exception>
941     </member>
942     <member name="M:System.Reflection.Emit.PropertyBuilder.GetValue(System.Object,System.Object[])">
943       <summary>Gets the value of the indexed property by calling the property's getter method.</summary>
944       <returns>The value of the specified indexed property.</returns>
945       <param name="obj">The object whose property value will be returned. </param>
946       <param name="index">Optional index values for indexed properties. This value should be null for non-indexed properties. </param>
947       <exception cref="T:System.NotSupportedException">This method is not supported. </exception>
948     </member>
949     <member name="P:System.Reflection.Emit.PropertyBuilder.Name">
950       <summary>Gets the name of this member.</summary>
951       <returns>A <see cref="T:System.String" /> containing the name of this member.</returns>
952     </member>
953     <member name="P:System.Reflection.Emit.PropertyBuilder.PropertyType">
954       <summary>Gets the type of the field of this property.</summary>
955       <returns>The type of this property.</returns>
956     </member>
957     <member name="M:System.Reflection.Emit.PropertyBuilder.SetConstant(System.Object)">
958       <summary>Sets the default value of this property.</summary>
959       <param name="defaultValue">The default value of this property. </param>
960       <exception cref="T:System.InvalidOperationException">
961         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
962       <exception cref="T:System.ArgumentException">The property is not one of the supported types.-or-The type of <paramref name="defaultValue" /> does not match the type of the property.-or-The property is of type <see cref="T:System.Object" /> or other reference type, <paramref name="defaultValue" /> is not null, and the value cannot be assigned to the reference type. </exception>
963     </member>
964     <member name="M:System.Reflection.Emit.PropertyBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
965       <summary>Set a custom attribute using a specified custom attribute blob.</summary>
966       <param name="con">The constructor for the custom attribute. </param>
967       <param name="binaryAttribute">A byte blob representing the attributes. </param>
968       <exception cref="T:System.ArgumentNullException">
969         <paramref name="con" /> or <paramref name="binaryAttribute" /> is null. </exception>
970       <exception cref="T:System.InvalidOperationException">
971         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
972     </member>
973     <member name="M:System.Reflection.Emit.PropertyBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
974       <summary>Set a custom attribute using a custom attribute builder.</summary>
975       <param name="customBuilder">An instance of a helper class to define the custom attribute. </param>
976       <exception cref="T:System.ArgumentNullException">
977         <paramref name="customBuilder" /> is null. </exception>
978       <exception cref="T:System.InvalidOperationException">if <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
979     </member>
980     <member name="M:System.Reflection.Emit.PropertyBuilder.SetGetMethod(System.Reflection.Emit.MethodBuilder)">
981       <summary>Sets the method that gets the property value.</summary>
982       <param name="mdBuilder">A MethodBuilder object that represents the method that gets the property value. </param>
983       <exception cref="T:System.ArgumentNullException">
984         <paramref name="mdBuilder" /> is null. </exception>
985       <exception cref="T:System.InvalidOperationException">
986         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
987     </member>
988     <member name="M:System.Reflection.Emit.PropertyBuilder.SetSetMethod(System.Reflection.Emit.MethodBuilder)">
989       <summary>Sets the method that sets the property value.</summary>
990       <param name="mdBuilder">A MethodBuilder object that represents the method that sets the property value. </param>
991       <exception cref="T:System.ArgumentNullException">
992         <paramref name="mdBuilder" /> is null. </exception>
993       <exception cref="T:System.InvalidOperationException">
994         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been called on the enclosing type. </exception>
995     </member>
996     <member name="M:System.Reflection.Emit.PropertyBuilder.SetValue(System.Object,System.Object,System.Object[])">
997       <summary>Sets the value of the property with optional index values for index properties.</summary>
998       <param name="obj">The object whose property value will be set. </param>
999       <param name="value">The new value for this property. </param>
1000       <param name="index">Optional index values for indexed properties. This value should be null for non-indexed properties. </param>
1001       <exception cref="T:System.NotSupportedException">This method is not supported. </exception>
1002     </member>
1003     <member name="T:System.Reflection.Emit.TypeBuilder">
1004       <summary>Defines and creates new instances of classes during run time.</summary>
1005     </member>
1006     <member name="M:System.Reflection.Emit.TypeBuilder.AddInterfaceImplementation(System.Type)">
1007       <summary>Adds an interface that this type implements.</summary>
1008       <param name="interfaceType">The interface that this type implements. </param>
1009       <exception cref="T:System.ArgumentNullException">
1010         <paramref name="interfaceType" /> is null. </exception>
1011       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1012     </member>
1013     <member name="P:System.Reflection.Emit.TypeBuilder.Assembly">
1014       <summary>Retrieves the dynamic assembly that contains this type definition.</summary>
1015       <returns>Read-only. Retrieves the dynamic assembly that contains this type definition.</returns>
1016     </member>
1017     <member name="P:System.Reflection.Emit.TypeBuilder.AssemblyQualifiedName">
1018       <summary>Returns the full name of this type qualified by the display name of the assembly.</summary>
1019       <returns>Read-only. The full name of this type qualified by the display name of the assembly.</returns>
1020     </member>
1021     <member name="P:System.Reflection.Emit.TypeBuilder.Attributes"></member>
1022     <member name="P:System.Reflection.Emit.TypeBuilder.BaseType">
1023       <summary>Retrieves the base type of this type.</summary>
1024       <returns>Read-only. Retrieves the base type of this type.</returns>
1025     </member>
1026     <member name="P:System.Reflection.Emit.TypeBuilder.ContainsGenericParameters"></member>
1027     <member name="M:System.Reflection.Emit.TypeBuilder.CreateTypeInfo">
1028       <summary>Gets a <see cref="T:System.Reflection.TypeInfo" /> object that represents this type.</summary>
1029       <returns>An object that represents this type.</returns>
1030     </member>
1031     <member name="P:System.Reflection.Emit.TypeBuilder.DeclaringMethod">
1032       <summary>Gets the method that declared the current generic type parameter.</summary>
1033       <returns>A <see cref="T:System.Reflection.MethodBase" /> that represents the method that declared the current type, if the current type is a generic type parameter; otherwise, null.</returns>
1034     </member>
1035     <member name="P:System.Reflection.Emit.TypeBuilder.DeclaringType">
1036       <summary>Returns the type that declared this type.</summary>
1037       <returns>Read-only. The type that declared this type.</returns>
1038     </member>
1039     <member name="M:System.Reflection.Emit.TypeBuilder.DefineConstructor(System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[])">
1040       <summary>Adds a new constructor to the type, with the given attributes and signature.</summary>
1041       <returns>The defined constructor.</returns>
1042       <param name="attributes">The attributes of the constructor. </param>
1043       <param name="callingConvention">The calling convention of the constructor. </param>
1044       <param name="parameterTypes">The parameter types of the constructor. </param>
1045       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1046     </member>
1047     <member name="M:System.Reflection.Emit.TypeBuilder.DefineConstructor(System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type[],System.Type[][],System.Type[][])">
1048       <summary>Adds a new constructor to the type, with the given attributes, signature, and custom modifiers.</summary>
1049       <returns>The defined constructor.</returns>
1050       <param name="attributes">The attributes of the constructor. </param>
1051       <param name="callingConvention">The calling convention of the constructor. </param>
1052       <param name="parameterTypes">The parameter types of the constructor. </param>
1053       <param name="requiredCustomModifiers">An array of arrays of types. Each array of types represents the required custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no required custom modifiers, specify null instead of an array of types. If none of the parameters have required custom modifiers, specify null instead of an array of arrays.</param>
1054       <param name="optionalCustomModifiers">An array of arrays of types. Each array of types represents the optional custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no optional custom modifiers, specify null instead of an array of types. If none of the parameters have optional custom modifiers, specify null instead of an array of arrays.</param>
1055       <exception cref="T:System.ArgumentException">The size of <paramref name="requiredCustomModifiers" /> or <paramref name="optionalCustomModifiers" /> does not equal the size of <paramref name="parameterTypes" />.</exception>
1056       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false.</exception>
1057     </member>
1058     <member name="M:System.Reflection.Emit.TypeBuilder.DefineDefaultConstructor(System.Reflection.MethodAttributes)">
1059       <summary>Defines the default constructor. The constructor defined here will simply call the default constructor of the parent.</summary>
1060       <returns>Returns the constructor.</returns>
1061       <param name="attributes">A MethodAttributes object representing the attributes to be applied to the constructor. </param>
1062       <exception cref="T:System.NotSupportedException">The parent type (base type) does not have a default constructor. </exception>
1063       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false.</exception>
1064     </member>
1065     <member name="M:System.Reflection.Emit.TypeBuilder.DefineEvent(System.String,System.Reflection.EventAttributes,System.Type)">
1066       <summary>Adds a new event to the type, with the given name, attributes and event type.</summary>
1067       <returns>The defined event.</returns>
1068       <param name="name">The name of the event. <paramref name="name" /> cannot contain embedded nulls. </param>
1069       <param name="attributes">The attributes of the event. </param>
1070       <param name="eventtype">The type of the event. </param>
1071       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero. </exception>
1072       <exception cref="T:System.ArgumentNullException">
1073         <paramref name="name" /> is null.-or- <paramref name="eventtype" /> is null. </exception>
1074       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1075     </member>
1076     <member name="M:System.Reflection.Emit.TypeBuilder.DefineField(System.String,System.Type,System.Reflection.FieldAttributes)">
1077       <summary>Adds a new field to the type, with the given name, attributes, and field type.</summary>
1078       <returns>The defined field.</returns>
1079       <param name="fieldName">The name of the field. <paramref name="fieldName" /> cannot contain embedded nulls. </param>
1080       <param name="type">The type of the field </param>
1081       <param name="attributes">The attributes of the field. </param>
1082       <exception cref="T:System.ArgumentException">The length of <paramref name="fieldName" /> is zero.-or- <paramref name="type" /> is System.Void.-or- A total size was specified for the parent class of this field. </exception>
1083       <exception cref="T:System.ArgumentNullException">
1084         <paramref name="fieldName" /> is null. </exception>
1085       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.</exception>
1086     </member>
1087     <member name="M:System.Reflection.Emit.TypeBuilder.DefineField(System.String,System.Type,System.Type[],System.Type[],System.Reflection.FieldAttributes)">
1088       <summary>Adds a new field to the type, with the given name, attributes, field type, and custom modifiers.</summary>
1089       <returns>The defined field.</returns>
1090       <param name="fieldName">The name of the field. <paramref name="fieldName" /> cannot contain embedded nulls. </param>
1091       <param name="type">The type of the field </param>
1092       <param name="requiredCustomModifiers">An array of types representing the required custom modifiers for the field, such as <see cref="T:Microsoft.VisualC.IsConstModifier" />.</param>
1093       <param name="optionalCustomModifiers">An array of types representing the optional custom modifiers for the field, such as <see cref="T:Microsoft.VisualC.IsConstModifier" />.</param>
1094       <param name="attributes">The attributes of the field. </param>
1095       <exception cref="T:System.ArgumentException">The length of <paramref name="fieldName" /> is zero.-or- <paramref name="type" /> is System.Void.-or- A total size was specified for the parent class of this field. </exception>
1096       <exception cref="T:System.ArgumentNullException">
1097         <paramref name="fieldName" /> is null. </exception>
1098       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1099     </member>
1100     <member name="M:System.Reflection.Emit.TypeBuilder.DefineGenericParameters(System.String[])">
1101       <summary>Defines the generic type parameters for the current type, specifying their number and their names, and returns an array of <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" /> objects that can be used to set their constraints.</summary>
1102       <returns>An array of <see cref="T:System.Reflection.Emit.GenericTypeParameterBuilder" /> objects that can be used to define the constraints of the generic type parameters for the current type.</returns>
1103       <param name="names">An array of names for the generic type parameters.</param>
1104       <exception cref="T:System.InvalidOperationException">Generic type parameters have already been defined for this type.</exception>
1105       <exception cref="T:System.ArgumentNullException">
1106         <paramref name="names" /> is null.-or-An element of <paramref name="names" /> is null.</exception>
1107       <exception cref="T:System.ArgumentException">
1108         <paramref name="names" /> is an empty array.</exception>
1109     </member>
1110     <member name="M:System.Reflection.Emit.TypeBuilder.DefineInitializedData(System.String,System.Byte[],System.Reflection.FieldAttributes)">
1111       <summary>Defines initialized data field in the .sdata section of the portable executable (PE) file.</summary>
1112       <returns>A field to reference the data.</returns>
1113       <param name="name">The name used to refer to the data. <paramref name="name" /> cannot contain embedded nulls. </param>
1114       <param name="data">The blob of data. </param>
1115       <param name="attributes">The attributes for the field. </param>
1116       <exception cref="T:System.ArgumentException">Length of <paramref name="name" /> is zero.-or- The size of the data is less than or equal to zero, or greater than or equal to 0x3f0000. </exception>
1117       <exception cref="T:System.ArgumentNullException">
1118         <paramref name="name" /> or <paramref name="data" /> is null. </exception>
1119       <exception cref="T:System.InvalidOperationException">
1120         <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> has been previously called. </exception>
1121     </member>
1122     <member name="M:System.Reflection.Emit.TypeBuilder.DefineMethod(System.String,System.Reflection.MethodAttributes)">
1123       <summary>Adds a new method to the type, with the specified name and method attributes.</summary>
1124       <returns>A <see cref="T:System.Reflection.Emit.MethodBuilder" /> representing the newly defined method.</returns>
1125       <param name="name">The name of the method. <paramref name="name" /> cannot contain embedded nulls. </param>
1126       <param name="attributes">The attributes of the method. </param>
1127       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero.-or- The type of the parent of this method is an interface, and this method is not virtual (Overridable in Visual Basic). </exception>
1128       <exception cref="T:System.ArgumentNullException">
1129         <paramref name="name" /> is null. </exception>
1130       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false. </exception>
1131     </member>
1132     <member name="M:System.Reflection.Emit.TypeBuilder.DefineMethod(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions)">
1133       <summary>Adds a new method to the type, with the specified name, method attributes, and calling convention.</summary>
1134       <returns>A <see cref="T:System.Reflection.Emit.MethodBuilder" /> representing the newly defined method.</returns>
1135       <param name="name">The name of the method. <paramref name="name" /> cannot contain embedded nulls. </param>
1136       <param name="attributes">The attributes of the method. </param>
1137       <param name="callingConvention">The calling convention of the method. </param>
1138       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero.-or- The type of the parent of this method is an interface and this method is not virtual (Overridable in Visual Basic). </exception>
1139       <exception cref="T:System.ArgumentNullException">
1140         <paramref name="name" /> is null. </exception>
1141       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false. </exception>
1142     </member>
1143     <member name="M:System.Reflection.Emit.TypeBuilder.DefineMethod(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[])">
1144       <summary>Adds a new method to the type, with the specified name, method attributes, calling convention, and method signature.</summary>
1145       <returns>A <see cref="T:System.Reflection.Emit.MethodBuilder" /> representing the newly defined method.</returns>
1146       <param name="name">The name of the method. <paramref name="name" /> cannot contain embedded nulls. </param>
1147       <param name="attributes">The attributes of the method. </param>
1148       <param name="callingConvention">The calling convention of the method. </param>
1149       <param name="returnType">The return type of the method. </param>
1150       <param name="parameterTypes">The types of the parameters of the method. </param>
1151       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero.-or- The type of the parent of this method is an interface, and this method is not virtual (Overridable in Visual Basic). </exception>
1152       <exception cref="T:System.ArgumentNullException">
1153         <paramref name="name" /> is null. </exception>
1154       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false. </exception>
1155     </member>
1156     <member name="M:System.Reflection.Emit.TypeBuilder.DefineMethod(System.String,System.Reflection.MethodAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][])">
1157       <summary>Adds a new method to the type, with the specified name, method attributes, calling convention, method signature, and custom modifiers.</summary>
1158       <returns>A <see cref="T:System.Reflection.Emit.MethodBuilder" /> object representing the newly added method.</returns>
1159       <param name="name">The name of the method. <paramref name="name" /> cannot contain embedded nulls. </param>
1160       <param name="attributes">The attributes of the method. </param>
1161       <param name="callingConvention">The calling convention of the method. </param>
1162       <param name="returnType">The return type of the method. </param>
1163       <param name="returnTypeRequiredCustomModifiers">An array of types representing the required custom modifiers, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />, for the return type of the method. If the return type has no required custom modifiers, specify null.</param>
1164       <param name="returnTypeOptionalCustomModifiers">An array of types representing the optional custom modifiers, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />, for the return type of the method. If the return type has no optional custom modifiers, specify null.</param>
1165       <param name="parameterTypes">The types of the parameters of the method.</param>
1166       <param name="parameterTypeRequiredCustomModifiers">An array of arrays of types. Each array of types represents the required custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no required custom modifiers, specify null instead of an array of types. If none of the parameters have required custom modifiers, specify null instead of an array of arrays.</param>
1167       <param name="parameterTypeOptionalCustomModifiers">An array of arrays of types. Each array of types represents the optional custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no optional custom modifiers, specify null instead of an array of types. If none of the parameters have optional custom modifiers, specify null instead of an array of arrays.</param>
1168       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero.-or- The type of the parent of this method is an interface, and this method is not virtual (Overridable in Visual Basic). -or-The size of <paramref name="parameterTypeRequiredCustomModifiers" /> or <paramref name="parameterTypeOptionalCustomModifiers" /> does not equal the size of <paramref name="parameterTypes" />.</exception>
1169       <exception cref="T:System.ArgumentNullException">
1170         <paramref name="name" /> is null. </exception>
1171       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false.</exception>
1172     </member>
1173     <member name="M:System.Reflection.Emit.TypeBuilder.DefineMethod(System.String,System.Reflection.MethodAttributes,System.Type,System.Type[])">
1174       <summary>Adds a new method to the type, with the specified name, method attributes, and method signature.</summary>
1175       <returns>The defined method.</returns>
1176       <param name="name">The name of the method. <paramref name="name" /> cannot contain embedded nulls. </param>
1177       <param name="attributes">The attributes of the method. </param>
1178       <param name="returnType">The return type of the method. </param>
1179       <param name="parameterTypes">The types of the parameters of the method. </param>
1180       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero.-or- The type of the parent of this method is an interface, and this method is not virtual (Overridable in Visual Basic). </exception>
1181       <exception cref="T:System.ArgumentNullException">
1182         <paramref name="name" /> is null. </exception>
1183       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false. </exception>
1184     </member>
1185     <member name="M:System.Reflection.Emit.TypeBuilder.DefineMethodOverride(System.Reflection.MethodInfo,System.Reflection.MethodInfo)">
1186       <summary>Specifies a given method body that implements a given method declaration, potentially with a different name.</summary>
1187       <param name="methodInfoBody">The method body to be used. This should be a MethodBuilder object. </param>
1188       <param name="methodInfoDeclaration">The method whose declaration is to be used. </param>
1189       <exception cref="T:System.ArgumentException">
1190         <paramref name="methodInfoBody" /> does not belong to this class. </exception>
1191       <exception cref="T:System.ArgumentNullException">
1192         <paramref name="methodInfoBody" /> or <paramref name="methodInfoDeclaration" /> is null. </exception>
1193       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or- The declaring type of <paramref name="methodInfoBody" /> is not the type represented by this <see cref="T:System.Reflection.Emit.TypeBuilder" />. </exception>
1194     </member>
1195     <member name="M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String)">
1196       <summary>Defines a nested type, given its name.</summary>
1197       <returns>The defined nested type.</returns>
1198       <param name="name">The short name of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
1199       <exception cref="T:System.ArgumentException">Length of <paramref name="name" /> is zero or greater than 1023. -or-This operation would create a type with a duplicate <see cref="P:System.Reflection.Emit.TypeBuilder.FullName" /> in the current assembly.</exception>
1200       <exception cref="T:System.ArgumentNullException">
1201         <paramref name="name" /> is null. </exception>
1202     </member>
1203     <member name="M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes)">
1204       <summary>Defines a nested type, given its name and attributes.</summary>
1205       <returns>The defined nested type.</returns>
1206       <param name="name">The short name of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
1207       <param name="attr">The attributes of the type. </param>
1208       <exception cref="T:System.ArgumentException">The nested attribute is not specified.-or- This type is sealed.-or- This type is an array.-or- This type is an interface, but the nested type is not an interface.-or- The length of <paramref name="name" /> is zero or greater than 1023. -or-This operation would create a type with a duplicate <see cref="P:System.Reflection.Emit.TypeBuilder.FullName" /> in the current assembly.</exception>
1209       <exception cref="T:System.ArgumentNullException">
1210         <paramref name="name" /> is null. </exception>
1211     </member>
1212     <member name="M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type)">
1213       <summary>Defines a nested type, given its name, attributes, and the type that it extends.</summary>
1214       <returns>The defined nested type.</returns>
1215       <param name="name">The short name of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
1216       <param name="attr">The attributes of the type. </param>
1217       <param name="parent">The type that the nested type extends. </param>
1218       <exception cref="T:System.ArgumentException">The nested attribute is not specified.-or- This type is sealed.-or- This type is an array.-or- This type is an interface, but the nested type is not an interface.-or- The length of <paramref name="name" /> is zero or greater than 1023. -or-This operation would create a type with a duplicate <see cref="P:System.Reflection.Emit.TypeBuilder.FullName" /> in the current assembly.</exception>
1219       <exception cref="T:System.ArgumentNullException">
1220         <paramref name="name" /> is null. </exception>
1221     </member>
1222     <member name="M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Int32)">
1223       <summary>Defines a nested type, given its name, attributes, the total size of the type, and the type that it extends.</summary>
1224       <returns>The defined nested type.</returns>
1225       <param name="name">The short name of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
1226       <param name="attr">The attributes of the type. </param>
1227       <param name="parent">The type that the nested type extends. </param>
1228       <param name="typeSize">The total size of the type. </param>
1229       <exception cref="T:System.ArgumentException">The nested attribute is not specified.-or- This type is sealed.-or- This type is an array.-or- This type is an interface, but the nested type is not an interface.-or- The length of <paramref name="name" /> is zero or greater than 1023. -or-This operation would create a type with a duplicate <see cref="P:System.Reflection.Emit.TypeBuilder.FullName" /> in the current assembly.</exception>
1230       <exception cref="T:System.ArgumentNullException">
1231         <paramref name="name" /> is null. </exception>
1232     </member>
1233     <member name="M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize)">
1234       <summary>Defines a nested type, given its name, attributes, the type that it extends, and the packing size.</summary>
1235       <returns>The defined nested type.</returns>
1236       <param name="name">The short name of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
1237       <param name="attr">The attributes of the type. </param>
1238       <param name="parent">The type that the nested type extends. </param>
1239       <param name="packSize">The packing size of the type. </param>
1240       <exception cref="T:System.ArgumentException">The nested attribute is not specified.-or- This type is sealed.-or- This type is an array.-or- This type is an interface, but the nested type is not an interface.-or- The length of <paramref name="name" /> is zero or greater than 1023. -or-This operation would create a type with a duplicate <see cref="P:System.Reflection.Emit.TypeBuilder.FullName" /> in the current assembly.</exception>
1241       <exception cref="T:System.ArgumentNullException">
1242         <paramref name="name" /> is null. </exception>
1243     </member>
1244     <member name="M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Reflection.Emit.PackingSize,System.Int32)">
1245       <summary>Defines a nested type, given its name, attributes, size, and the type that it extends.</summary>
1246       <returns>The defined nested type.</returns>
1247       <param name="name">The short name of the type. <paramref name="name" /> cannot contain embedded null values.</param>
1248       <param name="attr">The attributes of the type.</param>
1249       <param name="parent">The type that the nested type extends.</param>
1250       <param name="packSize">The packing size of the type.</param>
1251       <param name="typeSize">The total size of the type.</param>
1252     </member>
1253     <member name="M:System.Reflection.Emit.TypeBuilder.DefineNestedType(System.String,System.Reflection.TypeAttributes,System.Type,System.Type[])">
1254       <summary>Defines a nested type, given its name, attributes, the type that it extends, and the interfaces that it implements.</summary>
1255       <returns>The defined nested type.</returns>
1256       <param name="name">The short name of the type. <paramref name="name" /> cannot contain embedded nulls. </param>
1257       <param name="attr">The attributes of the type. </param>
1258       <param name="parent">The type that the nested type extends. </param>
1259       <param name="interfaces">The interfaces that the nested type implements. </param>
1260       <exception cref="T:System.ArgumentException">The nested attribute is not specified.-or- This type is sealed.-or- This type is an array.-or- This type is an interface, but the nested type is not an interface.-or- The length of <paramref name="name" /> is zero or greater than 1023. -or-This operation would create a type with a duplicate <see cref="P:System.Reflection.Emit.TypeBuilder.FullName" /> in the current assembly.</exception>
1261       <exception cref="T:System.ArgumentNullException">
1262         <paramref name="name" /> is null.-or-An element of the <paramref name="interfaces" /> array is null.</exception>
1263     </member>
1264     <member name="M:System.Reflection.Emit.TypeBuilder.DefineProperty(System.String,System.Reflection.PropertyAttributes,System.Reflection.CallingConventions,System.Type,System.Type[])">
1265       <summary>Adds a new property to the type, with the given name, attributes, calling convention, and property signature.</summary>
1266       <returns>The defined property.</returns>
1267       <param name="name">The name of the property. <paramref name="name" /> cannot contain embedded nulls. </param>
1268       <param name="attributes">The attributes of the property. </param>
1269       <param name="callingConvention">The calling convention of the property accessors. </param>
1270       <param name="returnType">The return type of the property. </param>
1271       <param name="parameterTypes">The types of the parameters of the property.</param>
1272       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero. </exception>
1273       <exception cref="T:System.ArgumentNullException">
1274         <paramref name="name" /> is null. -or- Any of the elements of the <paramref name="parameterTypes" /> array is null. </exception>
1275       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1276     </member>
1277     <member name="M:System.Reflection.Emit.TypeBuilder.DefineProperty(System.String,System.Reflection.PropertyAttributes,System.Reflection.CallingConventions,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][])">
1278       <summary>Adds a new property to the type, with the given name, calling convention, property signature, and custom modifiers.</summary>
1279       <returns>The defined property.</returns>
1280       <param name="name">The name of the property. <paramref name="name" /> cannot contain embedded nulls. </param>
1281       <param name="attributes">The attributes of the property. </param>
1282       <param name="callingConvention">The calling convention of the property accessors. </param>
1283       <param name="returnType">The return type of the property. </param>
1284       <param name="returnTypeRequiredCustomModifiers">An array of types representing the required custom modifiers, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />, for the return type of the property. If the return type has no required custom modifiers, specify null.</param>
1285       <param name="returnTypeOptionalCustomModifiers">An array of types representing the optional custom modifiers, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />, for the return type of the property. If the return type has no optional custom modifiers, specify null.</param>
1286       <param name="parameterTypes">The types of the parameters of the property. </param>
1287       <param name="parameterTypeRequiredCustomModifiers">An array of arrays of types. Each array of types represents the required custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no required custom modifiers, specify null instead of an array of types. If none of the parameters have required custom modifiers, specify null instead of an array of arrays.</param>
1288       <param name="parameterTypeOptionalCustomModifiers">An array of arrays of types. Each array of types represents the optional custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no optional custom modifiers, specify null instead of an array of types. If none of the parameters have optional custom modifiers, specify null instead of an array of arrays.</param>
1289       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero. </exception>
1290       <exception cref="T:System.ArgumentNullException">
1291         <paramref name="name" /> is null. -or- Any of the elements of the <paramref name="parameterTypes" /> array is null. </exception>
1292       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1293     </member>
1294     <member name="M:System.Reflection.Emit.TypeBuilder.DefineProperty(System.String,System.Reflection.PropertyAttributes,System.Type,System.Type[])">
1295       <summary>Adds a new property to the type, with the given name and property signature.</summary>
1296       <returns>The defined property.</returns>
1297       <param name="name">The name of the property. <paramref name="name" /> cannot contain embedded nulls. </param>
1298       <param name="attributes">The attributes of the property. </param>
1299       <param name="returnType">The return type of the property. </param>
1300       <param name="parameterTypes">The types of the parameters of the property. </param>
1301       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero. </exception>
1302       <exception cref="T:System.ArgumentNullException">
1303         <paramref name="name" /> is null. -or- Any of the elements of the <paramref name="parameterTypes" /> array is null. </exception>
1304       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1305     </member>
1306     <member name="M:System.Reflection.Emit.TypeBuilder.DefineProperty(System.String,System.Reflection.PropertyAttributes,System.Type,System.Type[],System.Type[],System.Type[],System.Type[][],System.Type[][])">
1307       <summary>Adds a new property to the type, with the given name, property signature, and custom modifiers.</summary>
1308       <returns>The defined property.</returns>
1309       <param name="name">The name of the property. <paramref name="name" /> cannot contain embedded nulls. </param>
1310       <param name="attributes">The attributes of the property. </param>
1311       <param name="returnType">The return type of the property. </param>
1312       <param name="returnTypeRequiredCustomModifiers">An array of types representing the required custom modifiers, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />, for the return type of the property. If the return type has no required custom modifiers, specify null.</param>
1313       <param name="returnTypeOptionalCustomModifiers">An array of types representing the optional custom modifiers, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />, for the return type of the property. If the return type has no optional custom modifiers, specify null.</param>
1314       <param name="parameterTypes">The types of the parameters of the property. </param>
1315       <param name="parameterTypeRequiredCustomModifiers">An array of arrays of types. Each array of types represents the required custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no required custom modifiers, specify null instead of an array of types. If none of the parameters have required custom modifiers, specify null instead of an array of arrays.</param>
1316       <param name="parameterTypeOptionalCustomModifiers">An array of arrays of types. Each array of types represents the optional custom modifiers for the corresponding parameter, such as <see cref="T:System.Runtime.CompilerServices.IsConst" />. If a particular parameter has no optional custom modifiers, specify null instead of an array of types. If none of the parameters have optional custom modifiers, specify null instead of an array of arrays.</param>
1317       <exception cref="T:System.ArgumentException">The length of <paramref name="name" /> is zero. </exception>
1318       <exception cref="T:System.ArgumentNullException">
1319         <paramref name="name" /> is null-or- Any of the elements of the <paramref name="parameterTypes" /> array is null</exception>
1320       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1321     </member>
1322     <member name="M:System.Reflection.Emit.TypeBuilder.DefineTypeInitializer">
1323       <summary>Defines the initializer for this type.</summary>
1324       <returns>Returns a type initializer.</returns>
1325       <exception cref="T:System.InvalidOperationException">The containing type has been previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1326     </member>
1327     <member name="M:System.Reflection.Emit.TypeBuilder.DefineUninitializedData(System.String,System.Int32,System.Reflection.FieldAttributes)">
1328       <summary>Defines an uninitialized data field in the .sdata section of the portable executable (PE) file.</summary>
1329       <returns>A field to reference the data.</returns>
1330       <param name="name">The name used to refer to the data. <paramref name="name" /> cannot contain embedded nulls. </param>
1331       <param name="size">The size of the data field. </param>
1332       <param name="attributes">The attributes for the field. </param>
1333       <exception cref="T:System.ArgumentException">Length of <paramref name="name" /> is zero.-or- <paramref name="size" /> is less than or equal to zero, or greater than or equal to 0x003f0000. </exception>
1334       <exception cref="T:System.ArgumentNullException">
1335         <paramref name="name" /> is null. </exception>
1336       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />. </exception>
1337     </member>
1338     <member name="P:System.Reflection.Emit.TypeBuilder.FullName">
1339       <summary>Retrieves the full path of this type.</summary>
1340       <returns>Read-only. Retrieves the full path of this type.</returns>
1341     </member>
1342     <member name="P:System.Reflection.Emit.TypeBuilder.GenericParameterAttributes">
1343       <summary>Gets a value that indicates the covariance and special constraints of the current generic type parameter. </summary>
1344       <returns>A bitwise combination of <see cref="T:System.Reflection.GenericParameterAttributes" /> values that describes the covariance and special constraints of the current generic type parameter.</returns>
1345     </member>
1346     <member name="P:System.Reflection.Emit.TypeBuilder.GenericParameterPosition">
1347       <summary>Gets the position of a type parameter in the type parameter list of the generic type that declared the parameter.</summary>
1348       <returns>If the current <see cref="T:System.Reflection.Emit.TypeBuilder" /> object represents a generic type parameter, the position of the type parameter in the type parameter list of the generic type that declared the parameter; otherwise, undefined.</returns>
1349     </member>
1350     <member name="P:System.Reflection.Emit.TypeBuilder.GenericTypeArguments"></member>
1351     <member name="M:System.Reflection.Emit.TypeBuilder.GetArrayRank"></member>
1352     <member name="M:System.Reflection.Emit.TypeBuilder.GetConstructor(System.Type,System.Reflection.ConstructorInfo)">
1353       <summary>Returns the constructor of the specified constructed generic type that corresponds to the specified constructor of the generic type definition. </summary>
1354       <returns>A <see cref="T:System.Reflection.ConstructorInfo" /> object that represents the constructor of <paramref name="type" /> corresponding to <paramref name="constructor" />, which specifies a constructor belonging to the generic type definition of <paramref name="type" />.</returns>
1355       <param name="type">The constructed generic type whose constructor is returned.</param>
1356       <param name="constructor">A constructor on the generic type definition of <paramref name="type" />, which specifies which constructor of <paramref name="type" /> to return.</param>
1357       <exception cref="T:System.ArgumentException">
1358         <paramref name="type" /> does not represent a generic type. -or-<paramref name="type" /> is not of type <see cref="T:System.Reflection.Emit.TypeBuilder" />.-or-The declaring type of <paramref name="constructor" /> is not a generic type definition. -or-The declaring type of <paramref name="constructor" /> is not the generic type definition of <paramref name="type" />.</exception>
1359     </member>
1360     <member name="M:System.Reflection.Emit.TypeBuilder.GetElementType">
1361       <summary>Calling this method always throws <see cref="T:System.NotSupportedException" />.</summary>
1362       <returns>This method is not supported. No value is returned.</returns>
1363       <exception cref="T:System.NotSupportedException">This method is not supported. </exception>
1364     </member>
1365     <member name="M:System.Reflection.Emit.TypeBuilder.GetField(System.Type,System.Reflection.FieldInfo)">
1366       <summary>Returns the field of the specified constructed generic type that corresponds to the specified field of the generic type definition. </summary>
1367       <returns>A <see cref="T:System.Reflection.FieldInfo" /> object that represents the field of <paramref name="type" /> corresponding to <paramref name="field" />, which specifies a field belonging to the generic type definition of <paramref name="type" />.</returns>
1368       <param name="type">The constructed generic type whose field is returned.</param>
1369       <param name="field">A field on the generic type definition of <paramref name="type" />, which specifies which field of <paramref name="type" /> to return.</param>
1370       <exception cref="T:System.ArgumentException">
1371         <paramref name="type" /> does not represent a generic type. -or-<paramref name="type" /> is not of type <see cref="T:System.Reflection.Emit.TypeBuilder" />.-or-The declaring type of <paramref name="field" /> is not a generic type definition. -or-The declaring type of <paramref name="field" /> is not the generic type definition of <paramref name="type" />.</exception>
1372     </member>
1373     <member name="M:System.Reflection.Emit.TypeBuilder.GetGenericParameterConstraints"></member>
1374     <member name="M:System.Reflection.Emit.TypeBuilder.GetGenericTypeDefinition">
1375       <summary>Returns a <see cref="T:System.Type" /> object that represents a generic type definition from which the current type can be obtained.</summary>
1376       <returns>A <see cref="T:System.Type" /> object representing a generic type definition from which the current type can be obtained.</returns>
1377       <exception cref="T:System.InvalidOperationException">The current type is not generic. That is, <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> returns false.</exception>
1378     </member>
1379     <member name="M:System.Reflection.Emit.TypeBuilder.GetMethod(System.Type,System.Reflection.MethodInfo)">
1380       <summary>Returns the method of the specified constructed generic type that corresponds to the specified method of the generic type definition. </summary>
1381       <returns>A <see cref="T:System.Reflection.MethodInfo" /> object that represents the method of <paramref name="type" /> corresponding to <paramref name="method" />, which specifies a method belonging to the generic type definition of <paramref name="type" />.</returns>
1382       <param name="type">The constructed generic type whose method is returned.</param>
1383       <param name="method">A method on the generic type definition of <paramref name="type" />, which specifies which method of <paramref name="type" /> to return.</param>
1384       <exception cref="T:System.ArgumentException">
1385         <paramref name="method" /> is a generic method that is not a generic method definition.-or-<paramref name="type" /> does not represent a generic type.-or-<paramref name="type" /> is not of type <see cref="T:System.Reflection.Emit.TypeBuilder" />.-or-The declaring type of <paramref name="method" /> is not a generic type definition. -or-The declaring type of <paramref name="method" /> is not the generic type definition of <paramref name="type" />.</exception>
1386     </member>
1387     <member name="P:System.Reflection.Emit.TypeBuilder.GUID">
1388       <summary>Retrieves the GUID of this type.</summary>
1389       <returns>Read-only. Retrieves the GUID of this type </returns>
1390       <exception cref="T:System.NotSupportedException">This method is not currently supported for incomplete types. </exception>
1391     </member>
1392     <member name="M:System.Reflection.Emit.TypeBuilder.IsAssignableFrom(System.Reflection.TypeInfo)">
1393       <summary>Gets a value that indicates whether a specified <see cref="T:System.Reflection.TypeInfo" /> object can be assigned to this object.</summary>
1394       <returns>true if <paramref name="typeInfo" /> can be assigned to this object; otherwise, false.</returns>
1395       <param name="typeInfo">The object to test.</param>
1396     </member>
1397     <member name="M:System.Reflection.Emit.TypeBuilder.IsCreated">
1398       <summary>Returns a value that indicates whether the current dynamic type has been created.</summary>
1399       <returns>true if the <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" /> method has been called; otherwise, false. </returns>
1400     </member>
1401     <member name="P:System.Reflection.Emit.TypeBuilder.IsEnum"></member>
1402     <member name="P:System.Reflection.Emit.TypeBuilder.IsGenericParameter">
1403       <summary>Gets a value indicating whether the current type is a generic type parameter.</summary>
1404       <returns>true if the current <see cref="T:System.Reflection.Emit.TypeBuilder" /> object represents a generic type parameter; otherwise, false.</returns>
1405     </member>
1406     <member name="P:System.Reflection.Emit.TypeBuilder.IsGenericType">
1407       <summary>Gets a value indicating whether the current type is a generic type. </summary>
1408       <returns>true if the type represented by the current <see cref="T:System.Reflection.Emit.TypeBuilder" /> object is generic; otherwise, false.</returns>
1409     </member>
1410     <member name="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition">
1411       <summary>Gets a value indicating whether the current <see cref="T:System.Reflection.Emit.TypeBuilder" /> represents a generic type definition from which other generic types can be constructed.</summary>
1412       <returns>true if this <see cref="T:System.Reflection.Emit.TypeBuilder" /> object represents a generic type definition; otherwise, false.</returns>
1413     </member>
1414     <member name="P:System.Reflection.Emit.TypeBuilder.IsSerializable"></member>
1415     <member name="M:System.Reflection.Emit.TypeBuilder.MakeArrayType">
1416       <summary>Returns a <see cref="T:System.Type" /> object that represents a one-dimensional array of the current type, with a lower bound of zero.</summary>
1417       <returns>A <see cref="T:System.Type" /> object representing a one-dimensional array type whose element type is the current type, with a lower bound of zero.</returns>
1418     </member>
1419     <member name="M:System.Reflection.Emit.TypeBuilder.MakeArrayType(System.Int32)">
1420       <summary>Returns a <see cref="T:System.Type" /> object that represents an array of the current type, with the specified number of dimensions.</summary>
1421       <returns>A <see cref="T:System.Type" /> object that represents a one-dimensional array of the current type.</returns>
1422       <param name="rank">The number of dimensions for the array. </param>
1423       <exception cref="T:System.IndexOutOfRangeException">
1424         <paramref name="rank" /> is not a valid array dimension.</exception>
1425     </member>
1426     <member name="M:System.Reflection.Emit.TypeBuilder.MakeByRefType">
1427       <summary>Returns a <see cref="T:System.Type" /> object that represents the current type when passed as a ref parameter (ByRef in Visual Basic).</summary>
1428       <returns>A <see cref="T:System.Type" /> object that represents the current type when passed as a ref parameter (ByRef in Visual Basic).</returns>
1429     </member>
1430     <member name="M:System.Reflection.Emit.TypeBuilder.MakeGenericType(System.Type[])">
1431       <summary>Substitutes the elements of an array of types for the type parameters of the current generic type definition, and returns the resulting constructed type.</summary>
1432       <returns>A <see cref="T:System.Type" /> representing the constructed type formed by substituting the elements of <paramref name="typeArguments" /> for the type parameters of the current generic type. </returns>
1433       <param name="typeArguments">An array of types to be substituted for the type parameters of the current generic type definition.</param>
1434       <exception cref="T:System.InvalidOperationException">The current type does not represent the definition of a generic type. That is, <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> returns false. </exception>
1435       <exception cref="T:System.ArgumentNullException">
1436         <paramref name="typeArguments" /> is null.-or- Any element of <paramref name="typeArguments" /> is null. </exception>
1437       <exception cref="T:System.ArgumentException">Any element of <paramref name="typeArguments" /> does not satisfy the constraints specified for the corresponding type parameter of the current generic type. </exception>
1438     </member>
1439     <member name="M:System.Reflection.Emit.TypeBuilder.MakePointerType">
1440       <summary>Returns a <see cref="T:System.Type" /> object that represents the type of an unmanaged pointer to the current type.</summary>
1441       <returns>A <see cref="T:System.Type" /> object that represents the type of an unmanaged pointer to the current type.</returns>
1442     </member>
1443     <member name="P:System.Reflection.Emit.TypeBuilder.Module">
1444       <summary>Retrieves the dynamic module that contains this type definition.</summary>
1445       <returns>Read-only. Retrieves the dynamic module that contains this type definition.</returns>
1446     </member>
1447     <member name="P:System.Reflection.Emit.TypeBuilder.Name">
1448       <summary>Retrieves the name of this type.</summary>
1449       <returns>Read-only. Retrieves the <see cref="T:System.String" /> name of this type.</returns>
1450     </member>
1451     <member name="P:System.Reflection.Emit.TypeBuilder.Namespace">
1452       <summary>Retrieves the namespace where this TypeBuilder is defined.</summary>
1453       <returns>Read-only. Retrieves the namespace where this TypeBuilder is defined.</returns>
1454     </member>
1455     <member name="P:System.Reflection.Emit.TypeBuilder.PackingSize">
1456       <summary>Retrieves the packing size of this type.</summary>
1457       <returns>Read-only. Retrieves the packing size of this type.</returns>
1458     </member>
1459     <member name="M:System.Reflection.Emit.TypeBuilder.SetCustomAttribute(System.Reflection.ConstructorInfo,System.Byte[])">
1460       <summary>Sets a custom attribute using a specified custom attribute blob.</summary>
1461       <param name="con">The constructor for the custom attribute. </param>
1462       <param name="binaryAttribute">A byte blob representing the attributes. </param>
1463       <exception cref="T:System.ArgumentNullException">
1464         <paramref name="con" /> or <paramref name="binaryAttribute" /> is null. </exception>
1465       <exception cref="T:System.InvalidOperationException">For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false.</exception>
1466     </member>
1467     <member name="M:System.Reflection.Emit.TypeBuilder.SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
1468       <summary>Set a custom attribute using a custom attribute builder.</summary>
1469       <param name="customBuilder">An instance of a helper class to define the custom attribute. </param>
1470       <exception cref="T:System.ArgumentNullException">
1471         <paramref name="customBuilder" /> is null. </exception>
1472       <exception cref="T:System.InvalidOperationException">For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false.</exception>
1473     </member>
1474     <member name="M:System.Reflection.Emit.TypeBuilder.SetParent(System.Type)">
1475       <summary>Sets the base type of the type currently under construction.</summary>
1476       <param name="parent">The new base type. </param>
1477       <exception cref="T:System.InvalidOperationException">The type was previously created using <see cref="M:System.Reflection.Emit.TypeBuilder.CreateType" />.-or-<paramref name="parent" /> is null, and the current instance represents an interface whose attributes do not include <see cref="F:System.Reflection.TypeAttributes.Abstract" />.-or-For the current dynamic type, the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericType" /> property is true, but the <see cref="P:System.Reflection.Emit.TypeBuilder.IsGenericTypeDefinition" /> property is false. </exception>
1478       <exception cref="T:System.ArgumentException">
1479         <paramref name="parent" /> is an interface. This exception condition is new in the .NET Framework version 2.0. </exception>
1480     </member>
1481     <member name="P:System.Reflection.Emit.TypeBuilder.Size">
1482       <summary>Retrieves the total size of a type.</summary>
1483       <returns>Read-only. Retrieves this type’s total size.</returns>
1484     </member>
1485     <member name="M:System.Reflection.Emit.TypeBuilder.ToString">
1486       <summary>Returns the name of the type excluding the namespace.</summary>
1487       <returns>Read-only. The name of the type excluding the namespace.</returns>
1488     </member>
1489     <member name="F:System.Reflection.Emit.TypeBuilder.UnspecifiedTypeSize">
1490       <summary>Represents that total size for the type is not specified.</summary>
1491     </member>
1492   </members>
1493 </doc>