DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DefaultDllImportSearchPathsAttribute class, specifying the paths to use when searching for the targets of platform invokes.
public:
DefaultDllImportSearchPathsAttribute(System::Runtime::InteropServices::DllImportSearchPath paths);
public DefaultDllImportSearchPathsAttribute (System.Runtime.InteropServices.DllImportSearchPath paths);
new System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute : System.Runtime.InteropServices.DllImportSearchPath -> System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute
Public Sub New (paths As DllImportSearchPath)
Parameters
- paths
- DllImportSearchPath
A bitwise combination of enumeration values that specify the paths that the LoadLibraryEx
function searches during platform invokes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.