Class DetourConfig
  
  
  
  
    Inheritance
    System.Object
    DetourConfig
   
  
  Assembly: MonoMod.RuntimeDetour.dll
  Syntax
  
    public sealed class DetourConfig : ValueType
   
  Fields
  
  
  
  After
  
  
  Declaration
  
    public IEnumerable<string> After
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.Generic.IEnumerable<System.String> |  | 
    
  
  
  
  Before
  
  
  Declaration
  
    public IEnumerable<string> Before
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.Generic.IEnumerable<System.String> |  | 
    
  
  
  
  ID
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  ManualApply
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  Priority
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |