You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Runtime.Loader/AssemblyLoadContext+ContextualReflectionScope.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
</Interface>
19
19
</Interfaces>
20
20
<Docs>
21
-
<summary>Return type used exclusively for <seecref="M:System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection" />. Intended to be used as an <seecref="T:System.IDisposable" /> in a <seelangword="using" /> block.</summary>
21
+
<summary>Provides a return type used exclusively for <seecref="M:System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection" />. It is intended to be used as an <seecref="T:System.IDisposable" /> in a <seelangword="using" /> block.</summary>
Copy file name to clipboardExpand all lines: xml/System.Runtime.Loader/AssemblyLoadContext.xml
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,8 @@ This constructor is protected. It can only be called from the <xref:System.Runti
124
124
</Parameters>
125
125
<Docs>
126
126
<paramname="isCollectible">
127
-
<seelangword="true" /> to enable garbage collection; otherwise, <seelangword="false" />.</param>
128
-
<summary>Initializes a new instance of the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> class with a value that indicates whether garbage collection is enabled. </summary>
127
+
<seelangword="true" /> to enable <seecref="M:System.Runtime.Loader.AssemblyLoadContext.Unload" />; otherwise, <seelangword="false" />. The default value is <seelangword="false" /> because there is a performance cost associated with enabling unloading.</param>
128
+
<summary>Initializes a new instance of the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> class with a value that indicates whether unloading is enabled. </summary>
129
129
<remarks>
130
130
<formattype="text/markdown"><![CDATA[
131
131
@@ -153,10 +153,10 @@ This constructor is protected. It can only be called from the <xref:System.Runti
<paramname="name">Value for <seecref="P:System.Runtime.Loader.AssemblyLoadContext.Name" /> in the new instance. Value can be <seelangword="null" />.</param>
156
+
<paramname="name">The value for <seecref="P:System.Runtime.Loader.AssemblyLoadContext.Name" /> in the new instance. Its value can be <seelangword="null" />.</param>
157
157
<paramname="isCollectible">
158
-
<seelangword="true" /> to enable garbage collection; otherwise, <seelangword="false" />.</param>
159
-
<summary>Initializes a new instance of the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> class with a name and a value that indicates whether garbage collection is enabled.</summary>
158
+
<seelangword="true" /> to enable <seecref="M:System.Runtime.Loader.AssemblyLoadContext.Unload" />; otherwise, <seelangword="false" />. The default value is <seelangword="false" /> because there is a performance cost associated with enabling unloading.</param>
159
+
<summary>Initializes a new instance of the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> class with a name and a value that indicates whether unloading is enabled.</summary>
160
160
<remarks>To be added.</remarks>
161
161
</Docs>
162
162
</Member>
@@ -176,8 +176,8 @@ This constructor is protected. It can only be called from the <xref:System.Runti
<summary>Returns an IEnumerable for all <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> instances.</summary>
180
-
<value>An IEnumerable for all <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> instances.</value>
179
+
<summary>Returns an <seecref="T:System.Collections.Generic.IEnumerable`1" /> for all <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> instances.</summary>
180
+
<value>An <seecref="T:System.Collections.Generic.IEnumerable`1" /> for all <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> instances.</value>
181
181
<remarks>To be added.</remarks>
182
182
</Docs>
183
183
</Member>
@@ -197,8 +197,8 @@ This constructor is protected. It can only be called from the <xref:System.Runti
<summary>Returns an IEnumerable for the <seecref="T:System.Reflection.Assembly" /> instances loaded in the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
201
-
<value>An IEnumerable for the <seecref="T:System.Reflection.Assembly" /> instances loaded in the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" />.</value>
200
+
<summary>Returns an <seecref="T:System.Collections.Generic.IEnumerable`1" /> for the <seecref="T:System.Reflection.Assembly" /> instances loaded in the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
201
+
<value>An <seecref="T:System.Collections.Generic.IEnumerable`1" /> for the <seecref="T:System.Reflection.Assembly" /> instances loaded in the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" />.</value>
202
202
<remarks>To be added.</remarks>
203
203
</Docs>
204
204
</Member>
@@ -218,8 +218,8 @@ This constructor is protected. It can only be called from the <xref:System.Runti
<summary>The <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> set by most recent call to <seecref="M:System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection" />.</summary>
222
-
<value>The <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> set by most recent call to <seecref="M:System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection" />. Value can be <seelangword="null" />. The value is stored in an <seecref="T:System.Threading.AsyncLocal`1" />, so the value is unique per asynchronous context.</value>
221
+
<summary>Gets the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> set by the most recent call to <seecref="M:System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection" />.</summary>
222
+
<value>The <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> set by the most recent call to <seecref="M:System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection" />. This value can be <seelangword="null" />. The value is stored in an <seecref="T:System.Threading.AsyncLocal`1" />, so the value is unique per asynchronous context.</value>
223
223
<remarks>
224
224
<formattype="text/markdown"><![CDATA[
225
225
@@ -276,7 +276,7 @@ For more information, see [AssemblyLoadContext.CurrentContextualReflectionContex
276
276
<Parameters />
277
277
<Docs>
278
278
<summary>Sets <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext" /> to <seelangword="this" /> <seecref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
279
-
<returns>A <seecref="T:System.Runtime.Loader.AssemblyLoadContext.ContextualReflectionScope" /> to restore the previous value of <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext" />. Intended to be used as an <seecref="T:System.IDisposable" /> in a <seelangword="using" /> block.</returns>
279
+
<returns>An object to restore the previous value of <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext" />. It is intended to be used as an <seecref="T:System.IDisposable" /> in a <seelangword="using" /> block.</returns>
280
280
<remarks>
281
281
<formattype="text/markdown"><![CDATA[
282
282
@@ -306,9 +306,9 @@ For more information, see [AssemblyLoadContext.CurrentContextualReflectionContex
<paramname="activating">Assembly which will be used to determine the requested <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> instance.</param>
310
-
<summary>Sets <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext" /> to the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> which loaded activating.</summary>
311
-
<returns>A <seecref="T:System.Runtime.Loader.AssemblyLoadContext.ContextualReflectionScope" /> to restore the previous value of <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext" />. Intended to be used as an <seecref="T:System.IDisposable" /> in a <seelangword="using" /> block.</returns>
309
+
<paramname="activating">The assembly that is used to determine the requested <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> instance.</param>
310
+
<summary>Sets <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext" /> to the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> which loaded the assembly.</summary>
311
+
<returns>An object to restore the previous value of <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext" />. It is intended to be used as an <seecref="T:System.IDisposable" /> in a <seelangword="using" /> block.</returns>
312
312
<remarks>
313
313
<formattype="text/markdown"><![CDATA[
314
314
@@ -769,8 +769,8 @@ For more information, see [How to use and debug assembly unloadability in .NET C
769
769
<ReturnType>System.String</ReturnType>
770
770
</ReturnValue>
771
771
<Docs>
772
-
<summary>Optional name of the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
773
-
<value>Optional name of the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" />. Value can be <seelangword="null" />.</value>
772
+
<summary>Get the name of the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
773
+
<value>The name of the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" />. Its value can be <seelangword="null" />.</value>
0 commit comments