Interface IResourceManagerFactory
  
  LUCENENET specific interface used to inject instances of
System.Resources.ResourceManager. This
extension point can be used to override the default behavior
to, for example, retrieve resources from a persistent data store,
rather than getting them from resource files.
Assembly: Lucene.Net.dll
  Syntax
  
    public interface IResourceManagerFactory
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Create(Type)
  
  
  Declaration
  
    ResourceManager Create(Type resourceSource)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Type | resourceSource |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Resources.ResourceManager |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Release(ResourceManager)
  
  
  Declaration
  
    void Release(ResourceManager manager)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Resources.ResourceManager | manager |  |