C# 클래스 TrafficManager.LoadingExtension.Detour

파일 보기 프로젝트 열기: Katalyst6/CSL.TransitAddonMod

공개 프로퍼티들

프로퍼티 타입 설명
CustomMethod System.Reflection.MethodInfo
OriginalMethod System.Reflection.MethodInfo
Redirect RedirectCallsState

공개 메소드들

메소드 설명
Detour ( MethodInfo originalMethod, MethodInfo customMethod ) : System

메소드 상세

Detour() 공개 메소드

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

프로퍼티 상세

CustomMethod 공개적으로 프로퍼티

public MethodInfo,System.Reflection CustomMethod
리턴 System.Reflection.MethodInfo

OriginalMethod 공개적으로 프로퍼티

public MethodInfo,System.Reflection OriginalMethod
리턴 System.Reflection.MethodInfo

Redirect 공개적으로 프로퍼티

public RedirectCallsState Redirect
리턴 RedirectCallsState