RuntimeFile Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
RuntimeFile(String, String, String)
- Bron:
- RuntimeFile.cs
- Bron:
- RuntimeFile.cs
- Bron:
- RuntimeFile.cs
- Bron:
- 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
Van toepassing op
RuntimeFile(String, String, String, String)
- Bron:
- RuntimeFile.cs
- Bron:
- 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