Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions xml/System.Runtime.InteropServices/DllImportSearchPath.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
<Docs>
<summary>Specifies the paths that are used to search for DLLs that provide functions for platform invokes.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Use the <xref:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute> attribute to apply a set of paths to an entire assembly or to an individual platform invoke.
<format type="text/markdown"><![CDATA[

## Remarks
Use the <xref:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute> attribute to apply a set of paths to an entire assembly or to an individual platform invoke.

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -137,7 +137,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>When searching for assembly dependencies, include the directory that contains the assembly itself, and search that directory first. This value is used by the .NET Framework, before the paths are passed to the Win32 <see href="https://go.microsoft.com/fwlink/?LinkId=236091">LoadLibraryEx</see> function.</summary>
<summary>When searching for assembly dependencies, include the directory that contains the assembly itself, and search that directory first. When used in Native AOT and single-file deployment models, the application's installation directory is considered the "assembly directory" and is searched.</summary>
</Docs>
</Member>
<Member MemberName="LegacyBehavior">
Expand Down Expand Up @@ -178,7 +178,7 @@
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>Search the application directory, and then call the Win32 [LoadLibraryEx](https://go.microsoft.com/fwlink/?LinkId=236091) function with the <c>LOAD_WITH_ALTERED_SEARCH_PATH</c> flag. This value is ignored if any other value is specified. Operating systems that do not support the <see cref="T:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute" /> attribute use this value, and ignore other values.</summary>
<summary>Search the application directory, and then call the Win32 <see href="https://learn.microsoft.com/windows/win32/api/libloaderapi/nf-libloaderapi-loadlibraryexa">LoadLibraryEx</see> function with the <c>LOAD_WITH_ALTERED_SEARCH_PATH</c> flag. This value is ignored if any other value is specified. Operating systems that do not support the <see cref="T:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute" /> attribute use this value, and ignore other values.</summary>
</Docs>
</Member>
<Member MemberName="SafeDirectories">
Expand Down