RuntimeFile Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RuntimeFile(String, String, String)
- Source:
- RuntimeFile.cs
- 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)
Paramètres
- path
- String
- assemblyVersion
- String
- fileVersion
- String
S’applique à
RuntimeFile(String, String, String, String)
- Source:
- RuntimeFile.cs
- 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)
Paramètres
- path
- String
- assemblyVersion
- String
- fileVersion
- String
- localPath
- String