C# Class VersionReader, PropertyChanged

Show file Open project: Fody/PropertyChanged Class Usage Examples

Public Properties

Property Type Description
FrameworkVersionAsNumber Version
FrameworkVersionAsString string
IsFSharp bool
TargetFSharpCoreVersion string
TargetFrameworkProfile string

Public Methods

Method Description
GetFrameworkVersion ( System.Xml.Linq.XDocument xDocument ) : void
GetTargetFSharpCoreVersion ( System.Xml.Linq.XDocument xDocument ) : void
GetTargetFrameworkProfile ( System.Xml.Linq.XDocument xDocument ) : void
VersionReader ( string projectPath ) : System

Method Details

GetFrameworkVersion() public method

public GetFrameworkVersion ( System.Xml.Linq.XDocument xDocument ) : void
xDocument System.Xml.Linq.XDocument
return void

GetTargetFSharpCoreVersion() public method

public GetTargetFSharpCoreVersion ( System.Xml.Linq.XDocument xDocument ) : void
xDocument System.Xml.Linq.XDocument
return void

GetTargetFrameworkProfile() public method

public GetTargetFrameworkProfile ( System.Xml.Linq.XDocument xDocument ) : void
xDocument System.Xml.Linq.XDocument
return void

VersionReader() public method

public VersionReader ( string projectPath ) : System
projectPath string
return System

Property Details

FrameworkVersionAsNumber public property

public Version FrameworkVersionAsNumber
return Version

FrameworkVersionAsString public property

public string FrameworkVersionAsString
return string

IsFSharp public property

public bool IsFSharp
return bool

TargetFSharpCoreVersion public property

public string TargetFSharpCoreVersion
return string

TargetFrameworkProfile public property

public string TargetFrameworkProfile
return string