Skip to content

Commit cd4c83e

Browse files
authored
Add remaining missing docs from issue 105982 (dotnet#10265)
1 parent af19cba commit cd4c83e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

xml/System.Reflection.Emit/PersistedAssemblyBuilder.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<ReturnType>System.String</ReturnType>
118118
</ReturnValue>
119119
<Docs>
120-
<summary>To be added.</summary>
120+
<summary>Gets the display name of the current dynamic assembly.</summary>
121121
<value>To be added.</value>
122122
<remarks>To be added.</remarks>
123123
</Docs>
@@ -244,9 +244,9 @@
244244
<Parameter Name="copiedName" Type="System.Boolean" />
245245
</Parameters>
246246
<Docs>
247-
<param name="copiedName">To be added.</param>
248-
<summary>To be added.</summary>
249-
<returns>To be added.</returns>
247+
<param name="copiedName"><see langword="true" /> to get a copied name; <see langword="false" /> to set get the original name.</param>
248+
<summary>Gets the <see cref="T:System.Reflection.AssemblyName" /> that was specified when the current dynamic assembly was created.</summary>
249+
<returns>The name of the dynamic assembly.</returns>
250250
<remarks>To be added.</remarks>
251251
</Docs>
252252
</Member>
@@ -266,9 +266,9 @@
266266
<ReturnType>System.Boolean</ReturnType>
267267
</ReturnValue>
268268
<Docs>
269-
<summary>To be added.</summary>
270-
<value>To be added.</value>
271-
<remarks>To be added.</remarks>
269+
<summary>Gets a value that indicates that the current assembly is a dynamic assembly.</summary>
270+
<value>Always <see langword="true" />.</value>
271+
<remarks>A <see cref="T:System.Reflection.Emit.PersistedAssemblyBuilder" /> object always represents a dynamic assembly.</remarks>
272272
</Docs>
273273
</Member>
274274
<Member MemberName="ManifestModule">
@@ -287,9 +287,9 @@
287287
<ReturnType>System.Reflection.Module</ReturnType>
288288
</ReturnValue>
289289
<Docs>
290-
<summary>To be added.</summary>
290+
<summary>Gets the module in the current <see cref="T:System.Reflection.Emit.PersistedAssemblyBuilder" /> that contains the assembly manifest.</summary>
291291
<value>To be added.</value>
292-
<remarks>To be added.</remarks>
292+
<remarks><see cref="T:System.Reflection.Emit.PersistedAssemblyBuilder" /> supports only one module per assembly.</remarks>
293293
</Docs>
294294
</Member>
295295
<Member MemberName="Save">

xml/System.Reflection/GenericParameterAttributes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</ReturnValue>
104104
<MemberValue>32</MemberValue>
105105
<Docs>
106-
<summary>To be added.</summary>
106+
<summary>The generic type parameter can be <c>ByRefLike</c>.</summary>
107107
</Docs>
108108
</Member>
109109
<Member MemberName="Contravariant">

0 commit comments

Comments
 (0)