Release 4.0.0-preview1-00304
[platform/core/csapi/tizenfx.git] / pkg / build / tizen40 / ref / Microsoft.CSharp.xml
1 <?xml version="1.0" encoding="utf-8"?><span>
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"></see> that indicates where this operation is used.</param>
15       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
16       <returns>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"></see> that indicates where this operation is used.</param>
23       <returns>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"></see> that indicates where this operation is used.</param>
29       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
30       <returns>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"></see> that indicates where this operation is used.</param>
37       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
38       <returns>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"></see> that indicates where this operation is used.</param>
44       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
45       <returns>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"></see> that indicates where this operation is used.</param>
51       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
52       <returns>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"></see> that indicates where this operation is used.</param>
60       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
61       <returns>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"></see> that indicates where this operation is used.</param>
68       <returns>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"></see> that indicates where this operation is used.</param>
74       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
75       <returns>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"></see> that indicates where this operation is used.</param>
82       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
83       <returns>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"></see> that indicates where this operation is used.</param>
90       <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo"></see> instances for the arguments to this operation.</param>
91       <returns>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"></see> 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"></see> 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       <returns></returns>
108     </member>
109     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
110       <summary>The argument is passed to an out parameter.</summary>
111       <returns></returns>
112     </member>
113     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
114       <summary>The argument is passed to a ref parameter.</summary>
115       <returns></returns>
116     </member>
117     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
118       <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>
119       <returns></returns>
120     </member>
121     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
122       <summary>The argument is a named argument.</summary>
123       <returns></returns>
124     </member>
125     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
126       <summary>No additional information to represent.</summary>
127       <returns></returns>
128     </member>
129     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
130       <summary>The argument's compile-time type should be considered during binding.</summary>
131       <returns></returns>
132     </member>
133     <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
134       <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>
135     </member>
136     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
137       <summary>The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.</summary>
138       <returns></returns>
139     </member>
140     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
141       <summary>The evaluation of this binder happens in a checked context.</summary>
142       <returns></returns>
143     </member>
144     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
145       <summary>The binder represents an implicit conversion for use in an array creation expression.</summary>
146       <returns></returns>
147     </member>
148     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
149       <summary>The binder represents an explicit conversion.</summary>
150       <returns></returns>
151     </member>
152     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
153       <summary>The binder represents an invoke on a simple name.</summary>
154       <returns></returns>
155     </member>
156     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
157       <summary>The binder represents an invoke on a specialname.</summary>
158       <returns></returns>
159     </member>
160     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
161       <summary>There is no additional information required for this binder.</summary>
162       <returns></returns>
163     </member>
164     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
165       <summary>The binder is used in a position that does not require a result, and can therefore bind to a void returning method.</summary>
166       <returns></returns>
167     </member>
168     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
169       <summary>The result of any bind is going to be indexed get a set index or get index binder.</summary>
170       <returns></returns>
171     </member>
172     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
173       <summary>The value in this set index or set member comes a compound assignment operator.</summary>
174       <returns></returns>
175     </member>
176     <member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
177       <summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
178     </member>
179     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
180       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"></see> class.</summary>
181     </member>
182     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
183       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"></see> class that has a specified error message.</summary>
184       <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>
185     </member>
186     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
187       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException"></see> class that has serialized data.</summary>
188       <param name="info">The object that holds the serialized object data about the exception being thrown..</param>
189       <param name="context">The contextual information about the source or destination.</param>
190     </member>
191     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
192       <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>
193       <param name="message">The error message that explains the reason for the exception.</param>
194       <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
195     </member>
196     <member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
197       <summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
198     </member>
199     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
200       <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>
201     </member>
202     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
203       <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>
204       <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>
205     </member>
206     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
207       <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException"></see> class with serialized data.</summary>
208       <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
209       <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination.</param>
210     </member>
211     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
212       <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>
213       <param name="message">The error message that explains the reason for the exception.</param>
214       <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
215     </member>
216   </members>
217 </doc></span>