NGenHelper
This module contains helper function for the ngen.exe
 
  Nested types and modules
  
  Functions and values
  
    
      | Function or value | Description | 
    
    
      
        
          
            Install setParams assemblies
          
          
            Signature: setParams:(NGenParams -> NGenParams) -> assemblies:seq<string> -> unit 
                       
         | 
        
            
               
               
            
          Runs ngen.exe install on given assemblies. 
         | 
      
      
        
          
            NGen setParams command
          
          
            Signature: setParams:(NGenParams -> NGenParams) -> command:string -> unit 
                       
         | 
        
            
               
               
            
          Runs ngen.exe with the given command. 
         | 
      
      
        
          
            NGen32 
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            NGen64 
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            NGenDefaults 
          
          
            Signature: NGenParams 
                       
         | 
        
            
               
               
            
          NGen default parameters 
         | 
      
      
        
          
            UseNGen64 p
          
          
            Signature: p:NGenParams -> NGenParams 
                       
         | 
        
            
               
               
            
          
         |