C# Class TrafficManager.LoadingExtension.Detour

显示文件 Open project: Katalyst6/CSL.TransitAddonMod

Public Properties

Property Type Description
CustomMethod System.Reflection.MethodInfo
OriginalMethod System.Reflection.MethodInfo
Redirect RedirectCallsState

Public Methods

Method Description
Detour ( MethodInfo originalMethod, MethodInfo customMethod ) : System

Method Details

Detour() public method

public Detour ( MethodInfo originalMethod, MethodInfo customMethod ) : System
originalMethod System.Reflection.MethodInfo
customMethod System.Reflection.MethodInfo
return System

Property Details

CustomMethod public_oe property

public MethodInfo,System.Reflection CustomMethod
return System.Reflection.MethodInfo

OriginalMethod public_oe property

public MethodInfo,System.Reflection OriginalMethod
return System.Reflection.MethodInfo

Redirect public_oe property

public RedirectCallsState Redirect
return RedirectCallsState