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