C# Class Transit.Framework.Redirection.Redirector.MethodRedirection

Inheritance: IDisposable
Datei anzeigen Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method Description
Dispose ( ) : void
MethodRedirection ( MethodInfo originalMethod, MethodInfo newMethod, Assembly redirectionSource ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MethodRedirection() public method

public MethodRedirection ( MethodInfo originalMethod, MethodInfo newMethod, Assembly redirectionSource ) : System
originalMethod System.Reflection.MethodInfo
newMethod System.Reflection.MethodInfo
redirectionSource System.Reflection.Assembly
return System