TargetInfo(String, String, String, Boolean) Construtor
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.
public:
TargetInfo(System::String ^ framework, System::String ^ runtime, System::String ^ runtimeSignature, bool isPortable);
public TargetInfo(string framework, string? runtime, string? runtimeSignature, bool isPortable);
new Microsoft.Extensions.DependencyModel.TargetInfo : string * string * string * bool -> Microsoft.Extensions.DependencyModel.TargetInfo
Public Sub New (framework As String, runtime As String, runtimeSignature As String, isPortable As Boolean)
Parâmetros
- framework
- String
- runtime
- String
- runtimeSignature
- String
- isPortable
- Boolean