PR-5360
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Reflection.Primitives.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Reflection.Primitives</name>
5   </assembly>
6   <members>
7     <member name="T:System.Reflection.Emit.FlowControl">
8       <summary>Describes how an instruction alters the flow of control.</summary>
9     </member>
10     <member name="F:System.Reflection.Emit.FlowControl.Branch">
11       <summary>Branch instruction.</summary>
12     </member>
13     <member name="F:System.Reflection.Emit.FlowControl.Break">
14       <summary>Break instruction.</summary>
15     </member>
16     <member name="F:System.Reflection.Emit.FlowControl.Call">
17       <summary>Call instruction.</summary>
18     </member>
19     <member name="F:System.Reflection.Emit.FlowControl.Cond_Branch">
20       <summary>Conditional branch instruction.</summary>
21     </member>
22     <member name="F:System.Reflection.Emit.FlowControl.Meta">
23       <summary>Provides information about a subsequent instruction. For example, the <see langword="Unaligned" /> instruction of <see langword="Reflection.Emit.Opcodes" /> has <see langword="FlowControl.Meta" /> and specifies that the subsequent pointer instruction might be unaligned.</summary>
24     </member>
25     <member name="F:System.Reflection.Emit.FlowControl.Next">
26       <summary>Normal flow of control.</summary>
27     </member>
28     <member name="F:System.Reflection.Emit.FlowControl.Phi">
29       <summary>This enumerator value is reserved and should not be used.</summary>
30     </member>
31     <member name="F:System.Reflection.Emit.FlowControl.Return">
32       <summary>Return instruction.</summary>
33     </member>
34     <member name="F:System.Reflection.Emit.FlowControl.Throw">
35       <summary>Exception throw instruction.</summary>
36     </member>
37     <member name="T:System.Reflection.Emit.OpCode">
38       <summary>Describes an intermediate language (IL) instruction.</summary>
39     </member>
40     <member name="M:System.Reflection.Emit.OpCode.Equals(System.Object)">
41       <summary>Tests whether the given object is equal to this <see langword="Opcode" />.</summary>
42       <param name="obj">The object to compare to this object.</param>
43       <returns>
44         <see langword="true" /> if <paramref name="obj" /> is an instance of <see langword="Opcode" /> and is equal to this object; otherwise, <see langword="false" />.</returns>
45     </member>
46     <member name="M:System.Reflection.Emit.OpCode.Equals(System.Reflection.Emit.OpCode)">
47       <summary>Indicates whether the current instance is equal to the specified <see cref="T:System.Reflection.Emit.OpCode" />.</summary>
48       <param name="obj">The <see cref="T:System.Reflection.Emit.OpCode" /> to compare to the current instance.</param>
49       <returns>
50         <see langword="true" /> if the value of <paramref name="obj" /> is equal to the value of the current instance; otherwise, <see langword="false" />.</returns>
51     </member>
52     <member name="M:System.Reflection.Emit.OpCode.GetHashCode">
53       <summary>Returns the generated hash code for this <see langword="Opcode" />.</summary>
54       <returns>The hash code for this instance.</returns>
55     </member>
56     <member name="M:System.Reflection.Emit.OpCode.op_Equality(System.Reflection.Emit.OpCode,System.Reflection.Emit.OpCode)">
57       <summary>Indicates whether two <see cref="T:System.Reflection.Emit.OpCode" /> structures are equal.</summary>
58       <param name="a">The <see cref="T:System.Reflection.Emit.OpCode" /> to compare to <paramref name="b" />.</param>
59       <param name="b">The <see cref="T:System.Reflection.Emit.OpCode" /> to compare to <paramref name="a" />.</param>
60       <returns>
61         <see langword="true" /> if <paramref name="a" /> is equal to <paramref name="b" />; otherwise, <see langword="false" />.</returns>
62     </member>
63     <member name="M:System.Reflection.Emit.OpCode.op_Inequality(System.Reflection.Emit.OpCode,System.Reflection.Emit.OpCode)">
64       <summary>Indicates whether two <see cref="T:System.Reflection.Emit.OpCode" /> structures are not equal.</summary>
65       <param name="a">The <see cref="T:System.Reflection.Emit.OpCode" /> to compare to <paramref name="b" />.</param>
66       <param name="b">The <see cref="T:System.Reflection.Emit.OpCode" /> to compare to <paramref name="a" />.</param>
67       <returns>
68         <see langword="true" /> if <paramref name="a" /> is not equal to <paramref name="b" />; otherwise, <see langword="false" />.</returns>
69     </member>
70     <member name="M:System.Reflection.Emit.OpCode.ToString">
71       <summary>Returns this <see langword="Opcode" /> as a <see cref="T:System.String" />.</summary>
72       <returns>A string containing the name of this <see langword="Opcode" />.</returns>
73     </member>
74     <member name="P:System.Reflection.Emit.OpCode.FlowControl">
75       <summary>The flow control characteristics of the intermediate language (IL) instruction.</summary>
76       <returns>Read-only. The type of flow control.</returns>
77     </member>
78     <member name="P:System.Reflection.Emit.OpCode.Name">
79       <summary>The name of the intermediate language (IL) instruction.</summary>
80       <returns>Read-only. The name of the IL instruction.</returns>
81     </member>
82     <member name="P:System.Reflection.Emit.OpCode.OpCodeType">
83       <summary>The type of intermediate language (IL) instruction.</summary>
84       <returns>Read-only. The type of intermediate language (IL) instruction.</returns>
85     </member>
86     <member name="P:System.Reflection.Emit.OpCode.OperandType">
87       <summary>The operand type of an intermediate language (IL) instruction.</summary>
88       <returns>Read-only. The operand type of an IL instruction.</returns>
89     </member>
90     <member name="P:System.Reflection.Emit.OpCode.Size">
91       <summary>The size of the intermediate language (IL) instruction.</summary>
92       <returns>Read-only. The size of the IL instruction.</returns>
93     </member>
94     <member name="P:System.Reflection.Emit.OpCode.StackBehaviourPop">
95       <summary>How the intermediate language (IL) instruction pops the stack.</summary>
96       <returns>Read-only. The way the IL instruction pops the stack.</returns>
97     </member>
98     <member name="P:System.Reflection.Emit.OpCode.StackBehaviourPush">
99       <summary>How the intermediate language (IL) instruction pushes operand onto the stack.</summary>
100       <returns>Read-only. The way the IL instruction pushes operand onto the stack.</returns>
101     </member>
102     <member name="P:System.Reflection.Emit.OpCode.Value">
103       <summary>Gets the numeric value of the intermediate language (IL) instruction.</summary>
104       <returns>Read-only. The numeric value of the IL instruction.</returns>
105     </member>
106     <member name="T:System.Reflection.Emit.OpCodes">
107       <summary>Provides field representations of the Microsoft Intermediate Language (MSIL) instructions for emission by the <see cref="T:System.Reflection.Emit.ILGenerator" /> class members (such as <see cref="M:System.Reflection.Emit.ILGenerator.Emit(System.Reflection.Emit.OpCode)" />).</summary>
108     </member>
109     <member name="F:System.Reflection.Emit.OpCodes.Add">
110       <summary>Adds two values and pushes the result onto the evaluation stack.</summary>
111     </member>
112     <member name="F:System.Reflection.Emit.OpCodes.Add_Ovf">
113       <summary>Adds two integers, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
114     </member>
115     <member name="F:System.Reflection.Emit.OpCodes.Add_Ovf_Un">
116       <summary>Adds two unsigned integer values, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
117     </member>
118     <member name="F:System.Reflection.Emit.OpCodes.And">
119       <summary>Computes the bitwise AND of two values and pushes the result onto the evaluation stack.</summary>
120     </member>
121     <member name="F:System.Reflection.Emit.OpCodes.Arglist">
122       <summary>Returns an unmanaged pointer to the argument list of the current method.</summary>
123     </member>
124     <member name="F:System.Reflection.Emit.OpCodes.Beq">
125       <summary>Transfers control to a target instruction if two values are equal.</summary>
126     </member>
127     <member name="F:System.Reflection.Emit.OpCodes.Beq_S">
128       <summary>Transfers control to a target instruction (short form) if two values are equal.</summary>
129     </member>
130     <member name="F:System.Reflection.Emit.OpCodes.Bge">
131       <summary>Transfers control to a target instruction if the first value is greater than or equal to the second value.</summary>
132     </member>
133     <member name="F:System.Reflection.Emit.OpCodes.Bge_S">
134       <summary>Transfers control to a target instruction (short form) if the first value is greater than or equal to the second value.</summary>
135     </member>
136     <member name="F:System.Reflection.Emit.OpCodes.Bge_Un">
137       <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>
138     </member>
139     <member name="F:System.Reflection.Emit.OpCodes.Bge_Un_S">
140       <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>
141     </member>
142     <member name="F:System.Reflection.Emit.OpCodes.Bgt">
143       <summary>Transfers control to a target instruction if the first value is greater than the second value.</summary>
144     </member>
145     <member name="F:System.Reflection.Emit.OpCodes.Bgt_S">
146       <summary>Transfers control to a target instruction (short form) if the first value is greater than the second value.</summary>
147     </member>
148     <member name="F:System.Reflection.Emit.OpCodes.Bgt_Un">
149       <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>
150     </member>
151     <member name="F:System.Reflection.Emit.OpCodes.Bgt_Un_S">
152       <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>
153     </member>
154     <member name="F:System.Reflection.Emit.OpCodes.Ble">
155       <summary>Transfers control to a target instruction if the first value is less than or equal to the second value.</summary>
156     </member>
157     <member name="F:System.Reflection.Emit.OpCodes.Ble_S">
158       <summary>Transfers control to a target instruction (short form) if the first value is less than or equal to the second value.</summary>
159     </member>
160     <member name="F:System.Reflection.Emit.OpCodes.Ble_Un">
161       <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>
162     </member>
163     <member name="F:System.Reflection.Emit.OpCodes.Ble_Un_S">
164       <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>
165     </member>
166     <member name="F:System.Reflection.Emit.OpCodes.Blt">
167       <summary>Transfers control to a target instruction if the first value is less than the second value.</summary>
168     </member>
169     <member name="F:System.Reflection.Emit.OpCodes.Blt_S">
170       <summary>Transfers control to a target instruction (short form) if the first value is less than the second value.</summary>
171     </member>
172     <member name="F:System.Reflection.Emit.OpCodes.Blt_Un">
173       <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>
174     </member>
175     <member name="F:System.Reflection.Emit.OpCodes.Blt_Un_S">
176       <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>
177     </member>
178     <member name="F:System.Reflection.Emit.OpCodes.Bne_Un">
179       <summary>Transfers control to a target instruction when two unsigned integer values or unordered float values are not equal.</summary>
180     </member>
181     <member name="F:System.Reflection.Emit.OpCodes.Bne_Un_S">
182       <summary>Transfers control to a target instruction (short form) when two unsigned integer values or unordered float values are not equal.</summary>
183     </member>
184     <member name="F:System.Reflection.Emit.OpCodes.Box">
185       <summary>Converts a value type to an object reference (type <see langword="O" />).</summary>
186     </member>
187     <member name="F:System.Reflection.Emit.OpCodes.Br">
188       <summary>Unconditionally transfers control to a target instruction.</summary>
189     </member>
190     <member name="F:System.Reflection.Emit.OpCodes.Br_S">
191       <summary>Unconditionally transfers control to a target instruction (short form).</summary>
192     </member>
193     <member name="F:System.Reflection.Emit.OpCodes.Break">
194       <summary>Signals the Common Language Infrastructure (CLI) to inform the debugger that a break point has been tripped.</summary>
195     </member>
196     <member name="F:System.Reflection.Emit.OpCodes.Brfalse">
197       <summary>Transfers control to a target instruction if <paramref name="value" /> is <see langword="false" />, a null reference (<see langword="Nothing" /> in Visual Basic), or zero.</summary>
198     </member>
199     <member name="F:System.Reflection.Emit.OpCodes.Brfalse_S">
200       <summary>Transfers control to a target instruction if <paramref name="value" /> is <see langword="false" />, a null reference, or zero.</summary>
201     </member>
202     <member name="F:System.Reflection.Emit.OpCodes.Brtrue">
203       <summary>Transfers control to a target instruction if <paramref name="value" /> is <see langword="true" />, not null, or non-zero.</summary>
204     </member>
205     <member name="F:System.Reflection.Emit.OpCodes.Brtrue_S">
206       <summary>Transfers control to a target instruction (short form) if <paramref name="value" /> is <see langword="true" />, not null, or non-zero.</summary>
207     </member>
208     <member name="F:System.Reflection.Emit.OpCodes.Call">
209       <summary>Calls the method indicated by the passed method descriptor.</summary>
210     </member>
211     <member name="F:System.Reflection.Emit.OpCodes.Calli">
212       <summary>Calls the method indicated on the evaluation stack (as a pointer to an entry point) with arguments described by a calling convention.</summary>
213     </member>
214     <member name="F:System.Reflection.Emit.OpCodes.Callvirt">
215       <summary>Calls a late-bound method on an object, pushing the return value onto the evaluation stack.</summary>
216     </member>
217     <member name="F:System.Reflection.Emit.OpCodes.Castclass">
218       <summary>Attempts to cast an object passed by reference to the specified class.</summary>
219     </member>
220     <member name="F:System.Reflection.Emit.OpCodes.Ceq">
221       <summary>Compares two values. If they are equal, the integer value 1 <see langword="(int32" />) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32" />) is pushed onto the evaluation stack.</summary>
222     </member>
223     <member name="F:System.Reflection.Emit.OpCodes.Cgt">
224       <summary>Compares two values. If the first value is greater than the second, the integer value 1 <see langword="(int32" />) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32" />) is pushed onto the evaluation stack.</summary>
225     </member>
226     <member name="F:System.Reflection.Emit.OpCodes.Cgt_Un">
227       <summary>Compares two unsigned or unordered values. If the first value is greater than the second, the integer value 1 <see langword="(int32" />) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32" />) is pushed onto the evaluation stack.</summary>
228     </member>
229     <member name="F:System.Reflection.Emit.OpCodes.Ckfinite">
230       <summary>Throws <see cref="T:System.ArithmeticException" /> if value is not a finite number.</summary>
231     </member>
232     <member name="F:System.Reflection.Emit.OpCodes.Clt">
233       <summary>Compares two values. If the first value is less than the second, the integer value 1 <see langword="(int32" />) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32" />) is pushed onto the evaluation stack.</summary>
234     </member>
235     <member name="F:System.Reflection.Emit.OpCodes.Clt_Un">
236       <summary>Compares the unsigned or unordered values <paramref name="value1" /> and <paramref name="value2" />. If <paramref name="value1" /> is less than <paramref name="value2" />, then the integer value 1 <see langword="(int32" />) is pushed onto the evaluation stack; otherwise 0 (<see langword="int32" />) is pushed onto the evaluation stack.</summary>
237     </member>
238     <member name="F:System.Reflection.Emit.OpCodes.Constrained">
239       <summary>Constrains the type on which a virtual method call is made.</summary>
240     </member>
241     <member name="F:System.Reflection.Emit.OpCodes.Conv_I">
242       <summary>Converts the value on top of the evaluation stack to <see langword="native int" />.</summary>
243     </member>
244     <member name="F:System.Reflection.Emit.OpCodes.Conv_I1">
245       <summary>Converts the value on top of the evaluation stack to <see langword="int8" />, then extends (pads) it to <see langword="int32" />.</summary>
246     </member>
247     <member name="F:System.Reflection.Emit.OpCodes.Conv_I2">
248       <summary>Converts the value on top of the evaluation stack to <see langword="int16" />, then extends (pads) it to <see langword="int32" />.</summary>
249     </member>
250     <member name="F:System.Reflection.Emit.OpCodes.Conv_I4">
251       <summary>Converts the value on top of the evaluation stack to <see langword="int32" />.</summary>
252     </member>
253     <member name="F:System.Reflection.Emit.OpCodes.Conv_I8">
254       <summary>Converts the value on top of the evaluation stack to <see langword="int64" />.</summary>
255     </member>
256     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I">
257       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="native int" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
258     </member>
259     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I_Un">
260       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="native int" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
261     </member>
262     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I1">
263       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="int8" /> and extends it to <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
264     </member>
265     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I1_Un">
266       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="int8" /> and extends it to <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
267     </member>
268     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I2">
269       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="int16" /> and extending it to <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
270     </member>
271     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I2_Un">
272       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="int16" /> and extends it to <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
273     </member>
274     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I4">
275       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
276     </member>
277     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I4_Un">
278       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
279     </member>
280     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I8">
281       <summary>Converts the signed value on top of the evaluation stack to signed <see langword="int64" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
282     </member>
283     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_I8_Un">
284       <summary>Converts the unsigned value on top of the evaluation stack to signed <see langword="int64" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
285     </member>
286     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U">
287       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned native int" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
288     </member>
289     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U_Un">
290       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned native int" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
291     </member>
292     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U1">
293       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned int8" /> and extends it to <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
294     </member>
295     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U1_Un">
296       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned int8" /> and extends it to <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
297     </member>
298     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U2">
299       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned int16" /> and extends it to <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
300     </member>
301     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U2_Un">
302       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned int16" /> and extends it to <see langword="int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
303     </member>
304     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U4">
305       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
306     </member>
307     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U4_Un">
308       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned int32" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
309     </member>
310     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U8">
311       <summary>Converts the signed value on top of the evaluation stack to <see langword="unsigned int64" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
312     </member>
313     <member name="F:System.Reflection.Emit.OpCodes.Conv_Ovf_U8_Un">
314       <summary>Converts the unsigned value on top of the evaluation stack to <see langword="unsigned int64" />, throwing <see cref="T:System.OverflowException" /> on overflow.</summary>
315     </member>
316     <member name="F:System.Reflection.Emit.OpCodes.Conv_R_Un">
317       <summary>Converts the unsigned integer value on top of the evaluation stack to <see langword="float32" />.</summary>
318     </member>
319     <member name="F:System.Reflection.Emit.OpCodes.Conv_R4">
320       <summary>Converts the value on top of the evaluation stack to <see langword="float32" />.</summary>
321     </member>
322     <member name="F:System.Reflection.Emit.OpCodes.Conv_R8">
323       <summary>Converts the value on top of the evaluation stack to <see langword="float64" />.</summary>
324     </member>
325     <member name="F:System.Reflection.Emit.OpCodes.Conv_U">
326       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned native int" />, and extends it to <see langword="native int" />.</summary>
327     </member>
328     <member name="F:System.Reflection.Emit.OpCodes.Conv_U1">
329       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned int8" />, and extends it to <see langword="int32" />.</summary>
330     </member>
331     <member name="F:System.Reflection.Emit.OpCodes.Conv_U2">
332       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned int16" />, and extends it to <see langword="int32" />.</summary>
333     </member>
334     <member name="F:System.Reflection.Emit.OpCodes.Conv_U4">
335       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned int32" />, and extends it to <see langword="int32" />.</summary>
336     </member>
337     <member name="F:System.Reflection.Emit.OpCodes.Conv_U8">
338       <summary>Converts the value on top of the evaluation stack to <see langword="unsigned int64" />, and extends it to <see langword="int64" />.</summary>
339     </member>
340     <member name="F:System.Reflection.Emit.OpCodes.Cpblk">
341       <summary>Copies a specified number bytes from a source address to a destination address.</summary>
342     </member>
343     <member name="F:System.Reflection.Emit.OpCodes.Cpobj">
344       <summary>Copies the value type located at the address of an object (type <see langword="&amp;" />, <see langword="*" /> or <see langword="native int" />) to the address of the destination object (type <see langword="&amp;" />, <see langword="*" /> or <see langword="native int" />).</summary>
345     </member>
346     <member name="F:System.Reflection.Emit.OpCodes.Div">
347       <summary>Divides two values and pushes the result as a floating-point (type <see langword="F" />) or quotient (type <see langword="int32" />) onto the evaluation stack.</summary>
348     </member>
349     <member name="F:System.Reflection.Emit.OpCodes.Div_Un">
350       <summary>Divides two unsigned integer values and pushes the result (<see langword="int32" />) onto the evaluation stack.</summary>
351     </member>
352     <member name="F:System.Reflection.Emit.OpCodes.Dup">
353       <summary>Copies the current topmost value on the evaluation stack, and then pushes the copy onto the evaluation stack.</summary>
354     </member>
355     <member name="F:System.Reflection.Emit.OpCodes.Endfilter">
356       <summary>Transfers control from the <see langword="filter" /> clause of an exception back to the Common Language Infrastructure (CLI) exception handler.</summary>
357     </member>
358     <member name="F:System.Reflection.Emit.OpCodes.Endfinally">
359       <summary>Transfers control from the <see langword="fault" /> or <see langword="finally" /> clause of an exception block back to the Common Language Infrastructure (CLI) exception handler.</summary>
360     </member>
361     <member name="F:System.Reflection.Emit.OpCodes.Initblk">
362       <summary>Initializes a specified block of memory at a specific address to a given size and initial value.</summary>
363     </member>
364     <member name="F:System.Reflection.Emit.OpCodes.Initobj">
365       <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>
366     </member>
367     <member name="F:System.Reflection.Emit.OpCodes.Isinst">
368       <summary>Tests whether an object reference (type <see langword="O" />) is an instance of a particular class.</summary>
369     </member>
370     <member name="F:System.Reflection.Emit.OpCodes.Jmp">
371       <summary>Exits current method and jumps to specified method.</summary>
372     </member>
373     <member name="F:System.Reflection.Emit.OpCodes.Ldarg">
374       <summary>Loads an argument (referenced by a specified index value) onto the stack.</summary>
375     </member>
376     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_0">
377       <summary>Loads the argument at index 0 onto the evaluation stack.</summary>
378     </member>
379     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_1">
380       <summary>Loads the argument at index 1 onto the evaluation stack.</summary>
381     </member>
382     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_2">
383       <summary>Loads the argument at index 2 onto the evaluation stack.</summary>
384     </member>
385     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_3">
386       <summary>Loads the argument at index 3 onto the evaluation stack.</summary>
387     </member>
388     <member name="F:System.Reflection.Emit.OpCodes.Ldarg_S">
389       <summary>Loads the argument (referenced by a specified short form index) onto the evaluation stack.</summary>
390     </member>
391     <member name="F:System.Reflection.Emit.OpCodes.Ldarga">
392       <summary>Load an argument address onto the evaluation stack.</summary>
393     </member>
394     <member name="F:System.Reflection.Emit.OpCodes.Ldarga_S">
395       <summary>Load an argument address, in short form, onto the evaluation stack.</summary>
396     </member>
397     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4">
398       <summary>Pushes a supplied value of type <see langword="int32" /> onto the evaluation stack as an <see langword="int32" />.</summary>
399     </member>
400     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_0">
401       <summary>Pushes the integer value of 0 onto the evaluation stack as an <see langword="int32" />.</summary>
402     </member>
403     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_1">
404       <summary>Pushes the integer value of 1 onto the evaluation stack as an <see langword="int32" />.</summary>
405     </member>
406     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_2">
407       <summary>Pushes the integer value of 2 onto the evaluation stack as an <see langword="int32" />.</summary>
408     </member>
409     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_3">
410       <summary>Pushes the integer value of 3 onto the evaluation stack as an <see langword="int32" />.</summary>
411     </member>
412     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_4">
413       <summary>Pushes the integer value of 4 onto the evaluation stack as an <see langword="int32" />.</summary>
414     </member>
415     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_5">
416       <summary>Pushes the integer value of 5 onto the evaluation stack as an <see langword="int32" />.</summary>
417     </member>
418     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_6">
419       <summary>Pushes the integer value of 6 onto the evaluation stack as an <see langword="int32" />.</summary>
420     </member>
421     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_7">
422       <summary>Pushes the integer value of 7 onto the evaluation stack as an <see langword="int32" />.</summary>
423     </member>
424     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_8">
425       <summary>Pushes the integer value of 8 onto the evaluation stack as an <see langword="int32" />.</summary>
426     </member>
427     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_M1">
428       <summary>Pushes the integer value of -1 onto the evaluation stack as an <see langword="int32" />.</summary>
429     </member>
430     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I4_S">
431       <summary>Pushes the supplied <see langword="int8" /> value onto the evaluation stack as an <see langword="int32" />, short form.</summary>
432     </member>
433     <member name="F:System.Reflection.Emit.OpCodes.Ldc_I8">
434       <summary>Pushes a supplied value of type <see langword="int64" /> onto the evaluation stack as an <see langword="int64" />.</summary>
435     </member>
436     <member name="F:System.Reflection.Emit.OpCodes.Ldc_R4">
437       <summary>Pushes a supplied value of type <see langword="float32" /> onto the evaluation stack as type <see langword="F" /> (float).</summary>
438     </member>
439     <member name="F:System.Reflection.Emit.OpCodes.Ldc_R8">
440       <summary>Pushes a supplied value of type <see langword="float64" /> onto the evaluation stack as type <see langword="F" /> (float).</summary>
441     </member>
442     <member name="F:System.Reflection.Emit.OpCodes.Ldelem">
443       <summary>Loads the element at a specified array index onto the top of the evaluation stack as the type specified in the instruction.</summary>
444     </member>
445     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I">
446       <summary>Loads the element with type <see langword="native int" /> at a specified array index onto the top of the evaluation stack as a <see langword="native int" />.</summary>
447     </member>
448     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I1">
449       <summary>Loads the element with type <see langword="int8" /> at a specified array index onto the top of the evaluation stack as an <see langword="int32" />.</summary>
450     </member>
451     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I2">
452       <summary>Loads the element with type <see langword="int16" /> at a specified array index onto the top of the evaluation stack as an <see langword="int32" />.</summary>
453     </member>
454     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I4">
455       <summary>Loads the element with type <see langword="int32" /> at a specified array index onto the top of the evaluation stack as an <see langword="int32" />.</summary>
456     </member>
457     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_I8">
458       <summary>Loads the element with type <see langword="int64" /> at a specified array index onto the top of the evaluation stack as an <see langword="int64" />.</summary>
459     </member>
460     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_R4">
461       <summary>Loads the element with type <see langword="float32" /> at a specified array index onto the top of the evaluation stack as type <see langword="F" /> (float).</summary>
462     </member>
463     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_R8">
464       <summary>Loads the element with type <see langword="float64" /> at a specified array index onto the top of the evaluation stack as type <see langword="F" /> (float).</summary>
465     </member>
466     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_Ref">
467       <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" /> (object reference).</summary>
468     </member>
469     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_U1">
470       <summary>Loads the element with type <see langword="unsigned int8" /> at a specified array index onto the top of the evaluation stack as an <see langword="int32" />.</summary>
471     </member>
472     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_U2">
473       <summary>Loads the element with type <see langword="unsigned int16" /> at a specified array index onto the top of the evaluation stack as an <see langword="int32" />.</summary>
474     </member>
475     <member name="F:System.Reflection.Emit.OpCodes.Ldelem_U4">
476       <summary>Loads the element with type <see langword="unsigned int32" /> at a specified array index onto the top of the evaluation stack as an <see langword="int32" />.</summary>
477     </member>
478     <member name="F:System.Reflection.Emit.OpCodes.Ldelema">
479       <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;" /> (managed pointer).</summary>
480     </member>
481     <member name="F:System.Reflection.Emit.OpCodes.Ldfld">
482       <summary>Finds the value of a field in the object whose reference is currently on the evaluation stack.</summary>
483     </member>
484     <member name="F:System.Reflection.Emit.OpCodes.Ldflda">
485       <summary>Finds the address of a field in the object whose reference is currently on the evaluation stack.</summary>
486     </member>
487     <member name="F:System.Reflection.Emit.OpCodes.Ldftn">
488       <summary>Pushes an unmanaged pointer (type <see langword="native int" />) to the native code implementing a specific method onto the evaluation stack.</summary>
489     </member>
490     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I">
491       <summary>Loads a value of type <see langword="native int" /> as a <see langword="native int" /> onto the evaluation stack indirectly.</summary>
492     </member>
493     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I1">
494       <summary>Loads a value of type <see langword="int8" /> as an <see langword="int32" /> onto the evaluation stack indirectly.</summary>
495     </member>
496     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I2">
497       <summary>Loads a value of type <see langword="int16" /> as an <see langword="int32" /> onto the evaluation stack indirectly.</summary>
498     </member>
499     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I4">
500       <summary>Loads a value of type <see langword="int32" /> as an <see langword="int32" /> onto the evaluation stack indirectly.</summary>
501     </member>
502     <member name="F:System.Reflection.Emit.OpCodes.Ldind_I8">
503       <summary>Loads a value of type <see langword="int64" /> as an <see langword="int64" /> onto the evaluation stack indirectly.</summary>
504     </member>
505     <member name="F:System.Reflection.Emit.OpCodes.Ldind_R4">
506       <summary>Loads a value of type <see langword="float32" /> as a type <see langword="F" /> (float) onto the evaluation stack indirectly.</summary>
507     </member>
508     <member name="F:System.Reflection.Emit.OpCodes.Ldind_R8">
509       <summary>Loads a value of type <see langword="float64" /> as a type <see langword="F" /> (float) onto the evaluation stack indirectly.</summary>
510     </member>
511     <member name="F:System.Reflection.Emit.OpCodes.Ldind_Ref">
512       <summary>Loads an object reference as a type <see langword="O" /> (object reference) onto the evaluation stack indirectly.</summary>
513     </member>
514     <member name="F:System.Reflection.Emit.OpCodes.Ldind_U1">
515       <summary>Loads a value of type <see langword="unsigned int8" /> as an <see langword="int32" /> onto the evaluation stack indirectly.</summary>
516     </member>
517     <member name="F:System.Reflection.Emit.OpCodes.Ldind_U2">
518       <summary>Loads a value of type <see langword="unsigned int16" /> as an <see langword="int32" /> onto the evaluation stack indirectly.</summary>
519     </member>
520     <member name="F:System.Reflection.Emit.OpCodes.Ldind_U4">
521       <summary>Loads a value of type <see langword="unsigned int32" /> as an <see langword="int32" /> onto the evaluation stack indirectly.</summary>
522     </member>
523     <member name="F:System.Reflection.Emit.OpCodes.Ldlen">
524       <summary>Pushes the number of elements of a zero-based, one-dimensional array onto the evaluation stack.</summary>
525     </member>
526     <member name="F:System.Reflection.Emit.OpCodes.Ldloc">
527       <summary>Loads the local variable at a specific index onto the evaluation stack.</summary>
528     </member>
529     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_0">
530       <summary>Loads the local variable at index 0 onto the evaluation stack.</summary>
531     </member>
532     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_1">
533       <summary>Loads the local variable at index 1 onto the evaluation stack.</summary>
534     </member>
535     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_2">
536       <summary>Loads the local variable at index 2 onto the evaluation stack.</summary>
537     </member>
538     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_3">
539       <summary>Loads the local variable at index 3 onto the evaluation stack.</summary>
540     </member>
541     <member name="F:System.Reflection.Emit.OpCodes.Ldloc_S">
542       <summary>Loads the local variable at a specific index onto the evaluation stack, short form.</summary>
543     </member>
544     <member name="F:System.Reflection.Emit.OpCodes.Ldloca">
545       <summary>Loads the address of the local variable at a specific index onto the evaluation stack.</summary>
546     </member>
547     <member name="F:System.Reflection.Emit.OpCodes.Ldloca_S">
548       <summary>Loads the address of the local variable at a specific index onto the evaluation stack, short form.</summary>
549     </member>
550     <member name="F:System.Reflection.Emit.OpCodes.Ldnull">
551       <summary>Pushes a null reference (type <see langword="O" />) onto the evaluation stack.</summary>
552     </member>
553     <member name="F:System.Reflection.Emit.OpCodes.Ldobj">
554       <summary>Copies the value type object pointed to by an address to the top of the evaluation stack.</summary>
555     </member>
556     <member name="F:System.Reflection.Emit.OpCodes.Ldsfld">
557       <summary>Pushes the value of a static field onto the evaluation stack.</summary>
558     </member>
559     <member name="F:System.Reflection.Emit.OpCodes.Ldsflda">
560       <summary>Pushes the address of a static field onto the evaluation stack.</summary>
561     </member>
562     <member name="F:System.Reflection.Emit.OpCodes.Ldstr">
563       <summary>Pushes a new object reference to a string literal stored in the metadata.</summary>
564     </member>
565     <member name="F:System.Reflection.Emit.OpCodes.Ldtoken">
566       <summary>Converts a metadata token to its runtime representation, pushing it onto the evaluation stack.</summary>
567     </member>
568     <member name="F:System.Reflection.Emit.OpCodes.Ldvirtftn">
569       <summary>Pushes an unmanaged pointer (type <see langword="native int" />) to the native code implementing a particular virtual method associated with a specified object onto the evaluation stack.</summary>
570     </member>
571     <member name="F:System.Reflection.Emit.OpCodes.Leave">
572       <summary>Exits a protected region of code, unconditionally transferring control to a specific target instruction.</summary>
573     </member>
574     <member name="F:System.Reflection.Emit.OpCodes.Leave_S">
575       <summary>Exits a protected region of code, unconditionally transferring control to a target instruction (short form).</summary>
576     </member>
577     <member name="F:System.Reflection.Emit.OpCodes.Localloc">
578       <summary>Allocates a certain number of bytes from the local dynamic memory pool and pushes the address (a transient pointer, type <see langword="*" />) of the first allocated byte onto the evaluation stack.</summary>
579     </member>
580     <member name="F:System.Reflection.Emit.OpCodes.Mkrefany">
581       <summary>Pushes a typed reference to an instance of a specific type onto the evaluation stack.</summary>
582     </member>
583     <member name="F:System.Reflection.Emit.OpCodes.Mul">
584       <summary>Multiplies two values and pushes the result on the evaluation stack.</summary>
585     </member>
586     <member name="F:System.Reflection.Emit.OpCodes.Mul_Ovf">
587       <summary>Multiplies two integer values, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
588     </member>
589     <member name="F:System.Reflection.Emit.OpCodes.Mul_Ovf_Un">
590       <summary>Multiplies two unsigned integer values, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
591     </member>
592     <member name="F:System.Reflection.Emit.OpCodes.Neg">
593       <summary>Negates a value and pushes the result onto the evaluation stack.</summary>
594     </member>
595     <member name="F:System.Reflection.Emit.OpCodes.Newarr">
596       <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>
597     </member>
598     <member name="F:System.Reflection.Emit.OpCodes.Newobj">
599       <summary>Creates a new object or a new instance of a value type, pushing an object reference (type <see langword="O" />) onto the evaluation stack.</summary>
600     </member>
601     <member name="F:System.Reflection.Emit.OpCodes.Nop">
602       <summary>Fills space if opcodes are patched. No meaningful operation is performed although a processing cycle can be consumed.</summary>
603     </member>
604     <member name="F:System.Reflection.Emit.OpCodes.Not">
605       <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>
606     </member>
607     <member name="F:System.Reflection.Emit.OpCodes.Or">
608       <summary>Compute the bitwise complement of the two integer values on top of the stack and pushes the result onto the evaluation stack.</summary>
609     </member>
610     <member name="F:System.Reflection.Emit.OpCodes.Pop">
611       <summary>Removes the value currently on top of the evaluation stack.</summary>
612     </member>
613     <member name="F:System.Reflection.Emit.OpCodes.Prefix1">
614       <summary>This is a reserved instruction.</summary>
615     </member>
616     <member name="F:System.Reflection.Emit.OpCodes.Prefix2">
617       <summary>This is a reserved instruction.</summary>
618     </member>
619     <member name="F:System.Reflection.Emit.OpCodes.Prefix3">
620       <summary>This is a reserved instruction.</summary>
621     </member>
622     <member name="F:System.Reflection.Emit.OpCodes.Prefix4">
623       <summary>This is a reserved instruction.</summary>
624     </member>
625     <member name="F:System.Reflection.Emit.OpCodes.Prefix5">
626       <summary>This is a reserved instruction.</summary>
627     </member>
628     <member name="F:System.Reflection.Emit.OpCodes.Prefix6">
629       <summary>This is a reserved instruction.</summary>
630     </member>
631     <member name="F:System.Reflection.Emit.OpCodes.Prefix7">
632       <summary>This is a reserved instruction.</summary>
633     </member>
634     <member name="F:System.Reflection.Emit.OpCodes.Prefixref">
635       <summary>This is a reserved instruction.</summary>
636     </member>
637     <member name="F:System.Reflection.Emit.OpCodes.Readonly">
638       <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>
639     </member>
640     <member name="F:System.Reflection.Emit.OpCodes.Refanytype">
641       <summary>Retrieves the type token embedded in a typed reference.</summary>
642     </member>
643     <member name="F:System.Reflection.Emit.OpCodes.Refanyval">
644       <summary>Retrieves the address (type <see langword="&amp;" />) embedded in a typed reference.</summary>
645     </member>
646     <member name="F:System.Reflection.Emit.OpCodes.Rem">
647       <summary>Divides two values and pushes the remainder onto the evaluation stack.</summary>
648     </member>
649     <member name="F:System.Reflection.Emit.OpCodes.Rem_Un">
650       <summary>Divides two unsigned values and pushes the remainder onto the evaluation stack.</summary>
651     </member>
652     <member name="F:System.Reflection.Emit.OpCodes.Ret">
653       <summary>Returns from the current method, pushing a return value (if present) from the callee's evaluation stack onto the caller's evaluation stack.</summary>
654     </member>
655     <member name="F:System.Reflection.Emit.OpCodes.Rethrow">
656       <summary>Rethrows the current exception.</summary>
657     </member>
658     <member name="F:System.Reflection.Emit.OpCodes.Shl">
659       <summary>Shifts an integer value to the left (in zeroes) by a specified number of bits, pushing the result onto the evaluation stack.</summary>
660     </member>
661     <member name="F:System.Reflection.Emit.OpCodes.Shr">
662       <summary>Shifts an integer value (in sign) to the right by a specified number of bits, pushing the result onto the evaluation stack.</summary>
663     </member>
664     <member name="F:System.Reflection.Emit.OpCodes.Shr_Un">
665       <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>
666     </member>
667     <member name="F:System.Reflection.Emit.OpCodes.Sizeof">
668       <summary>Pushes the size, in bytes, of a supplied value type onto the evaluation stack.</summary>
669     </member>
670     <member name="F:System.Reflection.Emit.OpCodes.Starg">
671       <summary>Stores the value on top of the evaluation stack in the argument slot at a specified index.</summary>
672     </member>
673     <member name="F:System.Reflection.Emit.OpCodes.Starg_S">
674       <summary>Stores the value on top of the evaluation stack in the argument slot at a specified index, short form.</summary>
675     </member>
676     <member name="F:System.Reflection.Emit.OpCodes.Stelem">
677       <summary>Replaces the array element at a given index with the value on the evaluation stack, whose type is specified in the instruction.</summary>
678     </member>
679     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I">
680       <summary>Replaces the array element at a given index with the <see langword="native int" /> value on the evaluation stack.</summary>
681     </member>
682     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I1">
683       <summary>Replaces the array element at a given index with the <see langword="int8" /> value on the evaluation stack.</summary>
684     </member>
685     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I2">
686       <summary>Replaces the array element at a given index with the <see langword="int16" /> value on the evaluation stack.</summary>
687     </member>
688     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I4">
689       <summary>Replaces the array element at a given index with the <see langword="int32" /> value on the evaluation stack.</summary>
690     </member>
691     <member name="F:System.Reflection.Emit.OpCodes.Stelem_I8">
692       <summary>Replaces the array element at a given index with the <see langword="int64" /> value on the evaluation stack.</summary>
693     </member>
694     <member name="F:System.Reflection.Emit.OpCodes.Stelem_R4">
695       <summary>Replaces the array element at a given index with the <see langword="float32" /> value on the evaluation stack.</summary>
696     </member>
697     <member name="F:System.Reflection.Emit.OpCodes.Stelem_R8">
698       <summary>Replaces the array element at a given index with the <see langword="float64" /> value on the evaluation stack.</summary>
699     </member>
700     <member name="F:System.Reflection.Emit.OpCodes.Stelem_Ref">
701       <summary>Replaces the array element at a given index with the object ref value (type <see langword="O" />) on the evaluation stack.</summary>
702     </member>
703     <member name="F:System.Reflection.Emit.OpCodes.Stfld">
704       <summary>Replaces the value stored in the field of an object reference or pointer with a new value.</summary>
705     </member>
706     <member name="F:System.Reflection.Emit.OpCodes.Stind_I">
707       <summary>Stores a value of type <see langword="native int" /> at a supplied address.</summary>
708     </member>
709     <member name="F:System.Reflection.Emit.OpCodes.Stind_I1">
710       <summary>Stores a value of type <see langword="int8" /> at a supplied address.</summary>
711     </member>
712     <member name="F:System.Reflection.Emit.OpCodes.Stind_I2">
713       <summary>Stores a value of type <see langword="int16" /> at a supplied address.</summary>
714     </member>
715     <member name="F:System.Reflection.Emit.OpCodes.Stind_I4">
716       <summary>Stores a value of type <see langword="int32" /> at a supplied address.</summary>
717     </member>
718     <member name="F:System.Reflection.Emit.OpCodes.Stind_I8">
719       <summary>Stores a value of type <see langword="int64" /> at a supplied address.</summary>
720     </member>
721     <member name="F:System.Reflection.Emit.OpCodes.Stind_R4">
722       <summary>Stores a value of type <see langword="float32" /> at a supplied address.</summary>
723     </member>
724     <member name="F:System.Reflection.Emit.OpCodes.Stind_R8">
725       <summary>Stores a value of type <see langword="float64" /> at a supplied address.</summary>
726     </member>
727     <member name="F:System.Reflection.Emit.OpCodes.Stind_Ref">
728       <summary>Stores a object reference value at a supplied address.</summary>
729     </member>
730     <member name="F:System.Reflection.Emit.OpCodes.Stloc">
731       <summary>Pops the current value from the top of the evaluation stack and stores it in the local variable list at a specified index.</summary>
732     </member>
733     <member name="F:System.Reflection.Emit.OpCodes.Stloc_0">
734       <summary>Pops the current value from the top of the evaluation stack and stores it in the local variable list at index 0.</summary>
735     </member>
736     <member name="F:System.Reflection.Emit.OpCodes.Stloc_1">
737       <summary>Pops the current value from the top of the evaluation stack and stores it in the local variable list at index 1.</summary>
738     </member>
739     <member name="F:System.Reflection.Emit.OpCodes.Stloc_2">
740       <summary>Pops the current value from the top of the evaluation stack and stores it in the local variable list at index 2.</summary>
741     </member>
742     <member name="F:System.Reflection.Emit.OpCodes.Stloc_3">
743       <summary>Pops the current value from the top of the evaluation stack and stores it in the local variable list at index 3.</summary>
744     </member>
745     <member name="F:System.Reflection.Emit.OpCodes.Stloc_S">
746       <summary>Pops the current value from the top of the evaluation stack and stores it in the local variable list at <paramref name="index" /> (short form).</summary>
747     </member>
748     <member name="F:System.Reflection.Emit.OpCodes.Stobj">
749       <summary>Copies a value of a specified type from the evaluation stack into a supplied memory address.</summary>
750     </member>
751     <member name="F:System.Reflection.Emit.OpCodes.Stsfld">
752       <summary>Replaces the value of a static field with a value from the evaluation stack.</summary>
753     </member>
754     <member name="F:System.Reflection.Emit.OpCodes.Sub">
755       <summary>Subtracts one value from another and pushes the result onto the evaluation stack.</summary>
756     </member>
757     <member name="F:System.Reflection.Emit.OpCodes.Sub_Ovf">
758       <summary>Subtracts one integer value from another, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
759     </member>
760     <member name="F:System.Reflection.Emit.OpCodes.Sub_Ovf_Un">
761       <summary>Subtracts one unsigned integer value from another, performs an overflow check, and pushes the result onto the evaluation stack.</summary>
762     </member>
763     <member name="F:System.Reflection.Emit.OpCodes.Switch">
764       <summary>Implements a jump table.</summary>
765     </member>
766     <member name="F:System.Reflection.Emit.OpCodes.Tailcall">
767       <summary>Performs a postfixed method call instruction such that the current method's stack frame is removed before the actual call instruction is executed.</summary>
768     </member>
769     <member name="F:System.Reflection.Emit.OpCodes.Throw">
770       <summary>Throws the exception object currently on the evaluation stack.</summary>
771     </member>
772     <member name="F:System.Reflection.Emit.OpCodes.Unaligned">
773       <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 langword="stind" />, <see langword="ldfld" />, <see langword="stfld" />, <see langword="ldobj" />, <see langword="stobj" />, <see langword="initblk" />, or <see langword="cpblk" /> instruction.</summary>
774     </member>
775     <member name="F:System.Reflection.Emit.OpCodes.Unbox">
776       <summary>Converts the boxed representation of a value type to its unboxed form.</summary>
777     </member>
778     <member name="F:System.Reflection.Emit.OpCodes.Unbox_Any">
779       <summary>Converts the boxed representation of a type specified in the instruction to its unboxed form.</summary>
780     </member>
781     <member name="F:System.Reflection.Emit.OpCodes.Volatile">
782       <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>
783     </member>
784     <member name="F:System.Reflection.Emit.OpCodes.Xor">
785       <summary>Computes the bitwise XOR of the top two values on the evaluation stack, pushing the result onto the evaluation stack.</summary>
786     </member>
787     <member name="M:System.Reflection.Emit.OpCodes.TakesSingleByteArgument(System.Reflection.Emit.OpCode)">
788       <summary>Returns true or false if the supplied opcode takes a single byte argument.</summary>
789       <param name="inst">An instance of an Opcode object.</param>
790       <returns>
791         <see langword="true" /> or <see langword="false" />.</returns>
792     </member>
793     <member name="T:System.Reflection.Emit.OpCodeType">
794       <summary>Describes the types of the Microsoft intermediate language (MSIL) instructions.</summary>
795     </member>
796     <member name="F:System.Reflection.Emit.OpCodeType.Annotation">
797       <summary>This enumerator value is reserved and should not be used.</summary>
798     </member>
799     <member name="F:System.Reflection.Emit.OpCodeType.Macro">
800       <summary>These are Microsoft intermediate language (MSIL) instructions that are used as a synonym for other MSIL instructions. For example, <see langword="ldarg.0" /> represents the <see langword="ldarg" /> instruction with an argument of 0.</summary>
801     </member>
802     <member name="F:System.Reflection.Emit.OpCodeType.Nternal">
803       <summary>Describes a reserved Microsoft intermediate language (MSIL) instruction.</summary>
804     </member>
805     <member name="F:System.Reflection.Emit.OpCodeType.Objmodel">
806       <summary>Describes a Microsoft intermediate language (MSIL) instruction that applies to objects.</summary>
807     </member>
808     <member name="F:System.Reflection.Emit.OpCodeType.Prefix">
809       <summary>Describes a prefix instruction that modifies the behavior of the following instruction.</summary>
810     </member>
811     <member name="F:System.Reflection.Emit.OpCodeType.Primitive">
812       <summary>Describes a built-in instruction.</summary>
813     </member>
814     <member name="T:System.Reflection.Emit.OperandType">
815       <summary>Describes the operand type of Microsoft intermediate language (MSIL) instruction.</summary>
816     </member>
817     <member name="F:System.Reflection.Emit.OperandType.InlineBrTarget">
818       <summary>The operand is a 32-bit integer branch target.</summary>
819     </member>
820     <member name="F:System.Reflection.Emit.OperandType.InlineField">
821       <summary>The operand is a 32-bit metadata token.</summary>
822     </member>
823     <member name="F:System.Reflection.Emit.OperandType.InlineI">
824       <summary>The operand is a 32-bit integer.</summary>
825     </member>
826     <member name="F:System.Reflection.Emit.OperandType.InlineI8">
827       <summary>The operand is a 64-bit integer.</summary>
828     </member>
829     <member name="F:System.Reflection.Emit.OperandType.InlineMethod">
830       <summary>The operand is a 32-bit metadata token.</summary>
831     </member>
832     <member name="F:System.Reflection.Emit.OperandType.InlineNone">
833       <summary>No operand.</summary>
834     </member>
835     <member name="F:System.Reflection.Emit.OperandType.InlinePhi">
836       <summary>The operand is reserved and should not be used.</summary>
837     </member>
838     <member name="F:System.Reflection.Emit.OperandType.InlineR">
839       <summary>The operand is a 64-bit IEEE floating point number.</summary>
840     </member>
841     <member name="F:System.Reflection.Emit.OperandType.InlineSig">
842       <summary>The operand is a 32-bit metadata signature token.</summary>
843     </member>
844     <member name="F:System.Reflection.Emit.OperandType.InlineString">
845       <summary>The operand is a 32-bit metadata string token.</summary>
846     </member>
847     <member name="F:System.Reflection.Emit.OperandType.InlineSwitch">
848       <summary>The operand is the 32-bit integer argument to a switch instruction.</summary>
849     </member>
850     <member name="F:System.Reflection.Emit.OperandType.InlineTok">
851       <summary>The operand is a <see langword="FieldRef" />, <see langword="MethodRef" />, or <see langword="TypeRef" /> token.</summary>
852     </member>
853     <member name="F:System.Reflection.Emit.OperandType.InlineType">
854       <summary>The operand is a 32-bit metadata token.</summary>
855     </member>
856     <member name="F:System.Reflection.Emit.OperandType.InlineVar">
857       <summary>The operand is 16-bit integer containing the ordinal of a local variable or an argument.</summary>
858     </member>
859     <member name="F:System.Reflection.Emit.OperandType.ShortInlineBrTarget">
860       <summary>The operand is an 8-bit integer branch target.</summary>
861     </member>
862     <member name="F:System.Reflection.Emit.OperandType.ShortInlineI">
863       <summary>The operand is an 8-bit integer.</summary>
864     </member>
865     <member name="F:System.Reflection.Emit.OperandType.ShortInlineR">
866       <summary>The operand is a 32-bit IEEE floating point number.</summary>
867     </member>
868     <member name="F:System.Reflection.Emit.OperandType.ShortInlineVar">
869       <summary>The operand is an 8-bit integer containing the ordinal of a local variable or an argumenta.</summary>
870     </member>
871     <member name="T:System.Reflection.Emit.PackingSize">
872       <summary>Specifies one of two factors that determine the memory alignment of fields when a type is marshaled.</summary>
873     </member>
874     <member name="F:System.Reflection.Emit.PackingSize.Size1">
875       <summary>The packing size is 1 byte.</summary>
876     </member>
877     <member name="F:System.Reflection.Emit.PackingSize.Size128">
878       <summary>The packing size is 128 bytes.</summary>
879     </member>
880     <member name="F:System.Reflection.Emit.PackingSize.Size16">
881       <summary>The packing size is 16 bytes.</summary>
882     </member>
883     <member name="F:System.Reflection.Emit.PackingSize.Size2">
884       <summary>The packing size is 2 bytes.</summary>
885     </member>
886     <member name="F:System.Reflection.Emit.PackingSize.Size32">
887       <summary>The packing size is 32 bytes.</summary>
888     </member>
889     <member name="F:System.Reflection.Emit.PackingSize.Size4">
890       <summary>The packing size is 4 bytes.</summary>
891     </member>
892     <member name="F:System.Reflection.Emit.PackingSize.Size64">
893       <summary>The packing size is 64 bytes.</summary>
894     </member>
895     <member name="F:System.Reflection.Emit.PackingSize.Size8">
896       <summary>The packing size is 8 bytes.</summary>
897     </member>
898     <member name="F:System.Reflection.Emit.PackingSize.Unspecified">
899       <summary>The packing size is not specified.</summary>
900     </member>
901     <member name="T:System.Reflection.Emit.StackBehaviour">
902       <summary>Describes how values are pushed onto a stack or popped off a stack.</summary>
903     </member>
904     <member name="F:System.Reflection.Emit.StackBehaviour.Pop0">
905       <summary>No values are popped off the stack.</summary>
906     </member>
907     <member name="F:System.Reflection.Emit.StackBehaviour.Pop1">
908       <summary>Pops one value off the stack.</summary>
909     </member>
910     <member name="F:System.Reflection.Emit.StackBehaviour.Pop1_pop1">
911       <summary>Pops 1 value off the stack for the first operand, and 1 value of the stack for the second operand.</summary>
912     </member>
913     <member name="F:System.Reflection.Emit.StackBehaviour.Popi">
914       <summary>Pops a 32-bit integer off the stack.</summary>
915     </member>
916     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_pop1">
917       <summary>Pops a 32-bit integer off the stack for the first operand, and a value off the stack for the second operand.</summary>
918     </member>
919     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popi">
920       <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>
921     </member>
922     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popi_popi">
923       <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>
924     </member>
925     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popi8">
926       <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>
927     </member>
928     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popr4">
929       <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>
930     </member>
931     <member name="F:System.Reflection.Emit.StackBehaviour.Popi_popr8">
932       <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>
933     </member>
934     <member name="F:System.Reflection.Emit.StackBehaviour.Popref">
935       <summary>Pops a reference off the stack.</summary>
936     </member>
937     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_pop1">
938       <summary>Pops a reference off the stack for the first operand, and a value off the stack for the second operand.</summary>
939     </member>
940     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi">
941       <summary>Pops a reference off the stack for the first operand, and a 32-bit integer off the stack for the second operand.</summary>
942     </member>
943     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_pop1">
944       <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>
945     </member>
946     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popi">
947       <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>
948     </member>
949     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popi8">
950       <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>
951     </member>
952     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popr4">
953       <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>
954     </member>
955     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popr8">
956       <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>
957     </member>
958     <member name="F:System.Reflection.Emit.StackBehaviour.Popref_popi_popref">
959       <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>
960     </member>
961     <member name="F:System.Reflection.Emit.StackBehaviour.Push0">
962       <summary>No values are pushed onto the stack.</summary>
963     </member>
964     <member name="F:System.Reflection.Emit.StackBehaviour.Push1">
965       <summary>Pushes one value onto the stack.</summary>
966     </member>
967     <member name="F:System.Reflection.Emit.StackBehaviour.Push1_push1">
968       <summary>Pushes 1 value onto the stack for the first operand, and 1 value onto the stack for the second operand.</summary>
969     </member>
970     <member name="F:System.Reflection.Emit.StackBehaviour.Pushi">
971       <summary>Pushes a 32-bit integer onto the stack.</summary>
972     </member>
973     <member name="F:System.Reflection.Emit.StackBehaviour.Pushi8">
974       <summary>Pushes a 64-bit integer onto the stack.</summary>
975     </member>
976     <member name="F:System.Reflection.Emit.StackBehaviour.Pushr4">
977       <summary>Pushes a 32-bit floating point number onto the stack.</summary>
978     </member>
979     <member name="F:System.Reflection.Emit.StackBehaviour.Pushr8">
980       <summary>Pushes a 64-bit floating point number onto the stack.</summary>
981     </member>
982     <member name="F:System.Reflection.Emit.StackBehaviour.Pushref">
983       <summary>Pushes a reference onto the stack.</summary>
984     </member>
985     <member name="F:System.Reflection.Emit.StackBehaviour.Varpop">
986       <summary>Pops a variable off the stack.</summary>
987     </member>
988     <member name="F:System.Reflection.Emit.StackBehaviour.Varpush">
989       <summary>Pushes a variable onto the stack.</summary>
990     </member>
991   </members>
992 </doc>