Class PluginSettings
Inheritance
System.Object
PluginSettings
Syntax
public class PluginSettings
Properties
LangVersion
Declaration
public static string LangVersion { get; }
Property Value
Type |
Description |
System.String |
|
LogEventsCollectorEnabled
Declaration
public static bool LogEventsCollectorEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
OverrideLangVersion
Declaration
public static bool OverrideLangVersion { get; }
Property Value
Type |
Description |
System.Boolean |
|
OverrideTargetFrameworkVersion
Declaration
public static bool OverrideTargetFrameworkVersion { get; }
Property Value
Type |
Description |
System.Boolean |
|
OverrideTargetFrameworkVersionOldMono
Declaration
public static bool OverrideTargetFrameworkVersionOldMono { get; }
Property Value
Type |
Description |
System.Boolean |
|
RiderInitializedOnce
Declaration
public static bool RiderInitializedOnce { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectedLoggingLevel
Declaration
public static LoggingLevel SelectedLoggingLevel { get; set; }
Property Value
TargetFrameworkVersion
Declaration
public static string TargetFrameworkVersion { get; }
Property Value
Type |
Description |
System.String |
|
TargetFrameworkVersionOldMono
Declaration
public static string TargetFrameworkVersionOldMono { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetInstalledNetFrameworks()
Declaration
public static string[] GetInstalledNetFrameworks()
Returns
Type |
Description |
System.String[] |
|