DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Construtor

Definição

Inicializa uma nova instância da classe DefaultDllImportSearchPathsAttribute, especificando os caminhos a serem usados ao pesquisar os destinos de invocações 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

Uma combinação bit a bit dos valores de enumeração que especifica os caminhos que a função LoadLibraryEx pesquisa durante invocações de plataforma.

Aplica-se a