C# 클래스 Transit.Framework.Redirection.RedirectFromAttribute

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

공개 메소드들

메소드 설명
RedirectFromAttribute ( Type classType, string methodName, ulong bitSetOption ) : System
RedirectFromAttribute ( Type classType, ulong bitSetOption ) : System

메소드 상세

RedirectFromAttribute() 공개 메소드

public RedirectFromAttribute ( Type classType, string methodName, ulong bitSetOption ) : System
classType System.Type The class of the method that will be redirected
methodName string The name of the method that will be redirected. If null, /// the name of the attribute's target method will be used.
bitSetOption ulong
리턴 System

RedirectFromAttribute() 공개 메소드

public RedirectFromAttribute ( Type classType, ulong bitSetOption ) : System
classType System.Type
bitSetOption ulong
리턴 System