C# Class Transit.Framework.Redirection.RedirectFromAttribute

Inheritance: RedirectAttribute
ファイルを表示 Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method Description
RedirectFromAttribute ( Type classType, string methodName, ulong bitSetOption ) : System
RedirectFromAttribute ( Type classType, ulong bitSetOption ) : System

Method Details

RedirectFromAttribute() public method

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
return System

RedirectFromAttribute() public method

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