FscParams
'fsc.exe' command line parameters
 
  Record Fields
  
    
      | Record Field | Description | 
    
    
      
        
          
            Debug
          
          
            Signature: bool 
                       
         | 
        
            
               
               
            
          Specifies whether to emit debug information (default is false). 
         | 
      
      
        
          
            FscTarget
          
          
            Signature: FscTarget 
                       
         | 
        
            
               
               
            
          Specifies the compiled artifact target type. 
         | 
      
      
        
          
            OtherParams
          
          
            Signature: string list 
                       
         | 
        
            
               
               
            
          Specifies other params for the compilation. Freeform strings. 
         | 
      
      
        
          
            Output
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Specifies the output file name and path. 
         | 
      
      
        
          
            Platform
          
          
            Signature: FscPlatform 
                       
         | 
        
            
               
               
            
          Specifies the compiled artifact target platform. 
         | 
      
      
        
          
            References
          
          
            Signature: string list 
                       
         | 
        
            
               
               
            
          Specifies files to reference for the compilation. 
         | 
      
    
  
  Static members
  
    
      | Static member | Description | 
    
    
      
        
          
            Default
          
          
            Signature: FscParams 
                       
         | 
        
            
               
               
            
          The default parameters to the compiler service. 
         |