Class RuntimeFramework
- Namespace
- AsmResolver.DotNet.Config.Json
- Assembly
- AsmResolver.DotNet.dll
Provides version information about a framework implementation.
public class RuntimeFramework
- Inheritance
-
RuntimeFramework
- Inherited Members
Constructors
RuntimeFramework()
Creates a new empty runtime framework description.
public RuntimeFramework()
RuntimeFramework(string, string)
Creates a new runtime framework description.
public RuntimeFramework(string name, string version)
Parameters
Properties
Name
Gets or sets the name of the framework implementation.
public string? Name { get; set; }
Property Value
Version
Gets or sets the version number of the framework implementation.
public string? Version { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.