System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute
namespace System.Runtime.InteropServices
{
public sealed class DefaultDllImportSearchPathsAttribute : Attribute
{
public DllImportSearchPath Paths { get; }
public DefaultDllImportSearchPathsAttribute(DllImportSearchPath paths);
}
}