TargetInfo(String, String, String, Boolean) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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