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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -442,7 +442,7 @@ The following code example shows how to define and use a dynamic assembly. The e
442
442
<paramname="access">The access rights of the assembly.</param>
443
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>.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>
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">
@@ -507,7 +507,7 @@ The following code example shows how to define and use a dynamic assembly. The e
507
507
<paramname="assemblyAttributes">A collection that contains the attributes of the assembly.</param>
508
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>.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>
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