ISupportCheckResult public interface ISupportCheckResult Documentation string ErrorMessage { get; } bool IsSupported { get; set; } IReadOnlyList<string> LogFileLines { get; } IReadOnlyList<string> StandardError { get; } IReadOnlyList<string> StandardOutput { get; }