Exemplo n.º 1
0
 public override string ToString()
 {
     return(string.Format(
                "Kernel: {0} | Version: {1} | Runtime: {2} | Path: \"{3}\" | Desc: \"{4}\" | Compatible: \"{5}\"",
                KernelName, Version, Runtime, AssemblyPath, Description, CompatibleProducts.ConvertToCommaSeparatedString()));
 }
Exemplo n.º 2
0
 public override string ToString()
 {
     return(string.Format(
                "KernelName:\"{0}\" | Version: \"{1}\" | Path: \"{2}\" | Desc: \"{3}\" | Compatible: \"{4}\"",
                KernelName, Version, Path, Description, CompatibleProducts.ConvertToCommaSeparatedString()));
 }