AssemblyReference Constructors

Definition

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

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)

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

Applies to