Skip to content

Commit 6f5010d

Browse files
Update AssemblyBuilder.xml
1 parent eace29b commit 6f5010d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Reflection.Emit/AssemblyBuilder.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ The following code example shows how to define and use a dynamic assembly. The e
440440
<Docs>
441441
<param name="name">The name of the assembly.</param>
442442
<param name="access">The access rights of the assembly.</param>
443-
<summary>Defines a dynamic assembly that has the specified name and access rights.</summary>
443+
<summary>Defines a dynamic assembly that has the specified name and access rights. If the <see cref:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext> property is null, then the assembly will be created in the <see cref:System.Runtime.Loader.AssemblyLoadContext> of function which calls DefineDynamicAssembly. Otherwise it will create it with the <see cref:System.Runtime.Loader.AssemblyLoadContext> specified in <see cref:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext></summary>
444444
<returns>An object that represents the new assembly.</returns>
445445
<remarks>To be added.</remarks>
446446
</Docs>
@@ -505,7 +505,7 @@ The following code example shows how to define and use a dynamic assembly. The e
505505
<param name="name">The name of the assembly.</param>
506506
<param name="access">The access rights of the assembly.</param>
507507
<param name="assemblyAttributes">A collection that contains the attributes of the assembly.</param>
508-
<summary>Defines a new assembly that has the specified name, access rights, and attributes.</summary>
508+
<summary>Defines a dynamic assembly that has the specified name, access rights, and attributes. If the <see cref:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext> property is null, then the assembly will be created in the <see cref:System.Runtime.Loader.AssemblyLoadContext> of function which calls DefineDynamicAssembly. Otherwise it will create it with the <see cref:System.Runtime.Loader.AssemblyLoadContext> specified in <see cref:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext></summary>
509509
<returns>An object that represents the new assembly.</returns>
510510
<remarks>To be added.</remarks>
511511
</Docs>

0 commit comments

Comments
 (0)