Class ProduceCompilationCacheCommandSettings
ProduceCompilationCache
public sealed class ProduceCompilationCacheCommandSettings : ICommand- Inheritance
- 
      
      ProduceCompilationCacheCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Scripts
Gets or sets the scripts
[JsonPropertyName("scripts")]
public CompilationCacheParams[] Scripts { get; set; }