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.Reflection.Emit/AssemblyBuilder.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -440,9 +440,9 @@ The following code example shows how to define and use a dynamic assembly. The e
440
440
<Docs>
441
441
<paramname="name">The name of the assembly.</param>
442
442
<paramname="access">The access rights of the assembly.</param>
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>
443
+
<summary>Defines a dynamic assembly that has the specified name and access rights.</summary>
444
444
<returns>An object that represents the new assembly.</returns>
445
-
<remarks>To be added.</remarks>
445
+
<remarks>.NET 6+ only: If the <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext"> property is null, then the assembly will be created in the <seecref="T:System.Runtime.Loader.AssemblyLoadContext"> of function which calls DefineDynamicAssembly. Otherwise it will create it with the <seecref="T:System.Runtime.Loader.AssemblyLoadContext"> specified in <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext"></remarks>
446
446
</Docs>
447
447
</Member>
448
448
<MemberMemberName="DefineDynamicAssembly">
@@ -505,9 +505,9 @@ The following code example shows how to define and use a dynamic assembly. The e
505
505
<paramname="name">The name of the assembly.</param>
506
506
<paramname="access">The access rights of the assembly.</param>
507
507
<paramname="assemblyAttributes">A collection that contains the attributes of the assembly.</param>
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>
508
+
<summary>Defines a dynamic assembly that has the specified name, access rights, and attributes.</summary>
509
509
<returns>An object that represents the new assembly.</returns>
510
-
<remarks>To be added.</remarks>
510
+
<remarks>.NET 6+ only: If the <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext"> property is null, then the assembly will be created in the <seecref="T:System.Runtime.Loader.AssemblyLoadContext"> of function which calls DefineDynamicAssembly. Otherwise it will create it with the <seecref="T:System.Runtime.Loader.AssemblyLoadContext"> specified in <seecref="P:System.Runtime.Loader.AssemblyLoadContext.CurrentContextualReflectionContext"></remarks>
0 commit comments