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()

Initializes a new instance of the BaseReference class.

protected public:
 BaseReference();
protected internal BaseReference ();
Protected Friend Sub New ()

Applies to

BaseReference(String)

Initializes a new instance of the BaseReference class.

protected public:
 BaseReference(System::String ^ path);
protected internal BaseReference (string path);
new Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference
Protected Friend Sub New (path As String)

Parameters

path
String

The path for the assembly base reference.

Applies to