AssemblyReference 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 AssemblyReference class.
Overloads
AssemblyReference() |
Initializes a new instance of the AssemblyReference class. |
AssemblyReference(String) |
Initializes a new instance of the AssemblyReference class. |
AssemblyReference()
- Source:
- AssemblyReference.cs
Initializes a new instance of the AssemblyReference class.
public:
AssemblyReference();
public AssemblyReference ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public AssemblyReference ();
Public Sub New ()
- Attributes
Applies to
AssemblyReference(String)
- Source:
- AssemblyReference.cs
Initializes a new instance of the AssemblyReference class.
public:
AssemblyReference(System::String ^ path);
public AssemblyReference (string path);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public AssemblyReference (string path);
new Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference
Public Sub New (path As String)
Parameters
- path
- String
The specified source path of the file.
- Attributes