Op Englesch liesen Editéieren

Deelen iwwer


ExcludePathInfo Constructors

Definition

Initializes a new instance of the ExcludePathInfo class.

Overloads

ExcludePathInfo()

Initializes a new instance of the ExcludePathInfo class.

ExcludePathInfo(String)

Initializes a new instance of the ExcludePathInfo class and specifies the file system path to exclude from searches.

ExcludePathInfo()

Initializes a new instance of the ExcludePathInfo class.

C#
public ExcludePathInfo();

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ExcludePathInfo(String)

Initializes a new instance of the ExcludePathInfo class and specifies the file system path to exclude from searches.

C#
public ExcludePathInfo(string path);

Parameters

path
String

The path to exclude from searches.

Remarks

The value of the path parameter becomes the return value of the Path property.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1