[Build] Bump to API8
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API8 / build / tizen80 / ref / Microsoft.CSharp.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>Microsoft.CSharp</name>
5   </assembly>
6   <members>
7     <member name="T:Microsoft.CSharp.RuntimeBinder.Binder">
8       <summary>Contains factory methods to create dynamic call site binders for CSharp.</summary>
9     </member>
10     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.BinaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Linq.Expressions.ExpressionType,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
11       <summary>Initializes a new CSharp binary operation binder.</summary>
12       <param name="flags">The flags with which to initialize the binder.</param>
13       <param name="operation">The binary operation kind.</param>
14       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
15       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
16       <returns>A new CSharp binary operation binder.</returns>
17     </member>
18     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
19       <summary>Initializes a new CSharp convert binder.</summary>
20       <param name="flags">The flags with which to initialize the binder.</param>
21       <param name="type">The type to convert to.</param>
22       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
23       <returns>A new CSharp convert binder.</returns>
24     </member>
25     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
26       <summary>Initializes a new CSharp get index binder.</summary>
27       <param name="flags">The flags with which to initialize the binder.</param>
28       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
29       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
30       <returns>A new CSharp get index binder.</returns>
31     </member>
32     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.GetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
33       <summary>Initializes a new CSharp get member binder.</summary>
34       <param name="flags">The flags with which to initialize the binder.</param>
35       <param name="name">The name of the member to get.</param>
36       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
37       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
38       <returns>A new CSharp get member binder.</returns>
39     </member>
40     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Invoke(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
41       <summary>Initializes a new CSharp invoke binder.</summary>
42       <param name="flags">The flags with which to initialize the binder.</param>
43       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
44       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
45       <returns>A new CSharp invoke binder.</returns>
46     </member>
47     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeConstructor(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
48       <summary>Initializes a new CSharp invoke constructor binder.</summary>
49       <param name="flags">The flags with which to initialize the binder.</param>
50       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
51       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
52       <returns>A new CSharp invoke constructor binder.</returns>
53     </member>
54     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.InvokeMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Collections.Generic.IEnumerable{System.Type},System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
55       <summary>Initializes a new CSharp invoke member binder.</summary>
56       <param name="flags">The flags with which to initialize the binder.</param>
57       <param name="name">The name of the member to invoke.</param>
58       <param name="typeArguments">The list of type arguments specified for this invoke.</param>
59       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
60       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
61       <returns>A new CSharp invoke member binder.</returns>
62     </member>
63     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
64       <summary>Initializes a new CSharp is event binder.</summary>
65       <param name="flags">The flags with which to initialize the binder.</param>
66       <param name="name">The name of the event to look for.</param>
67       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
68       <returns>A new CSharp is event binder.</returns>
69     </member>
70     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetIndex(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
71       <summary>Initializes a new CSharp set index binder.</summary>
72       <param name="flags">The flags with which to initialize the binder.</param>
73       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
74       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
75       <returns>A new CSharp set index binder.</returns>
76     </member>
77     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.SetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
78       <summary>Initializes a new CSharp set member binder.</summary>
79       <param name="flags">The flags with which to initialize the binder.</param>
80       <param name="name">The name of the member to set.</param>
81       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
82       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
83       <returns>A new CSharp set member binder.</returns>
84     </member>
85     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.UnaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Linq.Expressions.ExpressionType,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})">
86       <summary>Initializes a new CSharp unary operation binder.</summary>
87       <param name="flags">The flags with which to initialize the binder.</param>
88       <param name="operation">The unary operation kind.</param>
89       <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
90       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
91       <returns>A new CSharp unary operation binder.</returns>
92     </member>
93     <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
94       <summary>Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.</summary>
95     </member>
96     <member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
97       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</summary>
98       <param name="flags">The flags for the argument.</param>
99       <param name="name">The name of the argument, if named; otherwise null.</param>
100       <returns>A new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</returns>
101     </member>
102     <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
103       <summary>Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.</summary>
104     </member>
105     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
106       <summary>The argument is a constant.</summary>
107     </member>
108     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
109       <summary>The argument is passed to an out parameter.</summary>
110     </member>
111     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
112       <summary>The argument is passed to a ref parameter.</summary>
113     </member>
114     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
115       <summary>The argument is a <see cref="T:System.Type" /> indicating an actual type name used in source. Used only for target objects in static calls.</summary>
116     </member>
117     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
118       <summary>The argument is a named argument.</summary>
119     </member>
120     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
121       <summary>No additional information to represent.</summary>
122     </member>
123     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
124       <summary>The argument's compile-time type should be considered during binding.</summary>
125     </member>
126     <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
127       <summary>Represents information about C# dynamic operations that are not specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.</summary>
128     </member>
129     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
130       <summary>The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.</summary>
131     </member>
132     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
133       <summary>The evaluation of this binder happens in a checked context.</summary>
134     </member>
135     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
136       <summary>The binder represents an implicit conversion for use in an array creation expression.</summary>
137     </member>
138     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
139       <summary>The binder represents an explicit conversion.</summary>
140     </member>
141     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
142       <summary>The binder represents an invoke on a simple name.</summary>
143     </member>
144     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
145       <summary>The binder represents an invoke on a specialname.</summary>
146     </member>
147     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
148       <summary>There is no additional information required for this binder.</summary>
149     </member>
150     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
151       <summary>The binder is used in a position that does not require a result, and can therefore bind to a void returning method.</summary>
152     </member>
153     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
154       <summary>The result of any bind is going to be indexed get a set index or get index binder.</summary>
155     </member>
156     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
157       <summary>The value in this set index or set member comes a compound assignment operator.</summary>
158     </member>
159     <member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
160       <summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
161     </member>
162     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
163       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class.</summary>
164     </member>
165     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
166       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class that has serialized data.</summary>
167       <param name="info">The object that holds the serialized object data about the exception being thrown.</param>
168       <param name="context">The contextual information about the source or destination.</param>
169     </member>
170     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
171       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class that has a specified error message.</summary>
172       <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
173     </member>
174     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
175       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class that has a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
176       <param name="message">The error message that explains the reason for the exception.</param>
177       <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
178     </member>
179     <member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
180       <summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
181     </member>
182     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
183       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a system-supplied message that describes the error.</summary>
184     </member>
185     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
186       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with serialized data.</summary>
187       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
188       <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
189     </member>
190     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
191       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a specified message that describes the error.</summary>
192       <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
193     </member>
194     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
195       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class that has a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
196       <param name="message">The error message that explains the reason for the exception.</param>
197       <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
198     </member>
199   </members>
200 </doc>