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

Inheritance: IDisposable
Show file Open project: Katalyst6/CSL.NetworkExtensions

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MethodRedirection() public method

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