diff --git a/xml/System.Runtime.InteropServices/DllImportSearchPath.xml b/xml/System.Runtime.InteropServices/DllImportSearchPath.xml index a159588d6d1..3aeb22408f2 100644 --- a/xml/System.Runtime.InteropServices/DllImportSearchPath.xml +++ b/xml/System.Runtime.InteropServices/DllImportSearchPath.xml @@ -49,11 +49,11 @@ Specifies the paths that are used to search for DLLs that provide functions for platform invokes. - attribute to apply a set of paths to an entire assembly or to an individual platform invoke. - + attribute to apply a set of paths to an entire assembly or to an individual platform invoke. + ]]> @@ -137,7 +137,7 @@ 2 - 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 LoadLibraryEx function. + 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. @@ -178,7 +178,7 @@ 0 - Search the application directory, and then call the Win32 [LoadLibraryEx](https://go.microsoft.com/fwlink/?LinkId=236091) function with the LOAD_WITH_ALTERED_SEARCH_PATH flag. This value is ignored if any other value is specified. Operating systems that do not support the attribute use this value, and ignore other values. + Search the application directory, and then call the Win32 LoadLibraryEx function with the LOAD_WITH_ALTERED_SEARCH_PATH flag. This value is ignored if any other value is specified. Operating systems that do not support the attribute use this value, and ignore other values.