C# Class CSL.NetworkExtensions.Framework.Unsafe.MethodInfoExtensions.MethodRedirection

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

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MethodRedirection() public méthode

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