DefaultDllImportSearchPathsAttribute(DllImportSearchPath) Construtor

Definição

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.

Aplica-se a