diff --git a/xml/System.Runtime.InteropServices/NativeLibrary.xml b/xml/System.Runtime.InteropServices/NativeLibrary.xml index 489bf4047eb..025b457aff7 100644 --- a/xml/System.Runtime.InteropServices/NativeLibrary.xml +++ b/xml/System.Runtime.InteropServices/NativeLibrary.xml @@ -133,12 +133,12 @@ Calling this method with an invalid `handle` parameter other than - - + + - - - + + + Method System.Runtime.InteropServices @@ -155,15 +155,15 @@ Calling this method with an invalid `handle` parameter other than System.IntPtr - + - The name of the native library to be loaded. + The name of the native library to be loaded. Provides a simple API for loading a native library that wraps the OS loader and uses default flags. The OS handle for the loaded native library. To be added. - is . + is . The library can't be found. The library is not valid. @@ -191,12 +191,12 @@ Calling this method with an invalid `handle` parameter other than System.IntPtr - + - The name of the native library to be loaded. + The name of the native library to be loaded. The assembly loading the native library. The search path. Provides a high-level API for loading a native library. @@ -293,7 +293,7 @@ Only one resolver can be registered per assembly. Trying to register a second re The native library OS handle. The name of the exported symbol. - When the method returns, contains the symbol address, if it exists. + When the method returns, it contains the symbol address, if it exists. Gets the address of an exported symbol and returns a value that indicates whether the method call succeeded. if the address of the exported symbol was found successfully; otherwise, . @@ -302,7 +302,7 @@ Only one resolver can be registered per assembly. Trying to register a second re This is a simple wrapper around OS calls and does not perform any name mangling. -Calling this method with a invalid `handle` parameter other than is not supported and will result in undefined behaviour. +Calling this method with an invalid `handle` parameter other than is not supported and will result in undefined behaviour. ]]> @@ -311,12 +311,12 @@ Calling this method with a invalid `handle` parameter other than - - + + - - - + + + Method System.Runtime.InteropServices @@ -333,18 +333,18 @@ Calling this method with a invalid `handle` parameter other than System.Boolean - + - The name of the native library to be loaded. + The name of the native library to be loaded. When the method returns, the OS handle of the loaded native library. Provides a simple API for loading a native library and returns a value that indicates whether the operation succeeded. if the native library was loaded successfully; otherwise, . To be added. - is . + is . @@ -370,13 +370,13 @@ Calling this method with a invalid `handle` parameter other than System.Boolean - + - The name of the native library to be loaded. + The name of the native library to be loaded. The assembly loading the native library. The search path. When the method returns, the OS handle of the loaded native library.