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

Inheritance: IDisposable
Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod

Méthodes publiques

Méthode Description
Dispose ( ) : void
MethodRedirection ( MethodInfo originalMethod, MethodInfo newMethod, Assembly redirectionSource ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MethodRedirection() public méthode

public MethodRedirection ( MethodInfo originalMethod, MethodInfo newMethod, Assembly redirectionSource ) : System
originalMethod System.Reflection.MethodInfo
newMethod System.Reflection.MethodInfo
redirectionSource System.Reflection.Assembly
Résultat System