RuntimeFile Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
RuntimeFile(String, String, String)
- Origem:
- RuntimeFile.cs
- Origem:
- RuntimeFile.cs
- Origem:
- RuntimeFile.cs
- Origem:
- 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)
Parâmetros
- path
- String
- assemblyVersion
- String
- fileVersion
- String
Aplica-se a
RuntimeFile(String, String, String, String)
- Origem:
- RuntimeFile.cs
- Origem:
- 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)
Parâmetros
- path
- String
- assemblyVersion
- String
- fileVersion
- String
- localPath
- String