DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da DefaultDllImportSearchPathsAttribute classe, especificando os caminhos a usar ao procurar os alvos das invocações da 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 de valores de enumeração que especifica os caminhos que a LoadLibraryEx função pesquisa durante a plataforma invoca.