FileReference Constructors

Definition

Initializes a new instance of the FileReference class.

Overloads

FileReference()

Initializes a new instance of the FileReference class.

FileReference(String)

Initializes a new instance of the FileReference class.

FileReference()

Initializes a new instance of the FileReference class.

public:
 FileReference();
public FileReference ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public FileReference ();
Public Sub New ()
Attributes

Applies to

FileReference(String)

Initializes a new instance of the FileReference class.

public:
 FileReference(System::String ^ path);
public FileReference (string path);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public FileReference (string path);
new Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference
Public Sub New (path As String)

Parameters

path
String

The specified source path of the file.

Attributes

Applies to