Skip to content

Commit d66ba00

Browse files
carlossanlopRon Petrusha
andcommitted
Document System.Reflection (#2835)
* Document System.Reflection * suggestions by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]>
1 parent f51cd41 commit d66ba00

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

xml/System.Reflection/MethodImplAttributes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
</ReturnValue>
163163
<MemberValue>512</MemberValue>
164164
<Docs>
165-
<summary>To be added.</summary>
165+
<summary>Specifies that the method may contain hot code and should be aggressively optimized.</summary>
166166
</Docs>
167167
</Member>
168168
<Member MemberName="CodeTypeMask">

xml/System.Reflection/ReflectionTypeLoadException.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@
276276
<ReturnType>System.String</ReturnType>
277277
</ReturnValue>
278278
<Docs>
279-
<summary>To be added.</summary>
280-
<value>To be added.</value>
279+
<summary>Gets the error message for this exception.</summary>
280+
<value>A string containing the error message for this exception.</value>
281281
<remarks>To be added.</remarks>
282282
</Docs>
283283
</Member>
@@ -307,8 +307,8 @@
307307
</ReturnValue>
308308
<Parameters />
309309
<Docs>
310-
<summary>To be added.</summary>
311-
<returns>To be added.</returns>
310+
<summary>Returns the fully qualified name of this exception and the messages for all the loader exceptions.</summary>
311+
<returns>A string containing the fully qualified name of this exception and the exception messages for its loader exceptions.</returns>
312312
<remarks>To be added.</remarks>
313313
</Docs>
314314
</Member>
@@ -360,4 +360,4 @@
360360
</Docs>
361361
</Member>
362362
</Members>
363-
</Type>
363+
</Type>

xml/System.Reflection/TypeDelegator.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,8 +1619,8 @@ t.InvokeMember ("MyArray", BindingFlags.SetField, null, this, new
16191619
<ReturnType>System.Boolean</ReturnType>
16201620
</ReturnValue>
16211621
<Docs>
1622-
<summary>To be added.</summary>
1623-
<value>To be added.</value>
1622+
<summary>Gets the <see cref="P:System.Reflection.MemberInfo.IsCollectible" /> value for this object's <see cref="F:System.Reflection.TypeDelegator.typeImpl" />, which indicates whether this object, which is a <see cref="T:System.Reflection.MemberInfo" /> implementation, is part of an assembly held in a collectible <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
1623+
<value><see langword="true" /> if this object, which is a <see cref="T:System.Reflection.MemberInfo" /> implementation, is part of an assembly held in a collectible assembly load context; otherwise, <see langword="false" />.</value>
16241624
<remarks>To be added.</remarks>
16251625
</Docs>
16261626
</Member>

xml/System.Reflection/TypeInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</AssemblyInfo>
9595
<Parameters />
9696
<Docs>
97-
<summary>To be added.</summary>
97+
<summary>Initializes a <see cref="T:System.Reflection.TypeInfo" /> instance.</summary>
9898
<remarks>To be added.</remarks>
9999
</Docs>
100100
</Member>

0 commit comments

Comments
 (0)