Editar

Share via


TargetInfo(String, String, String, Boolean) Constructor

Definition

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)

Parameters

framework
String
runtime
String
runtimeSignature
String
isPortable
Boolean

Applies to