[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API6 / build / tizen60 / ref / System.Reflection.Primitives.xml
1 <?xml version="1.0" encoding="utf-8"?><doc>
2   <assembly>
3     <name>System.Reflection.Primitives</name>
4   </assembly>
5   <members>
6     <member name="T:System.Reflection.MethodImplAttributes">
7       <summary>Specifies flags for the attributes of a method implementation.</summary>
8     </member>
9     <member name="F:System.Reflection.MethodImplAttributes.AggressiveInlining">
10       <summary>Specifies that the method should be inlined wherever possible.</summary>
11       <returns></returns>
12     </member>
13     <member name="F:System.Reflection.MethodImplAttributes.CodeTypeMask">
14       <summary>Specifies flags about code type.</summary>
15       <returns></returns>
16     </member>
17     <member name="F:System.Reflection.MethodImplAttributes.ForwardRef">
18       <summary>Specifies that the method is not defined.</summary>
19       <returns></returns>
20     </member>
21     <member name="F:System.Reflection.MethodImplAttributes.IL">
22       <summary>Specifies that the method implementation is in Microsoft intermediate language (MSIL).</summary>
23       <returns></returns>
24     </member>
25     <member name="F:System.Reflection.MethodImplAttributes.InternalCall">
26       <summary>Specifies an internal call.</summary>
27       <returns></returns>
28     </member>
29     <member name="F:System.Reflection.MethodImplAttributes.Managed">
30       <summary>Specifies that the method is implemented in managed code.</summary>
31       <returns></returns>
32     </member>
33     <member name="F:System.Reflection.MethodImplAttributes.ManagedMask">
34       <summary>Specifies whether the method is implemented in managed or unmanaged code.</summary>
35       <returns></returns>
36     </member>
37     <member name="F:System.Reflection.MethodImplAttributes.Native">
38       <summary>Specifies that the method implementation is native.</summary>
39       <returns></returns>
40     </member>
41     <member name="F:System.Reflection.MethodImplAttributes.NoInlining">
42       <summary>Specifies that the method cannot be inlined.</summary>
43       <returns></returns>
44     </member>
45     <member name="F:System.Reflection.MethodImplAttributes.NoOptimization">
46       <summary>Specifies that the method is not optimized by the just-in-time (JIT) compiler or by native code generation (see Ngen.exe) when debugging possible code generation problems.</summary>
47       <returns></returns>
48     </member>
49     <member name="F:System.Reflection.MethodImplAttributes.OPTIL">
50       <summary>Specifies that the method implementation is in Optimized Intermediate Language (OPTIL).</summary>
51       <returns></returns>
52     </member>
53     <member name="F:System.Reflection.MethodImplAttributes.PreserveSig">
54       <summary>Specifies that the method signature is exported exactly as declared.</summary>
55       <returns></returns>
56     </member>
57     <member name="F:System.Reflection.MethodImplAttributes.Runtime">
58       <summary>Specifies that the method implementation is provided by the runtime.</summary>
59       <returns></returns>
60     </member>
61     <member name="F:System.Reflection.MethodImplAttributes.Synchronized">
62       <summary>Specifies that the method is single-threaded through the body. Static methods (<see langword="Shared"></see> in Visual Basic) lock on the type, whereas instance methods lock on the instance. You can also use the C# lock statement or the Visual Basic SyncLock statement for this purpose.</summary>
63       <returns></returns>
64     </member>
65     <member name="F:System.Reflection.MethodImplAttributes.Unmanaged">
66       <summary>Specifies that the method is implemented in unmanaged code.</summary>
67       <returns></returns>
68     </member>
69     <member name="T:System.Reflection.MethodAttributes">
70       <summary>Specifies flags for method attributes. These flags are defined in the corhdr.h file.</summary>
71     </member>
72     <member name="F:System.Reflection.MethodAttributes.Abstract">
73       <summary>Indicates that the class does not provide an implementation of this method.</summary>
74       <returns></returns>
75     </member>
76     <member name="F:System.Reflection.MethodAttributes.Assembly">
77       <summary>Indicates that the method is accessible to any class of this assembly.</summary>
78       <returns></returns>
79     </member>
80     <member name="F:System.Reflection.MethodAttributes.CheckAccessOnOverride">
81       <summary>Indicates that the method can only be overridden when it is also accessible.</summary>
82       <returns></returns>
83     </member>
84     <member name="F:System.Reflection.MethodAttributes.FamANDAssem">
85       <summary>Indicates that the method is accessible to members of this type and its derived types that are in this assembly only.</summary>
86       <returns></returns>
87     </member>
88     <member name="F:System.Reflection.MethodAttributes.Family">
89       <summary>Indicates that the method is accessible only to members of this class and its derived classes.</summary>
90       <returns></returns>
91     </member>
92     <member name="F:System.Reflection.MethodAttributes.FamORAssem">
93       <summary>Indicates that the method is accessible to derived classes anywhere, as well as to any class in the assembly.</summary>
94       <returns></returns>
95     </member>
96     <member name="F:System.Reflection.MethodAttributes.Final">
97       <summary>Indicates that the method cannot be overridden.</summary>
98       <returns></returns>
99     </member>
100     <member name="F:System.Reflection.MethodAttributes.HasSecurity">
101       <summary>Indicates that the method has security associated with it. Reserved flag for runtime use only.</summary>
102       <returns></returns>
103     </member>
104     <member name="F:System.Reflection.MethodAttributes.HideBySig">
105       <summary>Indicates that the method hides by name and signature; otherwise, by name only.</summary>
106       <returns></returns>
107     </member>
108     <member name="F:System.Reflection.MethodAttributes.MemberAccessMask">
109       <summary>Retrieves accessibility information.</summary>
110       <returns></returns>
111     </member>
112     <member name="F:System.Reflection.MethodAttributes.NewSlot">
113       <summary>Indicates that the method always gets a new slot in the vtable.</summary>
114       <returns></returns>
115     </member>
116     <member name="F:System.Reflection.MethodAttributes.PinvokeImpl">
117       <summary>Indicates that the method implementation is forwarded through PInvoke (Platform Invocation Services).</summary>
118       <returns></returns>
119     </member>
120     <member name="F:System.Reflection.MethodAttributes.Private">
121       <summary>Indicates that the method is accessible only to the current class.</summary>
122       <returns></returns>
123     </member>
124     <member name="F:System.Reflection.MethodAttributes.PrivateScope">
125       <summary>Indicates that the member cannot be referenced.</summary>
126       <returns></returns>
127     </member>
128     <member name="F:System.Reflection.MethodAttributes.Public">
129       <summary>Indicates that the method is accessible to any object for which this object is in scope.</summary>
130       <returns></returns>
131     </member>
132     <member name="F:System.Reflection.MethodAttributes.RequireSecObject">
133       <summary>Indicates that the method calls another method containing security code. Reserved flag for runtime use only.</summary>
134       <returns></returns>
135     </member>
136     <member name="F:System.Reflection.MethodAttributes.ReuseSlot">
137       <summary>Indicates that the method will reuse an existing slot in the vtable. This is the default behavior.</summary>
138       <returns></returns>
139     </member>
140     <member name="F:System.Reflection.MethodAttributes.RTSpecialName">
141       <summary>Indicates that the common language runtime checks the name encoding.</summary>
142       <returns></returns>
143     </member>
144     <member name="F:System.Reflection.MethodAttributes.SpecialName">
145       <summary>Indicates that the method is special. The name describes how this method is special.</summary>
146       <returns></returns>
147     </member>
148     <member name="F:System.Reflection.MethodAttributes.Static">
149       <summary>Indicates that the method is defined on the type; otherwise, it is defined per instance.</summary>
150       <returns></returns>
151     </member>
152     <member name="F:System.Reflection.MethodAttributes.UnmanagedExport">
153       <summary>Indicates that the managed method is exported by thunk to unmanaged code.</summary>
154       <returns></returns>
155     </member>
156     <member name="F:System.Reflection.MethodAttributes.Virtual">
157       <summary>Indicates that the method is virtual.</summary>
158       <returns></returns>
159     </member>
160     <member name="F:System.Reflection.MethodAttributes.VtableLayoutMask">
161       <summary>Retrieves vtable attributes.</summary>
162       <returns></returns>
163     </member>
164     <member name="T:System.Reflection.EventAttributes">
165       <summary>Specifies the attributes of an event.</summary>
166     </member>
167     <member name="F:System.Reflection.EventAttributes.None">
168       <summary>Specifies that the event has no attributes.</summary>
169       <returns></returns>
170     </member>
171     <member name="F:System.Reflection.EventAttributes.RTSpecialName">
172       <summary>Specifies that the common language runtime should check name encoding.</summary>
173       <returns></returns>
174     </member>
175     <member name="F:System.Reflection.EventAttributes.SpecialName">
176       <summary>Specifies that the event is special in a way described by the name.</summary>
177       <returns></returns>
178     </member>
179     <member name="T:System.Reflection.Emit.StackBehaviour">
180       <summary>Describes how values are pushed onto a stack or popped off a stack.</summary>
181     </member>
182     <member name="F:System.Reflection.Emit.StackBehaviour.Pop0">
183       <summary>No values are popped off the stack.</summary>
184       <returns></returns>
185     </member>
186     <member name="F:System.Reflection.Emit.StackBehaviour.Pop1">
187       <summary>Pops one value off the stack.</summary>
188       <returns></returns>
189     </member>
190     <member name="F:System.Reflection.Emit.StackBehaviour.Pop1_pop1">
191       <summary>Pops 1 value off the stack for the first operand, and 1 value of the stack for the second operand.</summary>
192       <returns></returns>
193     </member>
194     <member name="F:System.Reflection.Emit.StackBehaviour.Popi">
195       <summary>Pops a 32-bit integer off the stack.</summary>
196       <returns></returns>
197     </member>
198     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_pop1">
199       <summary>Pops a 32-bit integer off the stack for the first operand, and a value off the stack for the second operand.</summary>
200       <returns></returns>
201     </member>
202     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popi">
203       <summary>Pops a 32-bit integer off the stack for the first operand, and a 32-bit integer off the stack for the second operand.</summary>
204       <returns></returns>
205     </member>
206     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popi_popi">
207       <summary>Pops a 32-bit integer off the stack for the first operand, a 32-bit integer off the stack for the second operand, and a 32-bit integer off the stack for the third operand.</summary>
208       <returns></returns>
209     </member>
210     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popi8">
211       <summary>Pops a 32-bit integer off the stack for the first operand, and a 64-bit integer off the stack for the second operand.</summary>
212       <returns></returns>
213     </member>
214     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popr4">
215       <summary>Pops a 32-bit integer off the stack for the first operand, and a 32-bit floating point number off the stack for the second operand.</summary>
216       <returns></returns>
217     </member>
218     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popr8">
219       <summary>Pops a 32-bit integer off the stack for the first operand, and a 64-bit floating point number off the stack for the second operand.</summary>
220       <returns></returns>
221     </member>
222     <member name="F:System.Reflection.Emit.StackBehaviour.Popref">
223       <summary>Pops a reference off the stack.</summary>
224       <returns></returns>
225     </member>
226     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_pop1">
227       <summary>Pops a reference off the stack for the first operand, and a value off the stack for the second operand.</summary>
228       <returns></returns>
229     </member>
230     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi">
231       <summary>Pops a reference off the stack for the first operand, and a 32-bit integer off the stack for the second operand.</summary>
232       <returns></returns>
233     </member>
234     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_pop1">
235       <summary>Pops a reference off the stack for the first operand, a value off the stack for the second operand, and a 32-bit integer off the stack for the third operand.</summary>
236       <returns></returns>
237     </member>
238     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popi">
239       <summary>Pops a reference off the stack for the first operand, a value off the stack for the second operand, and a value off the stack for the third operand.</summary>
240       <returns></returns>
241     </member>
242     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popi8">
243       <summary>Pops a reference off the stack for the first operand, a value off the stack for the second operand, and a 64-bit integer off the stack for the third operand.</summary>
244       <returns></returns>
245     </member>
246     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popr4">
247       <summary>Pops a reference off the stack for the first operand, a value off the stack for the second operand, and a 32-bit integer off the stack for the third operand.</summary>
248       <returns></returns>
249     </member>
250     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popr8">
251       <summary>Pops a reference off the stack for the first operand, a value off the stack for the second operand, and a 64-bit floating point number off the stack for the third operand.</summary>
252       <returns></returns>
253     </member>
254     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popref">
255       <summary>Pops a reference off the stack for the first operand, a value off the stack for the second operand, and a reference off the stack for the third operand.</summary>
256       <returns></returns>
257     </member>
258     <member name="F:System.Reflection.Emit.StackBehaviour.Push0">
259       <summary>No values are pushed onto the stack.</summary>
260       <returns></returns>
261     </member>
262     <member name="F:System.Reflection.Emit.StackBehaviour.Push1">
263       <summary>Pushes one value onto the stack.</summary>
264       <returns></returns>
265     </member>
266     <member name="F:System.Reflection.Emit.StackBehaviour.Push1_push1">
267       <summary>Pushes 1 value onto the stack for the first operand, and 1 value onto the stack for the second operand.</summary>
268       <returns></returns>
269     </member>
270     <member name="F:System.Reflection.Emit.StackBehaviour.Pushi">
271       <summary>Pushes a 32-bit integer onto the stack.</summary>
272       <returns></returns>
273     </member>
274     <member name="F:System.Reflection.Emit.StackBehaviour.Pushi8">
275       <summary>Pushes a 64-bit integer onto the stack.</summary>
276       <returns></returns>
277     </member>
278     <member name="F:System.Reflection.Emit.StackBehaviour.Pushr4">
279       <summary>Pushes a 32-bit floating point number onto the stack.</summary>
280       <returns></returns>
281     </member>
282     <member name="F:System.Reflection.Emit.StackBehaviour.Pushr8">
283       <summary>Pushes a 64-bit floating point number onto the stack.</summary>
284       <returns></returns>
285     </member>
286     <member name="F:System.Reflection.Emit.StackBehaviour.Pushref">
287       <summary>Pushes a reference onto the stack.</summary>
288       <returns></returns>
289     </member>
290     <member name="F:System.Reflection.Emit.StackBehaviour.Varpop">
291       <summary>Pops a variable off the stack.</summary>
292       <returns></returns>
293     </member>
294     <member name="F:System.Reflection.Emit.StackBehaviour.Varpush">
295       <summary>Pushes a variable onto the stack.</summary>
296       <returns></returns>
297     </member>
298     <member name="T:System.Reflection.Emit.PackingSize">
299       <summary>Specifies one of two factors that determine the memory alignment of fields when a type is marshaled.</summary>
300     </member>
301     <member name="F:System.Reflection.Emit.PackingSize.Size1">
302       <summary>The packing size is 1 byte.</summary>
303       <returns></returns>
304     </member>
305     <member name="F:System.Reflection.Emit.PackingSize.Size128">
306       <summary>The packing size is 128 bytes.</summary>
307       <returns></returns>
308     </member>
309     <member name="F:System.Reflection.Emit.PackingSize.Size16">
310       <summary>The packing size is 16 bytes.</summary>
311       <returns></returns>
312     </member>
313     <member name="F:System.Reflection.Emit.PackingSize.Size2">
314       <summary>The packing size is 2 bytes.</summary>
315       <returns></returns>
316     </member>
317     <member name="F:System.Reflection.Emit.PackingSize.Size32">
318       <summary>The packing size is 32 bytes.</summary>
319       <returns></returns>
320     </member>
321     <member name="F:System.Reflection.Emit.PackingSize.Size4">
322       <summary>The packing size is 4 bytes.</summary>
323       <returns></returns>
324     </member>
325     <member name="F:System.Reflection.Emit.PackingSize.Size64">
326       <summary>The packing size is 64 bytes.</summary>
327       <returns></returns>
328     </member>
329     <member name="F:System.Reflection.Emit.PackingSize.Size8">
330       <summary>The packing size is 8 bytes.</summary>
331       <returns></returns>
332     </member>
333     <member name="F:System.Reflection.Emit.PackingSize.Unspecified">
334       <summary>The packing size is not specified.</summary>
335       <returns></returns>
336     </member>
337     <member name="T:System.Reflection.Emit.OperandType">
338       <summary>Describes the operand type of Microsoft intermediate language (MSIL) instruction.</summary>
339     </member>
340     <member name="F:System.Reflection.Emit.OperandType.InlineBrTarget">
341       <summary>The operand is a 32-bit integer branch target.</summary>
342       <returns></returns>
343     </member>
344     <member name="F:System.Reflection.Emit.OperandType.InlineField">
345       <summary>The operand is a 32-bit metadata token.</summary>
346       <returns></returns>
347     </member>
348     <member name="F:System.Reflection.Emit.OperandType.InlineI">
349       <summary>The operand is a 32-bit integer.</summary>
350       <returns></returns>
351     </member>
352     <member name="F:System.Reflection.Emit.OperandType.InlineI8">
353       <summary>The operand is a 64-bit integer.</summary>
354       <returns></returns>
355     </member>
356     <member name="F:System.Reflection.Emit.OperandType.InlineMethod">
357       <summary>The operand is a 32-bit metadata token.</summary>
358       <returns></returns>
359     </member>
360     <member name="F:System.Reflection.Emit.OperandType.InlineNone">
361       <summary>No operand.</summary>
362       <returns></returns>
363     </member>
364     <member name="F:System.Reflection.Emit.OperandType.InlinePhi">
365       <summary>The operand is reserved and should not be used.</summary>
366       <returns></returns>
367     </member>
368     <member name="F:System.Reflection.Emit.OperandType.InlineR">
369       <summary>The operand is a 64-bit IEEE floating point number.</summary>
370       <returns></returns>
371     </member>
372     <member name="F:System.Reflection.Emit.OperandType.InlineSig">
373       <summary>The operand is a 32-bit metadata signature token.</summary>
374       <returns></returns>
375     </member>
376     <member name="F:System.Reflection.Emit.OperandType.InlineString">
377       <summary>The operand is a 32-bit metadata string token.</summary>
378       <returns></returns>
379     </member>
380     <member name="F:System.Reflection.Emit.OperandType.InlineSwitch">
381       <summary>The operand is the 32-bit integer argument to a switch instruction.</summary>
382       <returns></returns>
383     </member>
384     <member name="F:System.Reflection.Emit.OperandType.InlineTok">
385       <summary>The operand is a <see langword="FieldRef"></see>, <see langword="MethodRef"></see>, or <see langword="TypeRef"></see> token.</summary>
386       <returns></returns>
387     </member>
388     <member name="F:System.Reflection.Emit.OperandType.InlineType">
389       <summary>The operand is a 32-bit metadata token.</summary>
390       <returns></returns>
391     </member>
392     <member name="F:System.Reflection.Emit.OperandType.InlineVar">
393       <summary>The operand is 16-bit integer containing the ordinal of a local variable or an argument.</summary>
394       <returns></returns>
395     </member>
396     <member name="F:System.Reflection.Emit.OperandType.ShortInlineBrTarget">
397       <summary>The operand is an 8-bit integer branch target.</summary>
398       <returns></returns>
399     </member>
400     <member name="F:System.Reflection.Emit.OperandType.ShortInlineI">
401       <summary>The operand is an 8-bit integer.</summary>
402       <returns></returns>
403     </member>
404     <member name="F:System.Reflection.Emit.OperandType.ShortInlineR">
405       <summary>The operand is a 32-bit IEEE floating point number.</summary>
406       <returns></returns>
407     </member>
408     <member name="F:System.Reflection.Emit.OperandType.ShortInlineVar">
409       <summary>The operand is an 8-bit integer containing the ordinal of a local variable or an argumenta.</summary>
410       <returns></returns>
411     </member>
412     <member name="T:System.Reflection.Emit.OpCodeType">
413       <summary>Describes the types of the Microsoft intermediate language (MSIL) instructions.</summary>
414     </member>
415     <member name="F:System.Reflection.Emit.OpCodeType.Annotation">
416       <summary>This enumerator value is reserved and should not be used.</summary>
417       <returns></returns>
418     </member>
419     <member name="F:System.Reflection.Emit.OpCodeType.Macro">
420       <summary>These are Microsoft intermediate language (MSIL) instructions that are used as a synonym for other MSIL instructions. For example, <see langword="ldarg.0"></see> represents the <see langword="ldarg"></see> instruction with an argument of 0.</summary>
421       <returns></returns>
422     </member>
423     <member name="F:System.Reflection.Emit.OpCodeType.Nternal">
424       <summary>Describes a reserved Microsoft intermediate language (MSIL) instruction.</summary>
425       <returns></returns>
426     </member>
427     <member name="F:System.Reflection.Emit.OpCodeType.Objmodel">
428       <summary>Describes a Microsoft intermediate language (MSIL) instruction that applies to objects.</summary>
429       <returns></returns>
430     </member>
431     <member name="F:System.Reflection.Emit.OpCodeType.Prefix">
432       <summary>Describes a prefix instruction that modifies the behavior of the following instruction.</summary>
433       <returns></returns>
434     </member>
435     <member name="F:System.Reflection.Emit.OpCodeType.Primitive">
436       <summary>Describes a built-in instruction.</summary>
437       <returns></returns>
438     </member>
439     <member name="T:System.Reflection.Emit.OpCodes">
440       <summary>Provides field representations of the Microsoft Intermediate Language (MSIL) instructions for emission by the <see cref="T:System.Reflection.Emit.ILGenerator"></see> class members (such as <see cref="M:System.Reflection.Emit.ILGenerator.Emit(System.Reflection.Emit.OpCode)"></see>).</summary>
441     </member>
442     <member name="F:System.Reflection.Emit.OpCodes.Add">
443       <summary>Adds two values and pushes the result onto the evaluation stack.</summary>
444       <returns></returns>
445     </member>
446     <member name="F:System.Reflection.Emit.OpCodes.Add_Ovf">
447       <summary>Adds two integers, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
448       <returns></returns>
449     </member>
450     <member name="F:System.Reflection.Emit.OpCodes.Add_Ovf_Un">
451       <summary>Adds two unsigned integer values, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
452       <returns></returns>
453     </member>
454     <member name="F:System.Reflection.Emit.OpCodes.And">
455       <summary>Computes the bitwise AND of two values and pushes the result onto the evaluation stack.</summary>
456       <returns></returns>
457     </member>
458     <member name="F:System.Reflection.Emit.OpCodes.Arglist">
459       <summary>Returns an unmanaged pointer to the argument list of the current method.</summary>
460       <returns></returns>
461     </member>
462     <member name="F:System.Reflection.Emit.OpCodes.Beq">
463       <summary>Transfers control to a target instruction if two values are equal.</summary>
464       <returns></returns>
465     </member>
466     <member name="F:System.Reflection.Emit.OpCodes.Beq_S">
467       <summary>Transfers control to a target instruction (short form) if two values are equal.</summary>
468       <returns></returns>
469     </member>
470     <member name="F:System.Reflection.Emit.OpCodes.Bge">
471       <summary>Transfers control to a target instruction if the first value is greater than or equal to the second value.</summary>
472       <returns></returns>
473     </member>
474     <member name="F:System.Reflection.Emit.OpCodes.Bge_S">
475       <summary>Transfers control to a target instruction (short form) if the first value is greater than or equal to the second value.</summary>
476       <returns></returns>
477     </member>
478     <member name="F:System.Reflection.Emit.OpCodes.Bge_Un">
479       <summary>Transfers control to a target instruction if the first value is greater than the second value, when comparing unsigned integer values or unordered float values.</summary>
480       <returns></returns>
481     </member>
482     <member name="F:System.Reflection.Emit.OpCodes.Bge_Un_S">
483       <summary>Transfers control to a target instruction (short form) if the first value is greater than the second value, when comparing unsigned integer values or unordered float values.</summary>
484       <returns></returns>
485     </member>
486     <member name="F:System.Reflection.Emit.OpCodes.Bgt">
487       <summary>Transfers control to a target instruction if the first value is greater than the second value.</summary>
488       <returns></returns>
489     </member>
490     <member name="F:System.Reflection.Emit.OpCodes.Bgt_S">
491       <summary>Transfers control to a target instruction (short form) if the first value is greater than the second value.</summary>
492       <returns></returns>
493     </member>
494     <member name="F:System.Reflection.Emit.OpCodes.Bgt_Un">
495       <summary>Transfers control to a target instruction if the first value is greater than the second value, when comparing unsigned integer values or unordered float values.</summary>
496       <returns></returns>
497     </member>
498     <member name="F:System.Reflection.Emit.OpCodes.Bgt_Un_S">
499       <summary>Transfers control to a target instruction (short form) if the first value is greater than the second value, when comparing unsigned integer values or unordered float values.</summary>
500       <returns></returns>
501     </member>
502     <member name="F:System.Reflection.Emit.OpCodes.Ble">
503       <summary>Transfers control to a target instruction if the first value is less than or equal to the second value.</summary>
504       <returns></returns>
505     </member>
506     <member name="F:System.Reflection.Emit.OpCodes.Ble_S">
507       <summary>Transfers control to a target instruction (short form) if the first value is less than or equal to the second value.</summary>
508       <returns></returns>
509     </member>
510     <member name="F:System.Reflection.Emit.OpCodes.Ble_Un">
511       <summary>Transfers control to a target instruction if the first value is less than or equal to the second value, when comparing unsigned integer values or unordered float values.</summary>
512       <returns></returns>
513     </member>
514     <member name="F:System.Reflection.Emit.OpCodes.Ble_Un_S">
515       <summary>Transfers control to a target instruction (short form) if the first value is less than or equal to the second value, when comparing unsigned integer values or unordered float values.</summary>
516       <returns></returns>
517     </member>
518     <member name="F:System.Reflection.Emit.OpCodes.Blt">
519       <summary>Transfers control to a target instruction if the first value is less than the second value.</summary>
520       <returns></returns>
521     </member>
522     <member name="F:System.Reflection.Emit.OpCodes.Blt_S">
523       <summary>Transfers control to a target instruction (short form) if the first value is less than the second value.</summary>
524       <returns></returns>
525     </member>
526     <member name="F:System.Reflection.Emit.OpCodes.Blt_Un">
527       <summary>Transfers control to a target instruction if the first value is less than the second value, when comparing unsigned integer values or unordered float values.</summary>
528       <returns></returns>
529     </member>
530     <member name="F:System.Reflection.Emit.OpCodes.Blt_Un_S">
531       <summary>Transfers control to a target instruction (short form) if the first value is less than the second value, when comparing unsigned integer values or unordered float values.</summary>
532       <returns></returns>
533     </member>
534     <member name="F:System.Reflection.Emit.OpCodes.Bne_Un">
535       <summary>Transfers control to a target instruction when two unsigned integer values or unordered float values are not equal.</summary>
536       <returns></returns>
537     </member>
538     <member name="F:System.Reflection.Emit.OpCodes.Bne_Un_S">
539       <summary>Transfers control to a target instruction (short form) when two unsigned integer values or unordered float values are not equal.</summary>
540       <returns></returns>
541     </member>
542     <member name="F:System.Reflection.Emit.OpCodes.Box">
543       <summary>Converts a value type to an object reference (type <see langword="O"></see>).</summary>
544       <returns></returns>
545     </member>
546     <member name="F:System.Reflection.Emit.OpCodes.Br">
547       <summary>Unconditionally transfers control to a target instruction.</summary>
548       <returns></returns>
549     </member>
550     <member name="F:System.Reflection.Emit.OpCodes.Br_S">
551       <summary>Unconditionally transfers control to a target instruction (short form).</summary>
552       <returns></returns>
553     </member>
554     <member name="F:System.Reflection.Emit.OpCodes.Break">
555       <summary>Signals the Common Language Infrastructure (CLI) to inform the debugger that a break point has been tripped.</summary>
556       <returns></returns>
557     </member>
558     <member name="F:System.Reflection.Emit.OpCodes.Brfalse">
559       <summary>Transfers control to a target instruction if <paramref name="value">value</paramref> is <see langword="false"></see>, a null reference (<see langword="Nothing"></see> in Visual Basic), or zero.</summary>
560       <returns></returns>
561     </member>
562     <member name="F:System.Reflection.Emit.OpCodes.Brfalse_S">
563       <summary>Transfers control to a target instruction if <paramref name="value">value</paramref> is <see langword="false"></see>, a null reference, or zero.</summary>
564       <returns></returns>
565     </member>
566     <member name="F:System.Reflection.Emit.OpCodes.Brtrue">
567       <summary>Transfers control to a target instruction if <paramref name="value">value</paramref> is <see langword="true"></see>, not null, or non-zero.</summary>
568       <returns></returns>
569     </member>
570     <member name="F:System.Reflection.Emit.OpCodes.Brtrue_S">
571       <summary>Transfers control to a target instruction (short form) if <paramref name="value">value</paramref> is <see langword="true"></see>, not null, or non-zero.</summary>
572       <returns></returns>
573     </member>
574     <member name="F:System.Reflection.Emit.OpCodes.Call">
575       <summary>Calls the method indicated by the passed method descriptor.</summary>
576       <returns></returns>
577     </member>
578     <member name="F:System.Reflection.Emit.OpCodes.Calli">
579       <summary>Calls the method indicated on the evaluation stack (as a pointer to an entry point) with arguments described by a calling convention.</summary>
580       <returns></returns>
581     </member>
582     <member name="F:System.Reflection.Emit.OpCodes.Callvirt">
583       <summary>Calls a late-bound method on an object, pushing the return value onto the evaluation stack.</summary>
584       <returns></returns>
585     </member>
586     <member name="F:System.Reflection.Emit.OpCodes.Castclass">
587       <summary>Attempts to cast an object passed by reference to the specified class.</summary>
588       <returns></returns>
589     </member>
590     <member name="F:System.Reflection.Emit.OpCodes.Ceq">
591       <summary>Compares two values. If they are equal, the integer value 1 <see langword="(int32"></see>) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32"></see>) is pushed onto the evaluation stack.</summary>
592       <returns></returns>
593     </member>
594     <member name="F:System.Reflection.Emit.OpCodes.Cgt">
595       <summary>Compares two values. If the first value is greater than the second, the integer value 1 <see langword="(int32"></see>) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32"></see>) is pushed onto the evaluation stack.</summary>
596       <returns></returns>
597     </member>
598     <member name="F:System.Reflection.Emit.OpCodes.Cgt_Un">
599       <summary>Compares two unsigned or unordered values. If the first value is greater than the second, the integer value 1 <see langword="(int32"></see>) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32"></see>) is pushed onto the evaluation stack.</summary>
600       <returns></returns>
601     </member>
602     <member name="F:System.Reflection.Emit.OpCodes.Ckfinite">
603       <summary>Throws <see cref="T:System.ArithmeticException"></see> if value is not a finite number.</summary>
604       <returns></returns>
605     </member>
606     <member name="F:System.Reflection.Emit.OpCodes.Clt">
607       <summary>Compares two values. If the first value is less than the second, the integer value 1 <see langword="(int32"></see>) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32"></see>) is pushed onto the evaluation stack.</summary>
608       <returns></returns>
609     </member>
610     <member name="F:System.Reflection.Emit.OpCodes.Clt_Un">
611       <summary>Compares the unsigned or unordered values <paramref name="value1">value1</paramref> and <paramref name="value2">value2</paramref>. If <paramref name="value1">value1</paramref> is less than <paramref name="value2">value2</paramref>, then the integer value 1 <see langword="(int32"></see>) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32"></see>) is pushed onto the evaluation stack.</summary>
612       <returns></returns>
613     </member>
614     <member name="F:System.Reflection.Emit.OpCodes.Constrained">
615       <summary>Constrains the type on which a virtual method call is made.</summary>
616       <returns></returns>
617     </member>
618     <member name="F:System.Reflection.Emit.OpCodes.Conv_I">
619       <summary>Converts the value on top of the evaluation stack to <see langword="native int"></see>.</summary>
620       <returns></returns>
621     </member>
622     <member name="F:System.Reflection.Emit.OpCodes.Conv_I1">
623       <summary>Converts the value on top of the evaluation stack to <see langword="int8"></see>, then extends (pads) it to <see langword="int32"></see>.</summary>
624       <returns></returns>
625     </member>
626     <member name="F:System.Reflection.Emit.OpCodes.Conv_I2">
627       <summary>Converts the value on top of the evaluation stack to <see langword="int16"></see>, then extends (pads) it to <see langword="int32"></see>.</summary>
628       <returns></returns>
629     </member>
630     <member name="F:System.Reflection.Emit.OpCodes.Conv_I4">
631       <summary>Converts the value on top of the evaluation stack to <see langword="int32"></see>.</summary>
632       <returns></returns>
633     </member>
634     <member name="F:System.Reflection.Emit.OpCodes.Conv_I8">
635       <summary>Converts the value on top of the evaluation stack to <see langword="int64"></see>.</summary>
636       <returns></returns>
637     </member>
638     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I">
639       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="native int"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
640       <returns></returns>
641     </member>
642     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I_Un">
643       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="native int"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
644       <returns></returns>
645     </member>
646     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I1">
647       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="int8"></see> and extends it to <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
648       <returns></returns>
649     </member>
650     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I1_Un">
651       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="int8"></see> and extends it to <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
652       <returns></returns>
653     </member>
654     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I2">
655       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="int16"></see> and extending it to <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
656       <returns></returns>
657     </member>
658     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I2_Un">
659       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="int16"></see> and extends it to <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
660       <returns></returns>
661     </member>
662     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I4">
663       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
664       <returns></returns>
665     </member>
666     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I4_Un">
667       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
668       <returns></returns>
669     </member>
670     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I8">
671       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="int64"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
672       <returns></returns>
673     </member>
674     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I8_Un">
675       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="int64"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
676       <returns></returns>
677     </member>
678     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U">
679       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned native int"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
680       <returns></returns>
681     </member>
682     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U_Un">
683       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned native int"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
684       <returns></returns>
685     </member>
686     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U1">
687       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned int8"></see> and extends it to <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
688       <returns></returns>
689     </member>
690     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U1_Un">
691       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned int8"></see> and extends it to <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
692       <returns></returns>
693     </member>
694     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U2">
695       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned int16"></see> and extends it to <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
696       <returns></returns>
697     </member>
698     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U2_Un">
699       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned int16"></see> and extends it to <see langword="int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
700       <returns></returns>
701     </member>
702     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U4">
703       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
704       <returns></returns>
705     </member>
706     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U4_Un">
707       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned int32"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
708       <returns></returns>
709     </member>
710     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U8">
711       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned int64"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
712       <returns></returns>
713     </member>
714     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U8_Un">
715       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned int64"></see>, throwing <see cref="T:System.OverflowException"></see> on overflow.</summary>
716       <returns></returns>
717     </member>
718     <member name="F:System.Reflection.Emit.OpCodes.Conv_R_Un">
719       <summary>Converts the unsigned integer value on top of the evaluation stack to <see langword="float32"></see>.</summary>
720       <returns></returns>
721     </member>
722     <member name="F:System.Reflection.Emit.OpCodes.Conv_R4">
723       <summary>Converts the value on top of the evaluation stack to <see langword="float32"></see>.</summary>
724       <returns></returns>
725     </member>
726     <member name="F:System.Reflection.Emit.OpCodes.Conv_R8">
727       <summary>Converts the value on top of the evaluation stack to <see langword="float64"></see>.</summary>
728       <returns></returns>
729     </member>
730     <member name="F:System.Reflection.Emit.OpCodes.Conv_U">
731       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned native int"></see>, and extends it to <see langword="native int"></see>.</summary>
732       <returns></returns>
733     </member>
734     <member name="F:System.Reflection.Emit.OpCodes.Conv_U1">
735       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned int8"></see>, and extends it to <see langword="int32"></see>.</summary>
736       <returns></returns>
737     </member>
738     <member name="F:System.Reflection.Emit.OpCodes.Conv_U2">
739       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned int16"></see>, and extends it to <see langword="int32"></see>.</summary>
740       <returns></returns>
741     </member>
742     <member name="F:System.Reflection.Emit.OpCodes.Conv_U4">
743       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned int32"></see>, and extends it to <see langword="int32"></see>.</summary>
744       <returns></returns>
745     </member>
746     <member name="F:System.Reflection.Emit.OpCodes.Conv_U8">
747       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned int64"></see>, and extends it to <see langword="int64"></see>.</summary>
748       <returns></returns>
749     </member>
750     <member name="F:System.Reflection.Emit.OpCodes.Cpblk">
751       <summary>Copies a specified number bytes from a source address to a destination address.</summary>
752       <returns></returns>
753     </member>
754     <member name="F:System.Reflection.Emit.OpCodes.Cpobj">
755       <summary>Copies the value type located at the address of an object (type <see langword="&amp;amp;"></see>, <see langword=""></see> or <see langword="native int"></see>) to the address of the destination object (type <see langword="&amp;amp;"></see>, <see langword=""></see> or <see langword="native int"></see>).</summary>
756       <returns></returns>
757     </member>
758     <member name="F:System.Reflection.Emit.OpCodes.Div">
759       <summary>Divides two values and pushes the result as a floating-point (type <see langword="F"></see>) or quotient (type <see langword="int32"></see>) onto the evaluation stack.</summary>
760       <returns></returns>
761     </member>
762     <member name="F:System.Reflection.Emit.OpCodes.Div_Un">
763       <summary>Divides two unsigned integer values and pushes the result (<see langword="int32"></see>) onto the evaluation stack.</summary>
764       <returns></returns>
765     </member>
766     <member name="F:System.Reflection.Emit.OpCodes.Dup">
767       <summary>Copies the current topmost value on the evaluation stack, and then pushes the copy onto the evaluation stack.</summary>
768       <returns></returns>
769     </member>
770     <member name="F:System.Reflection.Emit.OpCodes.Endfilter">
771       <summary>Transfers control from the <see langword="filter"></see> clause of an exception back to the Common Language Infrastructure (CLI) exception handler.</summary>
772       <returns></returns>
773     </member>
774     <member name="F:System.Reflection.Emit.OpCodes.Endfinally">
775       <summary>Transfers control from the <see langword="fault"></see> or <see langword="finally"></see> clause of an exception block back to the Common Language Infrastructure (CLI) exception handler.</summary>
776       <returns></returns>
777     </member>
778     <member name="F:System.Reflection.Emit.OpCodes.Initblk">
779       <summary>Initializes a specified block of memory at a specific address to a given size and initial value.</summary>
780       <returns></returns>
781     </member>
782     <member name="F:System.Reflection.Emit.OpCodes.Initobj">
783       <summary>Initializes each field of the value type at a specified address to a null reference or a 0 of the appropriate primitive type.</summary>
784       <returns></returns>
785     </member>
786     <member name="F:System.Reflection.Emit.OpCodes.Isinst">
787       <summary>Tests whether an object reference (type <see langword="O"></see>) is an instance of a particular class.</summary>
788       <returns></returns>
789     </member>
790     <member name="F:System.Reflection.Emit.OpCodes.Jmp">
791       <summary>Exits current method and jumps to specified method.</summary>
792       <returns></returns>
793     </member>
794     <member name="F:System.Reflection.Emit.OpCodes.Ldarg">
795       <summary>Loads an argument (referenced by a specified index value) onto the stack.</summary>
796       <returns></returns>
797     </member>
798     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_0">
799       <summary>Loads the argument at index 0 onto the evaluation stack.</summary>
800       <returns></returns>
801     </member>
802     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_1">
803       <summary>Loads the argument at index 1 onto the evaluation stack.</summary>
804       <returns></returns>
805     </member>
806     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_2">
807       <summary>Loads the argument at index 2 onto the evaluation stack.</summary>
808       <returns></returns>
809     </member>
810     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_3">
811       <summary>Loads the argument at index 3 onto the evaluation stack.</summary>
812       <returns></returns>
813     </member>
814     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_S">
815       <summary>Loads the argument (referenced by a specified short form index) onto the evaluation stack.</summary>
816       <returns></returns>
817     </member>
818     <member name="F:System.Reflection.Emit.OpCodes.Ldarga">
819       <summary>Load an argument address onto the evaluation stack.</summary>
820       <returns></returns>
821     </member>
822     <member name="F:System.Reflection.Emit.OpCodes.Ldarga_S">
823       <summary>Load an argument address, in short form, onto the evaluation stack.</summary>
824       <returns></returns>
825     </member>
826     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4">
827       <summary>Pushes a supplied value of type <see langword="int32"></see> onto the evaluation stack as an <see langword="int32"></see>.</summary>
828       <returns></returns>
829     </member>
830     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_0">
831       <summary>Pushes the integer value of 0 onto the evaluation stack as an <see langword="int32"></see>.</summary>
832       <returns></returns>
833     </member>
834     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_1">
835       <summary>Pushes the integer value of 1 onto the evaluation stack as an <see langword="int32"></see>.</summary>
836       <returns></returns>
837     </member>
838     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_2">
839       <summary>Pushes the integer value of 2 onto the evaluation stack as an <see langword="int32"></see>.</summary>
840       <returns></returns>
841     </member>
842     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_3">
843       <summary>Pushes the integer value of 3 onto the evaluation stack as an <see langword="int32"></see>.</summary>
844       <returns></returns>
845     </member>
846     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_4">
847       <summary>Pushes the integer value of 4 onto the evaluation stack as an <see langword="int32"></see>.</summary>
848       <returns></returns>
849     </member>
850     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_5">
851       <summary>Pushes the integer value of 5 onto the evaluation stack as an <see langword="int32"></see>.</summary>
852       <returns></returns>
853     </member>
854     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_6">
855       <summary>Pushes the integer value of 6 onto the evaluation stack as an <see langword="int32"></see>.</summary>
856       <returns></returns>
857     </member>
858     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_7">
859       <summary>Pushes the integer value of 7 onto the evaluation stack as an <see langword="int32"></see>.</summary>
860       <returns></returns>
861     </member>
862     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_8">
863       <summary>Pushes the integer value of 8 onto the evaluation stack as an <see langword="int32"></see>.</summary>
864       <returns></returns>
865     </member>
866     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_M1">
867       <summary>Pushes the integer value of -1 onto the evaluation stack as an <see langword="int32"></see>.</summary>
868       <returns></returns>
869     </member>
870     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_S">
871       <summary>Pushes the supplied <see langword="int8"></see> value onto the evaluation stack as an <see langword="int32"></see>, short form.</summary>
872       <returns></returns>
873     </member>
874     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I8">
875       <summary>Pushes a supplied value of type <see langword="int64"></see> onto the evaluation stack as an <see langword="int64"></see>.</summary>
876       <returns></returns>
877     </member>
878     <member name="F:System.Reflection.Emit.OpCodes.Ldc_R4">
879       <summary>Pushes a supplied value of type <see langword="float32"></see> onto the evaluation stack as type <see langword="F"></see> (float).</summary>
880       <returns></returns>
881     </member>
882     <member name="F:System.Reflection.Emit.OpCodes.Ldc_R8">
883       <summary>Pushes a supplied value of type <see langword="float64"></see> onto the evaluation stack as type <see langword="F"></see> (float).</summary>
884       <returns></returns>
885     </member>
886     <member name="F:System.Reflection.Emit.OpCodes.Ldelem">
887       <summary>Loads the element at a specified array index onto the top of the evaluation stack as the type specified in the instruction.</summary>
888       <returns></returns>
889     </member>
890     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I">
891       <summary>Loads the element with type <see langword="native int"></see> at a specified array index onto the top of the evaluation stack as a <see langword="native int"></see>.</summary>
892       <returns></returns>
893     </member>
894     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I1">
895       <summary>Loads the element with type <see langword="int8"></see> at a specified array index onto the top of the evaluation stack as an <see langword="int32"></see>.</summary>
896       <returns></returns>
897     </member>
898     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I2">
899       <summary>Loads the element with type <see langword="int16"></see> at a specified array index onto the top of the evaluation stack as an <see langword="int32"></see>.</summary>
900       <returns></returns>
901     </member>
902     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I4">
903       <summary>Loads the element with type <see langword="int32"></see> at a specified array index onto the top of the evaluation stack as an <see langword="int32"></see>.</summary>
904       <returns></returns>
905     </member>
906     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I8">
907       <summary>Loads the element with type <see langword="int64"></see> at a specified array index onto the top of the evaluation stack as an <see langword="int64"></see>.</summary>
908       <returns></returns>
909     </member>
910     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_R4">
911       <summary>Loads the element with type <see langword="float32"></see> at a specified array index onto the top of the evaluation stack as type <see langword="F"></see> (float).</summary>
912       <returns></returns>
913     </member>
914     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_R8">
915       <summary>Loads the element with type <see langword="float64"></see> at a specified array index onto the top of the evaluation stack as type <see langword="F"></see> (float).</summary>
916       <returns></returns>
917     </member>
918     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_Ref">
919       <summary>Loads the element containing an object reference at a specified array index onto the top of the evaluation stack as type <see langword="O"></see> (object reference).</summary>
920       <returns></returns>
921     </member>
922     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_U1">
923       <summary>Loads the element with type <see langword="unsigned int8"></see> at a specified array index onto the top of the evaluation stack as an <see langword="int32"></see>.</summary>
924       <returns></returns>
925     </member>
926     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_U2">
927       <summary>Loads the element with type <see langword="unsigned int16"></see> at a specified array index onto the top of the evaluation stack as an <see langword="int32"></see>.</summary>
928       <returns></returns>
929     </member>
930     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_U4">
931       <summary>Loads the element with type <see langword="unsigned int32"></see> at a specified array index onto the top of the evaluation stack as an <see langword="int32"></see>.</summary>
932       <returns></returns>
933     </member>
934     <member name="F:System.Reflection.Emit.OpCodes.Ldelema">
935       <summary>Loads the address of the array element at a specified array index onto the top of the evaluation stack as type <see langword="&amp;amp;"></see> (managed pointer).</summary>
936       <returns></returns>
937     </member>
938     <member name="F:System.Reflection.Emit.OpCodes.Ldfld">
939       <summary>Finds the value of a field in the object whose reference is currently on the evaluation stack.</summary>
940       <returns></returns>
941     </member>
942     <member name="F:System.Reflection.Emit.OpCodes.Ldflda">
943       <summary>Finds the address of a field in the object whose reference is currently on the evaluation stack.</summary>
944       <returns></returns>
945     </member>
946     <member name="F:System.Reflection.Emit.OpCodes.Ldftn">
947       <summary>Pushes an unmanaged pointer (type <see langword="native int"></see>) to the native code implementing a specific method onto the evaluation stack.</summary>
948       <returns></returns>
949     </member>
950     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I">
951       <summary>Loads a value of type <see langword="native int"></see> as a <see langword="native int"></see> onto the evaluation stack indirectly.</summary>
952       <returns></returns>
953     </member>
954     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I1">
955       <summary>Loads a value of type <see langword="int8"></see> as an <see langword="int32"></see> onto the evaluation stack indirectly.</summary>
956       <returns></returns>
957     </member>
958     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I2">
959       <summary>Loads a value of type <see langword="int16"></see> as an <see langword="int32"></see> onto the evaluation stack indirectly.</summary>
960       <returns></returns>
961     </member>
962     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I4">
963       <summary>Loads a value of type <see langword="int32"></see> as an <see langword="int32"></see> onto the evaluation stack indirectly.</summary>
964       <returns></returns>
965     </member>
966     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I8">
967       <summary>Loads a value of type <see langword="int64"></see> as an <see langword="int64"></see> onto the evaluation stack indirectly.</summary>
968       <returns></returns>
969     </member>
970     <member name="F:System.Reflection.Emit.OpCodes.Ldind_R4">
971       <summary>Loads a value of type <see langword="float32"></see> as a type <see langword="F"></see> (float) onto the evaluation stack indirectly.</summary>
972       <returns></returns>
973     </member>
974     <member name="F:System.Reflection.Emit.OpCodes.Ldind_R8">
975       <summary>Loads a value of type <see langword="float64"></see> as a type <see langword="F"></see> (float) onto the evaluation stack indirectly.</summary>
976       <returns></returns>
977     </member>
978     <member name="F:System.Reflection.Emit.OpCodes.Ldind_Ref">
979       <summary>Loads an object reference as a type <see langword="O"></see> (object reference) onto the evaluation stack indirectly.</summary>
980       <returns></returns>
981     </member>
982     <member name="F:System.Reflection.Emit.OpCodes.Ldind_U1">
983       <summary>Loads a value of type <see langword="unsigned int8"></see> as an <see langword="int32"></see> onto the evaluation stack indirectly.</summary>
984       <returns></returns>
985     </member>
986     <member name="F:System.Reflection.Emit.OpCodes.Ldind_U2">
987       <summary>Loads a value of type <see langword="unsigned int16"></see> as an <see langword="int32"></see> onto the evaluation stack indirectly.</summary>
988       <returns></returns>
989     </member>
990     <member name="F:System.Reflection.Emit.OpCodes.Ldind_U4">
991       <summary>Loads a value of type <see langword="unsigned int32"></see> as an <see langword="int32"></see> onto the evaluation stack indirectly.</summary>
992       <returns></returns>
993     </member>
994     <member name="F:System.Reflection.Emit.OpCodes.Ldlen">
995       <summary>Pushes the number of elements of a zero-based, one-dimensional array onto the evaluation stack.</summary>
996       <returns></returns>
997     </member>
998     <member name="F:System.Reflection.Emit.OpCodes.Ldloc">
999       <summary>Loads the local variable at a specific index onto the evaluation stack.</summary>
1000       <returns></returns>
1001     </member>
1002     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_0">
1003       <summary>Loads the local variable at index 0 onto the evaluation stack.</summary>
1004       <returns></returns>
1005     </member>
1006     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_1">
1007       <summary>Loads the local variable at index 1 onto the evaluation stack.</summary>
1008       <returns></returns>
1009     </member>
1010     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_2">
1011       <summary>Loads the local variable at index 2 onto the evaluation stack.</summary>
1012       <returns></returns>
1013     </member>
1014     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_3">
1015       <summary>Loads the local variable at index 3 onto the evaluation stack.</summary>
1016       <returns></returns>
1017     </member>
1018     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_S">
1019       <summary>Loads the local variable at a specific index onto the evaluation stack, short form.</summary>
1020       <returns></returns>
1021     </member>
1022     <member name="F:System.Reflection.Emit.OpCodes.Ldloca">
1023       <summary>Loads the address of the local variable at a specific index onto the evaluation stack.</summary>
1024       <returns></returns>
1025     </member>
1026     <member name="F:System.Reflection.Emit.OpCodes.Ldloca_S">
1027       <summary>Loads the address of the local variable at a specific index onto the evaluation stack, short form.</summary>
1028       <returns></returns>
1029     </member>
1030     <member name="F:System.Reflection.Emit.OpCodes.Ldnull">
1031       <summary>Pushes a null reference (type <see langword="O"></see>) onto the evaluation stack.</summary>
1032       <returns></returns>
1033     </member>
1034     <member name="F:System.Reflection.Emit.OpCodes.Ldobj">
1035       <summary>Copies the value type object pointed to by an address to the top of the evaluation stack.</summary>
1036       <returns></returns>
1037     </member>
1038     <member name="F:System.Reflection.Emit.OpCodes.Ldsfld">
1039       <summary>Pushes the value of a static field onto the evaluation stack.</summary>
1040       <returns></returns>
1041     </member>
1042     <member name="F:System.Reflection.Emit.OpCodes.Ldsflda">
1043       <summary>Pushes the address of a static field onto the evaluation stack.</summary>
1044       <returns></returns>
1045     </member>
1046     <member name="F:System.Reflection.Emit.OpCodes.Ldstr">
1047       <summary>Pushes a new object reference to a string literal stored in the metadata.</summary>
1048       <returns></returns>
1049     </member>
1050     <member name="F:System.Reflection.Emit.OpCodes.Ldtoken">
1051       <summary>Converts a metadata token to its runtime representation, pushing it onto the evaluation stack.</summary>
1052       <returns></returns>
1053     </member>
1054     <member name="F:System.Reflection.Emit.OpCodes.Ldvirtftn">
1055       <summary>Pushes an unmanaged pointer (type <see langword="native int"></see>) to the native code implementing a particular virtual method associated with a specified object onto the evaluation stack.</summary>
1056       <returns></returns>
1057     </member>
1058     <member name="F:System.Reflection.Emit.OpCodes.Leave">
1059       <summary>Exits a protected region of code, unconditionally transferring control to a specific target instruction.</summary>
1060       <returns></returns>
1061     </member>
1062     <member name="F:System.Reflection.Emit.OpCodes.Leave_S">
1063       <summary>Exits a protected region of code, unconditionally transferring control to a target instruction (short form).</summary>
1064       <returns></returns>
1065     </member>
1066     <member name="F:System.Reflection.Emit.OpCodes.Localloc">
1067       <summary>Allocates a certain number of bytes from the local dynamic memory pool and pushes the address (a transient pointer, type <see langword="*"></see>) of the first allocated byte onto the evaluation stack.</summary>
1068       <returns></returns>
1069     </member>
1070     <member name="F:System.Reflection.Emit.OpCodes.Mkrefany">
1071       <summary>Pushes a typed reference to an instance of a specific type onto the evaluation stack.</summary>
1072       <returns></returns>
1073     </member>
1074     <member name="F:System.Reflection.Emit.OpCodes.Mul">
1075       <summary>Multiplies two values and pushes the result on the evaluation stack.</summary>
1076       <returns></returns>
1077     </member>
1078     <member name="F:System.Reflection.Emit.OpCodes.Mul_Ovf">
1079       <summary>Multiplies two integer values, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
1080       <returns></returns>
1081     </member>
1082     <member name="F:System.Reflection.Emit.OpCodes.Mul_Ovf_Un">
1083       <summary>Multiplies two unsigned integer values, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
1084       <returns></returns>
1085     </member>
1086     <member name="F:System.Reflection.Emit.OpCodes.Neg">
1087       <summary>Negates a value and pushes the result onto the evaluation stack.</summary>
1088       <returns></returns>
1089     </member>
1090     <member name="F:System.Reflection.Emit.OpCodes.Newarr">
1091       <summary>Pushes an object reference to a new zero-based, one-dimensional array whose elements are of a specific type onto the evaluation stack.</summary>
1092       <returns></returns>
1093     </member>
1094     <member name="F:System.Reflection.Emit.OpCodes.Newobj">
1095       <summary>Creates a new object or a new instance of a value type, pushing an object reference (type <see langword="O"></see>) onto the evaluation stack.</summary>
1096       <returns></returns>
1097     </member>
1098     <member name="F:System.Reflection.Emit.OpCodes.Nop">
1099       <summary>Fills space if opcodes are patched. No meaningful operation is performed although a processing cycle can be consumed.</summary>
1100       <returns></returns>
1101     </member>
1102     <member name="F:System.Reflection.Emit.OpCodes.Not">
1103       <summary>Computes the bitwise complement of the integer value on top of the stack and pushes the result onto the evaluation stack as the same type.</summary>
1104       <returns></returns>
1105     </member>
1106     <member name="F:System.Reflection.Emit.OpCodes.Or">
1107       <summary>Compute the bitwise complement of the two integer values on top of the stack and pushes the result onto the evaluation stack.</summary>
1108       <returns></returns>
1109     </member>
1110     <member name="F:System.Reflection.Emit.OpCodes.Pop">
1111       <summary>Removes the value currently on top of the evaluation stack.</summary>
1112       <returns></returns>
1113     </member>
1114     <member name="F:System.Reflection.Emit.OpCodes.Prefix1">
1115       <summary>This is a reserved instruction.</summary>
1116       <returns></returns>
1117     </member>
1118     <member name="F:System.Reflection.Emit.OpCodes.Prefix2">
1119       <summary>This is a reserved instruction.</summary>
1120       <returns></returns>
1121     </member>
1122     <member name="F:System.Reflection.Emit.OpCodes.Prefix3">
1123       <summary>This is a reserved instruction.</summary>
1124       <returns></returns>
1125     </member>
1126     <member name="F:System.Reflection.Emit.OpCodes.Prefix4">
1127       <summary>This is a reserved instruction.</summary>
1128       <returns></returns>
1129     </member>
1130     <member name="F:System.Reflection.Emit.OpCodes.Prefix5">
1131       <summary>This is a reserved instruction.</summary>
1132       <returns></returns>
1133     </member>
1134     <member name="F:System.Reflection.Emit.OpCodes.Prefix6">
1135       <summary>This is a reserved instruction.</summary>
1136       <returns></returns>
1137     </member>
1138     <member name="F:System.Reflection.Emit.OpCodes.Prefix7">
1139       <summary>This is a reserved instruction.</summary>
1140       <returns></returns>
1141     </member>
1142     <member name="F:System.Reflection.Emit.OpCodes.Prefixref">
1143       <summary>This is a reserved instruction.</summary>
1144       <returns></returns>
1145     </member>
1146     <member name="F:System.Reflection.Emit.OpCodes.Readonly">
1147       <summary>Specifies that the subsequent array address operation performs no type check at run time, and that it returns a managed pointer whose mutability is restricted.</summary>
1148       <returns></returns>
1149     </member>
1150     <member name="F:System.Reflection.Emit.OpCodes.Refanytype">
1151       <summary>Retrieves the type token embedded in a typed reference.</summary>
1152       <returns></returns>
1153     </member>
1154     <member name="F:System.Reflection.Emit.OpCodes.Refanyval">
1155       <summary>Retrieves the address (type <see langword="&amp;amp;"></see>) embedded in a typed reference.</summary>
1156       <returns></returns>
1157     </member>
1158     <member name="F:System.Reflection.Emit.OpCodes.Rem">
1159       <summary>Divides two values and pushes the remainder onto the evaluation stack.</summary>
1160       <returns></returns>
1161     </member>
1162     <member name="F:System.Reflection.Emit.OpCodes.Rem_Un">
1163       <summary>Divides two unsigned values and pushes the remainder onto the evaluation stack.</summary>
1164       <returns></returns>
1165     </member>
1166     <member name="F:System.Reflection.Emit.OpCodes.Ret">
1167       <summary>Returns from the current method, pushing a return value (if present) from the callee&amp;#39;s evaluation stack onto the caller&amp;#39;s evaluation stack.</summary>
1168       <returns></returns>
1169     </member>
1170     <member name="F:System.Reflection.Emit.OpCodes.Rethrow">
1171       <summary>Rethrows the current exception.</summary>
1172       <returns></returns>
1173     </member>
1174     <member name="F:System.Reflection.Emit.OpCodes.Shl">
1175       <summary>Shifts an integer value to the left (in zeroes) by a specified number of bits, pushing the result onto the evaluation stack.</summary>
1176       <returns></returns>
1177     </member>
1178     <member name="F:System.Reflection.Emit.OpCodes.Shr">
1179       <summary>Shifts an integer value (in sign) to the right by a specified number of bits, pushing the result onto the evaluation stack.</summary>
1180       <returns></returns>
1181     </member>
1182     <member name="F:System.Reflection.Emit.OpCodes.Shr_Un">
1183       <summary>Shifts an unsigned integer value (in zeroes) to the right by a specified number of bits, pushing the result onto the evaluation stack.</summary>
1184       <returns></returns>
1185     </member>
1186     <member name="F:System.Reflection.Emit.OpCodes.Sizeof">
1187       <summary>Pushes the size, in bytes, of a supplied value type onto the evaluation stack.</summary>
1188       <returns></returns>
1189     </member>
1190     <member name="F:System.Reflection.Emit.OpCodes.Starg">
1191       <summary>Stores the value on top of the evaluation stack in the argument slot at a specified index.</summary>
1192       <returns></returns>
1193     </member>
1194     <member name="F:System.Reflection.Emit.OpCodes.Starg_S">
1195       <summary>Stores the value on top of the evaluation stack in the argument slot at a specified index, short form.</summary>
1196       <returns></returns>
1197     </member>
1198     <member name="F:System.Reflection.Emit.OpCodes.Stelem">
1199       <summary>Replaces the array element at a given index with the value on the evaluation stack, whose type is specified in the instruction.</summary>
1200       <returns></returns>
1201     </member>
1202     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I">
1203       <summary>Replaces the array element at a given index with the <see langword="native int"></see> value on the evaluation stack.</summary>
1204       <returns></returns>
1205     </member>
1206     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I1">
1207       <summary>Replaces the array element at a given index with the <see langword="int8"></see> value on the evaluation stack.</summary>
1208       <returns></returns>
1209     </member>
1210     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I2">
1211       <summary>Replaces the array element at a given index with the <see langword="int16"></see> value on the evaluation stack.</summary>
1212       <returns></returns>
1213     </member>
1214     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I4">
1215       <summary>Replaces the array element at a given index with the <see langword="int32"></see> value on the evaluation stack.</summary>
1216       <returns></returns>
1217     </member>
1218     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I8">
1219       <summary>Replaces the array element at a given index with the <see langword="int64"></see> value on the evaluation stack.</summary>
1220       <returns></returns>
1221     </member>
1222     <member name="F:System.Reflection.Emit.OpCodes.Stelem_R4">
1223       <summary>Replaces the array element at a given index with the <see langword="float32"></see> value on the evaluation stack.</summary>
1224       <returns></returns>
1225     </member>
1226     <member name="F:System.Reflection.Emit.OpCodes.Stelem_R8">
1227       <summary>Replaces the array element at a given index with the <see langword="float64"></see> value on the evaluation stack.</summary>
1228       <returns></returns>
1229     </member>
1230     <member name="F:System.Reflection.Emit.OpCodes.Stelem_Ref">
1231       <summary>Replaces the array element at a given index with the object ref value (type <see langword="O"></see>) on the evaluation stack.</summary>
1232       <returns></returns>
1233     </member>
1234     <member name="F:System.Reflection.Emit.OpCodes.Stfld">
1235       <summary>Replaces the value stored in the field of an object reference or pointer with a new value.</summary>
1236       <returns></returns>
1237     </member>
1238     <member name="F:System.Reflection.Emit.OpCodes.Stind_I">
1239       <summary>Stores a value of type <see langword="native int"></see> at a supplied address.</summary>
1240       <returns></returns>
1241     </member>
1242     <member name="F:System.Reflection.Emit.OpCodes.Stind_I1">
1243       <summary>Stores a value of type <see langword="int8"></see> at a supplied address.</summary>
1244       <returns></returns>
1245     </member>
1246     <member name="F:System.Reflection.Emit.OpCodes.Stind_I2">
1247       <summary>Stores a value of type <see langword="int16"></see> at a supplied address.</summary>
1248       <returns></returns>
1249     </member>
1250     <member name="F:System.Reflection.Emit.OpCodes.Stind_I4">
1251       <summary>Stores a value of type <see langword="int32"></see> at a supplied address.</summary>
1252       <returns></returns>
1253     </member>
1254     <member name="F:System.Reflection.Emit.OpCodes.Stind_I8">
1255       <summary>Stores a value of type <see langword="int64"></see> at a supplied address.</summary>
1256       <returns></returns>
1257     </member>
1258     <member name="F:System.Reflection.Emit.OpCodes.Stind_R4">
1259       <summary>Stores a value of type <see langword="float32"></see> at a supplied address.</summary>
1260       <returns></returns>
1261     </member>
1262     <member name="F:System.Reflection.Emit.OpCodes.Stind_R8">
1263       <summary>Stores a value of type <see langword="float64"></see> at a supplied address.</summary>
1264       <returns></returns>
1265     </member>
1266     <member name="F:System.Reflection.Emit.OpCodes.Stind_Ref">
1267       <summary>Stores a object reference value at a supplied address.</summary>
1268       <returns></returns>
1269     </member>
1270     <member name="F:System.Reflection.Emit.OpCodes.Stloc">
1271       <summary>Pops the current value from the top of the evaluation stack and stores it in a the local variable list at a specified index.</summary>
1272       <returns></returns>
1273     </member>
1274     <member name="F:System.Reflection.Emit.OpCodes.Stloc_0">
1275       <summary>Pops the current value from the top of the evaluation stack and stores it in a the local variable list at index 0.</summary>
1276       <returns></returns>
1277     </member>
1278     <member name="F:System.Reflection.Emit.OpCodes.Stloc_1">
1279       <summary>Pops the current value from the top of the evaluation stack and stores it in a the local variable list at index 1.</summary>
1280       <returns></returns>
1281     </member>
1282     <member name="F:System.Reflection.Emit.OpCodes.Stloc_2">
1283       <summary>Pops the current value from the top of the evaluation stack and stores it in a the local variable list at index 2.</summary>
1284       <returns></returns>
1285     </member>
1286     <member name="F:System.Reflection.Emit.OpCodes.Stloc_3">
1287       <summary>Pops the current value from the top of the evaluation stack and stores it in a the local variable list at index 3.</summary>
1288       <returns></returns>
1289     </member>
1290     <member name="F:System.Reflection.Emit.OpCodes.Stloc_S">
1291       <summary>Pops the current value from the top of the evaluation stack and stores it in a the local variable list at <paramref name="index">index</paramref> (short form).</summary>
1292       <returns></returns>
1293     </member>
1294     <member name="F:System.Reflection.Emit.OpCodes.Stobj">
1295       <summary>Copies a value of a specified type from the evaluation stack into a supplied memory address.</summary>
1296       <returns></returns>
1297     </member>
1298     <member name="F:System.Reflection.Emit.OpCodes.Stsfld">
1299       <summary>Replaces the value of a static field with a value from the evaluation stack.</summary>
1300       <returns></returns>
1301     </member>
1302     <member name="F:System.Reflection.Emit.OpCodes.Sub">
1303       <summary>Subtracts one value from another and pushes the result onto the evaluation stack.</summary>
1304       <returns></returns>
1305     </member>
1306     <member name="F:System.Reflection.Emit.OpCodes.Sub_Ovf">
1307       <summary>Subtracts one integer value from another, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
1308       <returns></returns>
1309     </member>
1310     <member name="F:System.Reflection.Emit.OpCodes.Sub_Ovf_Un">
1311       <summary>Subtracts one unsigned integer value from another, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
1312       <returns></returns>
1313     </member>
1314     <member name="F:System.Reflection.Emit.OpCodes.Switch">
1315       <summary>Implements a jump table.</summary>
1316       <returns></returns>
1317     </member>
1318     <member name="F:System.Reflection.Emit.OpCodes.Tailcall">
1319       <summary>Performs a postfixed method call instruction such that the current method&amp;#39;s stack frame is removed before the actual call instruction is executed.</summary>
1320       <returns></returns>
1321     </member>
1322     <member name="M:System.Reflection.Emit.OpCodes.TakesSingleByteArgument(System.Reflection.Emit.OpCode)">
1323       <summary>Returns true or false if the supplied opcode takes a single byte argument.</summary>
1324       <param name="inst">An instance of an Opcode object.</param>
1325       <returns><see langword="True"></see> or <see langword="false"></see>.</returns>
1326     </member>
1327     <member name="F:System.Reflection.Emit.OpCodes.Throw">
1328       <summary>Throws the exception object currently on the evaluation stack.</summary>
1329       <returns></returns>
1330     </member>
1331     <member name="F:System.Reflection.Emit.OpCodes.Unaligned">
1332       <summary>Indicates that an address currently atop the evaluation stack might not be aligned to the natural size of the immediately following <see langword="ldind"></see>, <see langword="stind"></see>, <see langword="ldfld"></see>, <see langword="stfld"></see>, <see langword="ldobj"></see>, <see langword="stobj"></see>, <see langword="initblk"></see>, or <see langword="cpblk"></see> instruction.</summary>
1333       <returns></returns>
1334     </member>
1335     <member name="F:System.Reflection.Emit.OpCodes.Unbox">
1336       <summary>Converts the boxed representation of a value type to its unboxed form.</summary>
1337       <returns></returns>
1338     </member>
1339     <member name="F:System.Reflection.Emit.OpCodes.Unbox_Any">
1340       <summary>Converts the boxed representation of a type specified in the instruction to its unboxed form.</summary>
1341       <returns></returns>
1342     </member>
1343     <member name="F:System.Reflection.Emit.OpCodes.Volatile">
1344       <summary>Specifies that an address currently atop the evaluation stack might be volatile, and the results of reading that location cannot be cached or that multiple stores to that location cannot be suppressed.</summary>
1345       <returns></returns>
1346     </member>
1347     <member name="F:System.Reflection.Emit.OpCodes.Xor">
1348       <summary>Computes the bitwise XOR of the top two values on the evaluation stack, pushing the result onto the evaluation stack.</summary>
1349       <returns></returns>
1350     </member>
1351     <member name="T:System.Reflection.Emit.OpCode">
1352       <summary>Describes an intermediate language (IL) instruction.</summary>
1353     </member>
1354     <member name="M:System.Reflection.Emit.OpCode.Equals(System.Object)">
1355       <summary>Tests whether the given object is equal to this <see langword="Opcode"></see>.</summary>
1356       <param name="obj">The object to compare to this object.</param>
1357       <returns><see langword="true"></see> if <paramref name="obj">obj</paramref> is an instance of <see langword="Opcode"></see> and is equal to this object; otherwise, <see langword="false"></see>.</returns>
1358     </member>
1359     <member name="M:System.Reflection.Emit.OpCode.Equals(System.Reflection.Emit.OpCode)">
1360       <summary>Indicates whether the current instance is equal to the specified <see cref="T:System.Reflection.Emit.OpCode"></see>.</summary>
1361       <param name="obj">The <see cref="T:System.Reflection.Emit.OpCode"></see> to compare to the current instance.</param>
1362       <returns><see langword="true"></see> if the value of <paramref name="obj">obj</paramref> is equal to the value of the current instance; otherwise, <see langword="false"></see>.</returns>
1363     </member>
1364     <member name="P:System.Reflection.Emit.OpCode.FlowControl">
1365       <summary>The flow control characteristics of the intermediate language (IL) instruction.</summary>
1366       <returns>Read-only. The type of flow control.</returns>
1367     </member>
1368     <member name="M:System.Reflection.Emit.OpCode.GetHashCode">
1369       <summary>Returns the generated hash code for this <see langword="Opcode"></see>.</summary>
1370       <returns>Returns the hash code for this instance.</returns>
1371     </member>
1372     <member name="P:System.Reflection.Emit.OpCode.Name">
1373       <summary>The name of the intermediate language (IL) instruction.</summary>
1374       <returns>Read-only. The name of the IL instruction.</returns>
1375     </member>
1376     <member name="M:System.Reflection.Emit.OpCode.op_Equality(System.Reflection.Emit.OpCode,System.Reflection.Emit.OpCode)">
1377       <summary>Indicates whether two <see cref="T:System.Reflection.Emit.OpCode"></see> structures are equal.</summary>
1378       <param name="a">The <see cref="T:System.Reflection.Emit.OpCode"></see> to compare to b.</param>
1379       <param name="b">The <see cref="T:System.Reflection.Emit.OpCode"></see> to compare to a.</param>
1380       <returns><see langword="true"></see> if <paramref name="a">a</paramref> is equal to <paramref name="b">b</paramref>; otherwise, <see langword="false"></see>.</returns>
1381     </member>
1382     <member name="M:System.Reflection.Emit.OpCode.op_Inequality(System.Reflection.Emit.OpCode,System.Reflection.Emit.OpCode)">
1383       <summary>Indicates whether two <see cref="T:System.Reflection.Emit.OpCode"></see> structures are not equal.</summary>
1384       <param name="a">The <see cref="T:System.Reflection.Emit.OpCode"></see> to compare to b.</param>
1385       <param name="b">The <see cref="T:System.Reflection.Emit.OpCode"></see> to compare to a.</param>
1386       <returns><see langword="true"></see> if <paramref name="a">a</paramref> is not equal to <paramref name="b">b</paramref>; otherwise, <see langword="false"></see>.</returns>
1387     </member>
1388     <member name="P:System.Reflection.Emit.OpCode.OpCodeType">
1389       <summary>The type of intermediate language (IL) instruction.</summary>
1390       <returns>Read-only. The type of intermediate language (IL) instruction.</returns>
1391     </member>
1392     <member name="P:System.Reflection.Emit.OpCode.OperandType">
1393       <summary>The operand type of an intermediate language (IL) instruction.</summary>
1394       <returns>Read-only. The operand type of an IL instruction.</returns>
1395     </member>
1396     <member name="P:System.Reflection.Emit.OpCode.Size">
1397       <summary>The size of the intermediate language (IL) instruction.</summary>
1398       <returns>Read-only. The size of the IL instruction.</returns>
1399     </member>
1400     <member name="P:System.Reflection.Emit.OpCode.StackBehaviourPop">
1401       <summary>How the intermediate language (IL) instruction pops the stack.</summary>
1402       <returns>Read-only. The way the IL instruction pops the stack.</returns>
1403     </member>
1404     <member name="P:System.Reflection.Emit.OpCode.StackBehaviourPush">
1405       <summary>How the intermediate language (IL) instruction pushes operand onto the stack.</summary>
1406       <returns>Read-only. The way the IL instruction pushes operand onto the stack.</returns>
1407     </member>
1408     <member name="M:System.Reflection.Emit.OpCode.ToString">
1409       <summary>Returns this <see langword="Opcode"></see> as a <see cref="T:System.String"></see>.</summary>
1410       <returns>Returns a <see cref="T:System.String"></see> containing the name of this <see langword="Opcode"></see>.</returns>
1411     </member>
1412     <member name="P:System.Reflection.Emit.OpCode.Value">
1413       <summary>Gets the numeric value of the intermediate language (IL) instruction.</summary>
1414       <returns>Read-only. The numeric value of the IL instruction.</returns>
1415     </member>
1416     <member name="T:System.Reflection.Emit.FlowControl">
1417       <summary>Describes how an instruction alters the flow of control.</summary>
1418     </member>
1419     <member name="F:System.Reflection.Emit.FlowControl.Branch">
1420       <summary>Branch instruction.</summary>
1421       <returns></returns>
1422     </member>
1423     <member name="F:System.Reflection.Emit.FlowControl.Break">
1424       <summary>Break instruction.</summary>
1425       <returns></returns>
1426     </member>
1427     <member name="F:System.Reflection.Emit.FlowControl.Call">
1428       <summary>Call instruction.</summary>
1429       <returns></returns>
1430     </member>
1431     <member name="F:System.Reflection.Emit.FlowControl.Cond_Branch">
1432       <summary>Conditional branch instruction.</summary>
1433       <returns></returns>
1434     </member>
1435     <member name="F:System.Reflection.Emit.FlowControl.Meta">
1436       <summary>Provides information about a subsequent instruction. For example, the <see langword="Unaligned"></see> instruction of <see langword="Reflection.Emit.Opcodes"></see> has <see langword="FlowControl.Meta"></see> and specifies that the subsequent pointer instruction might be unaligned.</summary>
1437       <returns></returns>
1438     </member>
1439     <member name="F:System.Reflection.Emit.FlowControl.Next">
1440       <summary>Normal flow of control.</summary>
1441       <returns></returns>
1442     </member>
1443     <member name="F:System.Reflection.Emit.FlowControl.Phi">
1444       <summary>This enumerator value is reserved and should not be used.</summary>
1445       <returns></returns>
1446     </member>
1447     <member name="F:System.Reflection.Emit.FlowControl.Return">
1448       <summary>Return instruction.</summary>
1449       <returns></returns>
1450     </member>
1451     <member name="F:System.Reflection.Emit.FlowControl.Throw">
1452       <summary>Exception throw instruction.</summary>
1453       <returns></returns>
1454     </member>
1455     <member name="T:System.Reflection.CallingConventions">
1456       <summary>Defines the valid calling conventions for a method.</summary>
1457     </member>
1458     <member name="F:System.Reflection.CallingConventions.Any">
1459       <summary>Specifies that either the <see langword="Standard"></see> or the <see langword="VarArgs"></see> calling convention may be used.</summary>
1460       <returns></returns>
1461     </member>
1462     <member name="F:System.Reflection.CallingConventions.ExplicitThis">
1463       <summary>Specifies that the signature is a function-pointer signature, representing a call to an instance or virtual method (not a static method). If <see langword="ExplicitThis"></see> is set, <see langword="HasThis"></see> must also be set. The first argument passed to the called method is still a <see langword="this"></see> pointer, but the type of the first argument is now unknown. Therefore, a token that describes the type (or class) of the <see langword="this"></see> pointer is explicitly stored into its metadata signature.</summary>
1464       <returns></returns>
1465     </member>
1466     <member name="F:System.Reflection.CallingConventions.HasThis">
1467       <summary>Specifies an instance or virtual method (not a static method). At run-time, the called method is passed a pointer to the target object as its first argument (the <see langword="this"></see> pointer). The signature stored in metadata does not include the type of this first argument, because the method is known and its owner class can be discovered from metadata.</summary>
1468       <returns></returns>
1469     </member>
1470     <member name="F:System.Reflection.CallingConventions.Standard">
1471       <summary>Specifies the default calling convention as determined by the common language runtime. Use this calling convention for static methods. For instance or virtual methods use <see langword="HasThis"></see>.</summary>
1472       <returns></returns>
1473     </member>
1474     <member name="F:System.Reflection.CallingConventions.VarArgs">
1475       <summary>Specifies the calling convention for methods with variable arguments.</summary>
1476       <returns></returns>
1477     </member>
1478     <member name="T:System.Reflection.TypeAttributes">
1479       <summary>Specifies type attributes.</summary>
1480     </member>
1481     <member name="F:System.Reflection.TypeAttributes.Abstract">
1482       <summary>Specifies that the type is abstract.</summary>
1483       <returns></returns>
1484     </member>
1485     <member name="F:System.Reflection.TypeAttributes.AnsiClass">
1486       <summary>LPTSTR is interpreted as ANSI.</summary>
1487       <returns></returns>
1488     </member>
1489     <member name="F:System.Reflection.TypeAttributes.AutoClass">
1490       <summary>LPTSTR is interpreted automatically.</summary>
1491       <returns></returns>
1492     </member>
1493     <member name="F:System.Reflection.TypeAttributes.AutoLayout">
1494       <summary>Specifies that class fields are automatically laid out by the common language runtime.</summary>
1495       <returns></returns>
1496     </member>
1497     <member name="F:System.Reflection.TypeAttributes.BeforeFieldInit">
1498       <summary>Specifies that calling static methods of the type does not force the system to initialize the type.</summary>
1499       <returns></returns>
1500     </member>
1501     <member name="F:System.Reflection.TypeAttributes.Class">
1502       <summary>Specifies that the type is a class.</summary>
1503       <returns></returns>
1504     </member>
1505     <member name="F:System.Reflection.TypeAttributes.ClassSemanticsMask">
1506       <summary>Specifies class semantics information; the current class is contextful (else agile).</summary>
1507       <returns></returns>
1508     </member>
1509     <member name="F:System.Reflection.TypeAttributes.CustomFormatClass">
1510       <summary>LPSTR is interpreted by some implementation-specific means, which includes the possibility of throwing a <see cref="T:System.NotSupportedException"></see>. Not used in the Microsoft implementation of the .NET Framework.</summary>
1511       <returns></returns>
1512     </member>
1513     <member name="F:System.Reflection.TypeAttributes.CustomFormatMask">
1514       <summary>Used to retrieve non-standard encoding information for native interop. The meaning of the values of these 2 bits is unspecified. Not used in the Microsoft implementation of the .NET Framework.</summary>
1515       <returns></returns>
1516     </member>
1517     <member name="F:System.Reflection.TypeAttributes.ExplicitLayout">
1518       <summary>Specifies that class fields are laid out at the specified offsets.</summary>
1519       <returns></returns>
1520     </member>
1521     <member name="F:System.Reflection.TypeAttributes.HasSecurity">
1522       <summary>Type has security associate with it.</summary>
1523       <returns></returns>
1524     </member>
1525     <member name="F:System.Reflection.TypeAttributes.Import">
1526       <summary>Specifies that the class or interface is imported from another module.</summary>
1527       <returns></returns>
1528     </member>
1529     <member name="F:System.Reflection.TypeAttributes.Interface">
1530       <summary>Specifies that the type is an interface.</summary>
1531       <returns></returns>
1532     </member>
1533     <member name="F:System.Reflection.TypeAttributes.LayoutMask">
1534       <summary>Specifies class layout information.</summary>
1535       <returns></returns>
1536     </member>
1537     <member name="F:System.Reflection.TypeAttributes.NestedAssembly">
1538       <summary>Specifies that the class is nested with assembly visibility, and is thus accessible only by methods within its assembly.</summary>
1539       <returns></returns>
1540     </member>
1541     <member name="F:System.Reflection.TypeAttributes.NestedFamANDAssem">
1542       <summary>Specifies that the class is nested with assembly and family visibility, and is thus accessible only by methods lying in the intersection of its family and assembly.</summary>
1543       <returns></returns>
1544     </member>
1545     <member name="F:System.Reflection.TypeAttributes.NestedFamily">
1546       <summary>Specifies that the class is nested with family visibility, and is thus accessible only by methods within its own type and any derived types.</summary>
1547       <returns></returns>
1548     </member>
1549     <member name="F:System.Reflection.TypeAttributes.NestedFamORAssem">
1550       <summary>Specifies that the class is nested with family or assembly visibility, and is thus accessible only by methods lying in the union of its family and assembly.</summary>
1551       <returns></returns>
1552     </member>
1553     <member name="F:System.Reflection.TypeAttributes.NestedPrivate">
1554       <summary>Specifies that the class is nested with private visibility.</summary>
1555       <returns></returns>
1556     </member>
1557     <member name="F:System.Reflection.TypeAttributes.NestedPublic">
1558       <summary>Specifies that the class is nested with public visibility.</summary>
1559       <returns></returns>
1560     </member>
1561     <member name="F:System.Reflection.TypeAttributes.NotPublic">
1562       <summary>Specifies that the class is not public.</summary>
1563       <returns></returns>
1564     </member>
1565     <member name="F:System.Reflection.TypeAttributes.Public">
1566       <summary>Specifies that the class is public.</summary>
1567       <returns></returns>
1568     </member>
1569     <member name="F:System.Reflection.TypeAttributes.RTSpecialName">
1570       <summary>Runtime should check name encoding.</summary>
1571       <returns></returns>
1572     </member>
1573     <member name="F:System.Reflection.TypeAttributes.Sealed">
1574       <summary>Specifies that the class is concrete and cannot be extended.</summary>
1575       <returns></returns>
1576     </member>
1577     <member name="F:System.Reflection.TypeAttributes.SequentialLayout">
1578       <summary>Specifies that class fields are laid out sequentially, in the order that the fields were emitted to the metadata.</summary>
1579       <returns></returns>
1580     </member>
1581     <member name="F:System.Reflection.TypeAttributes.Serializable">
1582       <summary>Specifies that the class can be serialized.</summary>
1583       <returns></returns>
1584     </member>
1585     <member name="F:System.Reflection.TypeAttributes.SpecialName">
1586       <summary>Specifies that the class is special in a way denoted by the name.</summary>
1587       <returns></returns>
1588     </member>
1589     <member name="F:System.Reflection.TypeAttributes.StringFormatMask">
1590       <summary>Used to retrieve string information for native interoperability.</summary>
1591       <returns></returns>
1592     </member>
1593     <member name="F:System.Reflection.TypeAttributes.UnicodeClass">
1594       <summary>LPTSTR is interpreted as UNICODE.</summary>
1595       <returns></returns>
1596     </member>
1597     <member name="F:System.Reflection.TypeAttributes.VisibilityMask">
1598       <summary>Specifies type visibility information.</summary>
1599       <returns></returns>
1600     </member>
1601     <member name="F:System.Reflection.TypeAttributes.WindowsRuntime">
1602       <summary>Specifies a Windows Runtime type.</summary>
1603       <returns></returns>
1604     </member>
1605     <member name="T:System.Reflection.PropertyAttributes">
1606       <summary>Defines the attributes that can be associated with a property. These attribute values are defined in corhdr.h.</summary>
1607     </member>
1608     <member name="F:System.Reflection.PropertyAttributes.HasDefault">
1609       <summary>Specifies that the property has a default value.</summary>
1610       <returns></returns>
1611     </member>
1612     <member name="F:System.Reflection.PropertyAttributes.None">
1613       <summary>Specifies that no attributes are associated with a property.</summary>
1614       <returns></returns>
1615     </member>
1616     <member name="F:System.Reflection.PropertyAttributes.RTSpecialName">
1617       <summary>Specifies that the metadata internal APIs check the name encoding.</summary>
1618       <returns></returns>
1619     </member>
1620     <member name="F:System.Reflection.PropertyAttributes.SpecialName">
1621       <summary>Specifies that the property is special, with the name describing how the property is special.</summary>
1622       <returns></returns>
1623     </member>
1624     <member name="T:System.Reflection.ParameterAttributes">
1625       <summary>Defines the attributes that can be associated with a parameter. These are defined in CorHdr.h.</summary>
1626     </member>
1627     <member name="F:System.Reflection.ParameterAttributes.HasDefault">
1628       <summary>Specifies that the parameter has a default value.</summary>
1629       <returns></returns>
1630     </member>
1631     <member name="F:System.Reflection.ParameterAttributes.HasFieldMarshal">
1632       <summary>Specifies that the parameter has field marshaling information.</summary>
1633       <returns></returns>
1634     </member>
1635     <member name="F:System.Reflection.ParameterAttributes.In">
1636       <summary>Specifies that the parameter is an input parameter.</summary>
1637       <returns></returns>
1638     </member>
1639     <member name="F:System.Reflection.ParameterAttributes.Lcid">
1640       <summary>Specifies that the parameter is a locale identifier (lcid).</summary>
1641       <returns></returns>
1642     </member>
1643     <member name="F:System.Reflection.ParameterAttributes.None">
1644       <summary>Specifies that there is no parameter attribute.</summary>
1645       <returns></returns>
1646     </member>
1647     <member name="F:System.Reflection.ParameterAttributes.Optional">
1648       <summary>Specifies that the parameter is optional.</summary>
1649       <returns></returns>
1650     </member>
1651     <member name="F:System.Reflection.ParameterAttributes.Out">
1652       <summary>Specifies that the parameter is an output parameter.</summary>
1653       <returns></returns>
1654     </member>
1655     <member name="F:System.Reflection.ParameterAttributes.Retval">
1656       <summary>Specifies that the parameter is a return value.</summary>
1657       <returns></returns>
1658     </member>
1659     <member name="T:System.Reflection.GenericParameterAttributes">
1660       <summary>Describes the constraints on a generic type parameter of a generic type or method.</summary>
1661     </member>
1662     <member name="F:System.Reflection.GenericParameterAttributes.Contravariant">
1663       <summary>The generic type parameter is contravariant. A contravariant type parameter can appear as a parameter type in method signatures.</summary>
1664       <returns></returns>
1665     </member>
1666     <member name="F:System.Reflection.GenericParameterAttributes.Covariant">
1667       <summary>The generic type parameter is covariant. A covariant type parameter can appear as the result type of a method, the type of a read-only field, a declared base type, or an implemented interface.</summary>
1668       <returns></returns>
1669     </member>
1670     <member name="F:System.Reflection.GenericParameterAttributes.DefaultConstructorConstraint">
1671       <summary>A type can be substituted for the generic type parameter only if it has a parameterless constructor.</summary>
1672       <returns></returns>
1673     </member>
1674     <member name="F:System.Reflection.GenericParameterAttributes.None">
1675       <summary>There are no special flags.</summary>
1676       <returns></returns>
1677     </member>
1678     <member name="F:System.Reflection.GenericParameterAttributes.NotNullableValueTypeConstraint">
1679       <summary>A type can be substituted for the generic type parameter only if it is a value type and is not nullable.</summary>
1680       <returns></returns>
1681     </member>
1682     <member name="F:System.Reflection.GenericParameterAttributes.ReferenceTypeConstraint">
1683       <summary>A type can be substituted for the generic type parameter only if it is a reference type.</summary>
1684       <returns></returns>
1685     </member>
1686     <member name="F:System.Reflection.GenericParameterAttributes.SpecialConstraintMask">
1687       <summary>Selects the combination of all special constraint flags. This value is the result of using logical OR to combine the following flags: <see cref="F:System.Reflection.GenericParameterAttributes.DefaultConstructorConstraint"></see>, <see cref="F:System.Reflection.GenericParameterAttributes.ReferenceTypeConstraint"></see>, and <see cref="F:System.Reflection.GenericParameterAttributes.NotNullableValueTypeConstraint"></see>.</summary>
1688       <returns></returns>
1689     </member>
1690     <member name="F:System.Reflection.GenericParameterAttributes.VarianceMask">
1691       <summary>Selects the combination of all variance flags. This value is the result of using logical OR to combine the following flags: <see cref="F:System.Reflection.GenericParameterAttributes.Contravariant"></see> and <see cref="F:System.Reflection.GenericParameterAttributes.Covariant"></see>.</summary>
1692       <returns></returns>
1693     </member>
1694     <member name="T:System.Reflection.FieldAttributes">
1695       <summary>Specifies flags that describe the attributes of a field.</summary>
1696     </member>
1697     <member name="F:System.Reflection.FieldAttributes.Assembly">
1698       <summary>Specifies that the field is accessible throughout the assembly.</summary>
1699       <returns></returns>
1700     </member>
1701     <member name="F:System.Reflection.FieldAttributes.FamANDAssem">
1702       <summary>Specifies that the field is accessible only by subtypes in this assembly.</summary>
1703       <returns></returns>
1704     </member>
1705     <member name="F:System.Reflection.FieldAttributes.Family">
1706       <summary>Specifies that the field is accessible only by type and subtypes.</summary>
1707       <returns></returns>
1708     </member>
1709     <member name="F:System.Reflection.FieldAttributes.FamORAssem">
1710       <summary>Specifies that the field is accessible by subtypes anywhere, as well as throughout this assembly.</summary>
1711       <returns></returns>
1712     </member>
1713     <member name="F:System.Reflection.FieldAttributes.FieldAccessMask">
1714       <summary>Specifies the access level of a given field.</summary>
1715       <returns></returns>
1716     </member>
1717     <member name="F:System.Reflection.FieldAttributes.HasDefault">
1718       <summary>Specifies that the field has a default value.</summary>
1719       <returns></returns>
1720     </member>
1721     <member name="F:System.Reflection.FieldAttributes.HasFieldMarshal">
1722       <summary>Specifies that the field has marshaling information.</summary>
1723       <returns></returns>
1724     </member>
1725     <member name="F:System.Reflection.FieldAttributes.HasFieldRVA">
1726       <summary>Specifies that the field has a relative virtual address (RVA). The RVA is the location of the method body in the current image, as an address relative to the start of the image file in which it is located.</summary>
1727       <returns></returns>
1728     </member>
1729     <member name="F:System.Reflection.FieldAttributes.InitOnly">
1730       <summary>Specifies that the field is initialized only, and can be set only in the body of a constructor.</summary>
1731       <returns></returns>
1732     </member>
1733     <member name="F:System.Reflection.FieldAttributes.Literal">
1734       <summary>Specifies that the field&amp;#39;s value is a compile-time (static or early bound) constant. Any attempt to set it throws a <see cref="T:System.FieldAccessException"></see>.</summary>
1735       <returns></returns>
1736     </member>
1737     <member name="F:System.Reflection.FieldAttributes.NotSerialized">
1738       <summary>Specifies that the field does not have to be serialized when the type is remoted.</summary>
1739       <returns></returns>
1740     </member>
1741     <member name="F:System.Reflection.FieldAttributes.PinvokeImpl">
1742       <summary>Reserved for future use.</summary>
1743       <returns></returns>
1744     </member>
1745     <member name="F:System.Reflection.FieldAttributes.Private">
1746       <summary>Specifies that the field is accessible only by the parent type.</summary>
1747       <returns></returns>
1748     </member>
1749     <member name="F:System.Reflection.FieldAttributes.PrivateScope">
1750       <summary>Specifies that the field cannot be referenced.</summary>
1751       <returns></returns>
1752     </member>
1753     <member name="F:System.Reflection.FieldAttributes.Public">
1754       <summary>Specifies that the field is accessible by any member for whom this scope is visible.</summary>
1755       <returns></returns>
1756     </member>
1757     <member name="F:System.Reflection.FieldAttributes.RTSpecialName">
1758       <summary>Specifies that the common language runtime (metadata internal APIs) should check the name encoding.</summary>
1759       <returns></returns>
1760     </member>
1761     <member name="F:System.Reflection.FieldAttributes.SpecialName">
1762       <summary>Specifies a special method, with the name describing how the method is special.</summary>
1763       <returns></returns>
1764     </member>
1765     <member name="F:System.Reflection.FieldAttributes.Static">
1766       <summary>Specifies that the field represents the defined type, or else it is per-instance.</summary>
1767       <returns></returns>
1768     </member>
1769   </members>
1770 </doc>