diff --git a/xml/System.Runtime.Loader/AssemblyLoadContext+ContextualReflectionScope.xml b/xml/System.Runtime.Loader/AssemblyLoadContext+ContextualReflectionScope.xml index d158284918c..213764f10f1 100644 --- a/xml/System.Runtime.Loader/AssemblyLoadContext+ContextualReflectionScope.xml +++ b/xml/System.Runtime.Loader/AssemblyLoadContext+ContextualReflectionScope.xml @@ -18,7 +18,7 @@ - To be added. + Provides a return type used exclusively for . It is intended to be used as an in a block. To be added. @@ -42,9 +42,9 @@ - To be added. + Sets to the value preceding the call to which returned this instance. To be added. - \ No newline at end of file + diff --git a/xml/System.Runtime.Loader/AssemblyLoadContext.xml b/xml/System.Runtime.Loader/AssemblyLoadContext.xml index 3c7b8af6ee4..374c7222e51 100644 --- a/xml/System.Runtime.Loader/AssemblyLoadContext.xml +++ b/xml/System.Runtime.Loader/AssemblyLoadContext.xml @@ -124,9 +124,17 @@ This constructor is protected. It can only be called from the - to enable garbage collection; otherwise, . - Initializes a new instance of the class with a value that indicates whether garbage collection is enabled. - To be added. + to enable ; otherwise, . The default value is because there is a performance cost associated with enabling unloading. + Initializes a new instance of the class with a value that indicates whether unloading is enabled. + + class or its derived classes. + + ]]> + @@ -145,9 +153,10 @@ This constructor is protected. It can only be called from the - To be added. - To be added. - To be added. + The value for in the new instance. Its value can be . + + to enable ; otherwise, . The default value is because there is a performance cost associated with enabling unloading. + Initializes a new instance of the class with a name and a value that indicates whether unloading is enabled. To be added. @@ -167,8 +176,8 @@ This constructor is protected. It can only be called from the System.Collections.Generic.IEnumerable<System.Runtime.Loader.AssemblyLoadContext> - To be added. - To be added. + Returns a collection of all instances. + A collection of all instances. To be added. @@ -188,8 +197,8 @@ This constructor is protected. It can only be called from the System.Collections.Generic.IEnumerable<System.Reflection.Assembly> - To be added. - To be added. + Returns a collection of the instances loaded in the . + A collection of the instances loaded in the . To be added. @@ -209,9 +218,16 @@ This constructor is protected. It can only be called from the System.Runtime.Loader.AssemblyLoadContext - To be added. - To be added. - To be added. + Gets the set by the most recent call to . + The set by the most recent call to . This value can be . The value is stored in an , so the value is unique per asynchronous context. + + + @@ -259,9 +275,16 @@ This constructor is protected. It can only be called from the - To be added. - To be added. - To be added. + Sets to . + An object to restore the previous value of . It is intended to be used as an in a block. + + + @@ -283,10 +306,17 @@ This constructor is protected. It can only be called from the - To be added. - To be added. - To be added. - To be added. + The assembly that is used to determine the requested instance. + Sets to the which loaded the assembly. + An object to restore the previous value of . It is intended to be used as an in a block. + + + @@ -739,8 +769,8 @@ For more information, see [How to use and debug assembly unloadability in .NET C System.String - To be added. - To be added. + Get the name of the . + The name of the . Its value can be . To be added.