RuntimeFile 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.
Overloads
RuntimeFile(String, String, String)
- Source:
- RuntimeFile.cs
- Source:
- RuntimeFile.cs
- Source:
- RuntimeFile.cs
public:
RuntimeFile(System::String ^ path, System::String ^ assemblyVersion, System::String ^ fileVersion);
public RuntimeFile(string path, string? assemblyVersion, string? fileVersion);
new Microsoft.Extensions.DependencyModel.RuntimeFile : string * string * string -> Microsoft.Extensions.DependencyModel.RuntimeFile
Public Sub New (path As String, assemblyVersion As String, fileVersion As String)
Parameters
- path
- String
- assemblyVersion
- String
- fileVersion
- String
Applies to
RuntimeFile(String, String, String, String)
- Source:
- RuntimeFile.cs
public:
RuntimeFile(System::String ^ path, System::String ^ assemblyVersion, System::String ^ fileVersion, System::String ^ localPath);
public RuntimeFile(string path, string? assemblyVersion, string? fileVersion, string? localPath);
new Microsoft.Extensions.DependencyModel.RuntimeFile : string * string * string * string -> Microsoft.Extensions.DependencyModel.RuntimeFile
Public Sub New (path As String, assemblyVersion As String, fileVersion As String, localPath As String)
Parameters
- path
- String
- assemblyVersion
- String
- fileVersion
- String
- localPath
- String