BaseReference Constructors

Definition

Initializes a new instance of the BaseReference class.

Overloads

BaseReference()

Initializes a new instance of the BaseReference class.

BaseReference(String)

Initializes a new instance of the BaseReference class.

BaseReference()

Source:
BaseReference.cs

Initializes a new instance of the BaseReference class.

C#
protected internal BaseReference();

Applies to

MSBuild 17 et autres versions
Produit Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 16, 17

BaseReference(String)

Source:
BaseReference.cs

Initializes a new instance of the BaseReference class.

C#
protected internal BaseReference(string path);

Parameters

path
String

The path for the assembly base reference.

Applies to

MSBuild 17 et autres versions
Produit Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 16, 17