Statistics
| Branch: | Revision:

root / trunk / packages / Hammock.1.2.6 / lib / sl4 / Microsoft.CSharp.xml @ 5bcf6d70

History | View | Annotate | Download (16.3 kB)

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
      <returns>Returns a new CSharp binary operation binder.</returns>
13
      <param name="flags">The flags with which to initialize the binder.</param>
14
      <param name="operation">The binary operation kind.</param>
15
      <param name="context">The <see cref="T:System.Type" /> object that indicates where this operation is used.</param>
16
      <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
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
      <returns>Returns a new CSharp convert binder.</returns>
21
      <param name="flags">The flags with which to initialize the binder.</param>
22
      <param name="type">The type to convert to.</param>
23
      <param name="context">The <see cref="T:System.Type" /> object that indicates where this operation is used.</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>Initializes a new CSharp get index binder.</summary>
27
      <returns>Returns a new CSharp get index binder.</returns>
28
      <param name="flags">The flags with which to initialize the binder.</param>
29
      <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
30
      <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</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>Initializes a new CSharp get member binder.</summary>
34
      <returns>Returns a new CSharp get member binder.</returns>
35
      <param name="flags">The flags with which to initialize the binder.</param>
36
      <param name="name">The name of the member to get.</param>
37
      <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
38
      <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</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>Initializes a new CSharp invoke binder.</summary>
42
      <returns>Returns a new CSharp invoke binder.</returns>
43
      <param name="flags">The flags with which to initialize the binder.</param>
44
      <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
45
      <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</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>Initializes a new CSharp invoke constructor binder.</summary>
49
      <returns>Returns a new CSharp invoke constructor binder.</returns>
50
      <param name="flags">The flags with which to initialize the binder.</param>
51
      <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
52
      <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</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>Initializes a new CSharp invoke member binder.</summary>
56
      <returns>Returns a new CSharp invoke member binder.</returns>
57
      <param name="flags">The flags with which to initialize the binder.</param>
58
      <param name="name">The name of the member to invoke.</param>
59
      <param name="typeArguments">The list of type arguments specified for this invoke.</param>
60
      <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
61
      <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
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
      <returns>Returns a new CSharp is event binder.</returns>
66
      <param name="flags">The flags with which to initialize the binder.</param>
67
      <param name="name">The name of the event to look for.</param>
68
      <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</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>Initializes a new CSharp set index binder.</summary>
72
      <returns>Returns a new CSharp set index binder.</returns>
73
      <param name="flags">The flags with which to initialize the binder.</param>
74
      <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
75
      <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</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>Initializes a new CSharp set member binder.</summary>
79
      <returns>Returns a new CSharp set member binder.</returns>
80
      <param name="flags">The flags with which to initialize the binder.</param>
81
      <param name="name">The name of the member to set.</param>
82
      <param name="context">The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
83
      <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</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>Initializes a new CSharp unary operation binder.</summary>
87
      <returns>Returns a new CSharp unary operation binder.</returns>
88
      <param name="flags">The flags with which to initialize the binder.</param>
89
      <param name="operation">The unary operation kind.</param>
90
      <param name="context">The <see cref="T:System.Type" /> object that indicates where this operation is used.</param>
91
      <param name="argumentInfo">The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
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
      <returns>A new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</returns>
99
      <param name="flags">The flags for the argument.</param>
100
      <param name="name">The name of the argument, if named; otherwise null.</param>
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.None">
106
      <summary>No additional information to represent.</summary>
107
    </member>
108
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.UseCompileTimeType">
109
      <summary>The argument's compile-time type should be considered during binding.</summary>
110
    </member>
111
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.Constant">
112
      <summary>The argument is a constant.</summary>
113
    </member>
114
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.NamedArgument">
115
      <summary>The argument is a named argument.</summary>
116
    </member>
117
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsRef">
118
      <summary>The argument is passed to a ref parameter.</summary>
119
    </member>
120
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsOut">
121
      <summary>The argument is passed to an out parameter.</summary>
122
    </member>
123
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags.IsStaticType">
124
      <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>
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.None">
130
      <summary>There is no additional information required for this binder.</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.InvokeSimpleName">
136
      <summary>The binder represents an invoke on a simple name.</summary>
137
    </member>
138
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.InvokeSpecialName">
139
      <summary>The binder represents an invoke on a specialname.</summary>
140
    </member>
141
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.BinaryOperationLogical">
142
      <summary>The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.</summary>
143
    </member>
144
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertExplicit">
145
      <summary>The binder represents an explicit conversion.</summary>
146
    </member>
147
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ConvertArrayIndex">
148
      <summary>The binder represents an implicit conversion for use in an array creation expression.</summary>
149
    </member>
150
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultIndexed">
151
      <summary>The result of any bind is going to be indexed get a set index or get index binder.</summary>
152
    </member>
153
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ValueFromCompoundAssignment">
154
      <summary>The value in this set index or set member comes a compound assignment operator.</summary>
155
    </member>
156
    <member name="F:Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags.ResultDiscarded">
157
      <summary>The binder is used in a position that does not require a result, and can therefore bind to a void returning method.</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.String)">
166
      <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException" /> class that has a specified error message.</summary>
167
      <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.The error message that explains the reason for the exception.</param>
168
    </member>
169
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException.#ctor(System.String,System.Exception)">
170
      <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>
171
      <param name="message">The error message that explains the reason for the exception.</param>
172
      <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
173
    </member>
174
    <member name="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException">
175
      <summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
176
    </member>
177
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor">
178
      <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>
179
    </member>
180
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String)">
181
      <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a specified message that describes the error.</summary>
182
      <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>
183
    </member>
184
    <member name="M:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException.#ctor(System.String,System.Exception)">
185
      <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>
186
      <param name="message">The error message that explains the reason for the exception.</param>
187
      <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
188
    </member>
189
  </members>
190
</doc>