Runtimes.DotnetInfo.Parse Method
Declaring Type: Runtimes.DotnetInfo
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Parses a string such as 'net6' or net5.0.14-x86 into a DotnetInfo class capable of checking the current system for installed status, or downloading / installing.
public static Runtimes.DotnetInfo Parse(string input);
Parameters
input
string
Returns
Documentation generated by MdDocs