[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / microsoft.csharp / 4.3.0 / ref / netstandard1.0 / zh-hans / 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>包含用于为 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>初始化新的 CSharp 二元运算联编程序。</summary>
12       <returns>返回新的 CSharp 二元运算联编程序。</returns>
13       <param name="flags">用于初始化联编程序的标志。</param>
14       <param name="operation">二元运算类型。</param>
15       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
16       <param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
17     </member>
18     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Type,System.Type)">
19       <summary>初始化新的 CSharp 转换联编程序。</summary>
20       <returns>返回新的 CSharp 转换联编程序。</returns>
21       <param name="flags">用于初始化联编程序的标志。</param>
22       <param name="type">要转换到的类型。</param>
23       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
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>初始化新的 CSharp 获取索引联编程序。</summary>
27       <returns>返回新的 CSharp 获取索引联编程序。</returns>
28       <param name="flags">用于初始化联编程序的标志。</param>
29       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
30       <param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
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>初始化新的 CSharp 获取成员联编程序。</summary>
34       <returns>返回新的 CSharp 获取成员联编程序。</returns>
35       <param name="flags">用于初始化联编程序的标志。</param>
36       <param name="name">要获取的成员名称。</param>
37       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
38       <param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
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>初始化新的 CSharp 调用联编程序。</summary>
42       <returns>返回新的 CSharp 调用联编程序。</returns>
43       <param name="flags">用于初始化联编程序的标志。</param>
44       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
45       <param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
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>初始化新的 CSharp 调用构造函数联编程序。</summary>
49       <returns>返回新的 CSharp 调用构造函数联编程序。</returns>
50       <param name="flags">用于初始化联编程序的标志。</param>
51       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
52       <param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
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>初始化新的 CSharp 调用成员联编程序。</summary>
56       <returns>返回新的 CSharp 调用成员联编程序。</returns>
57       <param name="flags">用于初始化联编程序的标志。</param>
58       <param name="name">要调用的成员名。</param>
59       <param name="typeArguments">为此调用指定的类型参数的列表。</param>
60       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
61       <param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
62     </member>
63     <member name="M:Microsoft.CSharp.RuntimeBinder.Binder.IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.String,System.Type)">
64       <summary>初始化新的 CSharp 事件联编程序。</summary>
65       <returns>返回新的 CSharp 事件联编程序。</returns>
66       <param name="flags">用于初始化联编程序的标志。</param>
67       <param name="name">要查找的事件的名称。</param>
68       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
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>初始化新的 CSharp 设置索引联编程序。</summary>
72       <returns>返回新的 CSharp 设置索引联编程序。</returns>
73       <param name="flags">用于初始化联编程序的标志。</param>
74       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
75       <param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
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>初始化新的 CSharp 设置成员联编程序。</summary>
79       <returns>返回新的 CSharp 设置成员联编程序。</returns>
80       <param name="flags">用于初始化联编程序的标志。</param>
81       <param name="name">要设置的成员的名称。</param>
82       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
83       <param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
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>初始化新的 CSharp 一元运算联编程序。</summary>
87       <returns>返回新的 CSharp 一元运算联编程序。</returns>
88       <param name="flags">用于初始化联编程序的标志。</param>
89       <param name="operation">一元运算类型。</param>
90       <param name="context">用于指示此操作的使用位置的 <see cref="T:System.Type" />。</param>
91       <param name="argumentInfo">此操作的参数所用的 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 实例序列。</param>
92     </member>
93     <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo">
94       <summary>表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。</summary>
95     </member>
96     <member name="M:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags,System.String)">
97       <summary>初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 类的新实例。</summary>
98       <returns>
99         <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> 类的新实例。</returns>
100       <param name="flags">参数的标志。</param>
101       <param name="name">如果已指定参数名称,则为相应的名称;否则为空。</param>
102     </member>
103     <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags">
104       <summary>表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。</summary>
105     </member>
106     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
107       <summary>该参数是一个常量。</summary>
108     </member>
109     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
110       <summary>将实参传递到 out 形参。</summary>
111     </member>
112     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
113       <summary>将实参传递到 ref 形参。</summary>
114     </member>
115     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
116       <summary>参数为 <see cref="T:System.Type" />,它指示源中使用的实际类型名称。仅用于静态调用中的目标对象。</summary>
117     </member>
118     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
119       <summary>参数为命名参数。</summary>
120     </member>
121     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.None">
122       <summary>没有要表示的附加信息。</summary>
123     </member>
124     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
125       <summary>在绑定期间,应考虑参数的编译时类型。</summary>
126     </member>
127     <member name="T:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags">
128       <summary>表示不特定于调用站点上特定参数的 C# 动态操作的相关信息。此类的实例由 C# 编译器生成。</summary>
129     </member>
130     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
131       <summary>此联编程序表示作为条件逻辑运算符计算的一部分的逻辑 AND 或逻辑 OR。</summary>
132     </member>
133     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.CheckedContext">
134       <summary>在已检查的上下文中计算此联编程序。</summary>
135     </member>
136     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
137       <summary>此联编程序表示要在数组创建表达式中使用的隐式转换。</summary>
138     </member>
139     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
140       <summary>此联编程序表示显式转换。</summary>
141     </member>
142     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSimpleName">
143       <summary>此联编程序表示对简单名称的调用。</summary>
144     </member>
145     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
146       <summary>此联编程序表示对特殊名称的调用。</summary>
147     </member>
148     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.None">
149       <summary>此联编程序不需要附加信息。</summary>
150     </member>
151     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
152       <summary>联编程序在不需要结果的位置中使用,因此可绑定到一个 void 返回方法。</summary>
153     </member>
154     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
155       <summary>将为任何绑定的结果编制索引,以获得一个设置索引联编程序或获取索引联编程序。</summary>
156     </member>
157     <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
158       <summary>此设置索引或设置成员中的值为复合赋值运算符。</summary>
159     </member>
160     <member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException">
161       <summary>表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。</summary>
162     </member>
163     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor">
164       <summary>初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> 类的新实例。</summary>
165     </member>
166     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String)">
167       <summary>初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> 类的新实例,它包含指定的错误消息。</summary>
168       <param name="message">描述该异常的消息。此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。</param>
169     </member>
170     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
171       <summary>初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> 类的新实例,该实例具有指定的错误消息以及对导致此异常的内部异常的引用。</summary>
172       <param name="message">解释异常原因的错误信息。</param>
173       <param name="innerException">导致当前异常的异常;如果未指定内部异常,则为空引用。</param>
174     </member>
175     <member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
176       <summary>表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。</summary>
177     </member>
178     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
179       <summary>使用由系统提供的用来描述错误的消息初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> 类的新实例。</summary>
180     </member>
181     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
182       <summary>使用指定的描述错误的消息初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> 类的新实例。</summary>
183       <param name="message">描述该异常的消息。此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。</param>
184     </member>
185     <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
186       <summary>初始化 <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> 类的新实例,该实例具有指定的错误消息以及对导致此异常的内部异常的引用。</summary>
187       <param name="message">解释异常原因的错误信息。</param>
188       <param name="innerException">导致当前异常的异常;如果未指定内部异常,则为空引用。</param>
189     </member>
190   </members>
191 </doc>