BaseReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
protected public:
BaseReference();
protected internal BaseReference ();
Protected Friend Sub New ()
Applies to
BaseReference(String)
- Source:
- BaseReference.cs
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.