DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Constructor

Definición

Inicializa una nueva instancia de la clase DefaultDllImportSearchPathsAttribute y especifica las rutas que se van a usar cuando se buscan los destinos de las invocaciones de plataforma.

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)

Parámetros

paths
DllImportSearchPath

Combinación bit a bit de valores de enumeración que especifican las rutas de acceso que la función busca durante las LoadLibraryEx invocaciones de plataforma.

Se aplica a