FileReference 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 FileReference class.
Overloads
FileReference() |
Initializes a new instance of the FileReference class. |
FileReference(String) |
Initializes a new instance of the FileReference class. |
FileReference()
- Source:
- FileReference.cs
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)
- Source:
- FileReference.cs
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