Class Detour<T>
  
  
  
  
    Inheritance
    System.Object
    
    Detour<T>
   
  
    Implements
    
    
    System.IDisposable
   
  
  
  Assembly: MonoMod.RuntimeDetour.dll
  Syntax
  
    public class Detour<T> : Detour, ISortableDetour, IDetour, IDisposable where T : Delegate
   
  Type Parameters
  
  Constructors
  
  
  
  
  Detour(T, T)
  
  
  Declaration
  
    public Detour(T from, T to)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | T | 
        from | 
         | 
      
      
        | T | 
        to | 
         | 
      
    
  
  
  
  
  Detour(T, T, DetourConfig)
  
  
  Declaration
  
    public Detour(T from, T to, DetourConfig config)
   
  Parameters
  
  
  
  
  Detour(T, T, ref DetourConfig)
  
  
  Declaration
  
    public Detour(T from, T to, ref DetourConfig config)
   
  Parameters
  
  
  
  
  Detour(T, IntPtr)
  
  
  Declaration
  
    public Detour(T from, IntPtr to)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | T | 
        from | 
         | 
      
      
        | System.IntPtr | 
        to | 
         | 
      
    
  
  
  
  
  Detour(T, IntPtr, DetourConfig)
  
  
  Declaration
  
    public Detour(T from, IntPtr to, DetourConfig config)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | T | 
        from | 
         | 
      
      
        | System.IntPtr | 
        to | 
         | 
      
      
        | DetourConfig | 
        config | 
         | 
      
    
  
  
  
  
  Detour(T, IntPtr, ref DetourConfig)
  
  
  Declaration
  
    public Detour(T from, IntPtr to, ref DetourConfig config)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | T | 
        from | 
         | 
      
      
        | System.IntPtr | 
        to | 
         | 
      
      
        | DetourConfig | 
        config | 
         | 
      
    
  
  Implements
  
  
  
      System.IDisposable