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

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

공개 메소드들

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

메소드 상세

RedirectToAttribute() 공개 메소드

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

RedirectToAttribute() 공개 메소드

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