C# Class Transit.Framework.Redirection.RedirectFromAttribute

Inheritance: RedirectAttribute
Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod

Méthodes publiques

Méthode Description
RedirectFromAttribute ( Type classType, string methodName, ulong bitSetOption ) : System
RedirectFromAttribute ( Type classType, ulong bitSetOption ) : System

Method Details

RedirectFromAttribute() public méthode

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
Résultat System

RedirectFromAttribute() public méthode

public RedirectFromAttribute ( Type classType, ulong bitSetOption ) : System
classType System.Type
bitSetOption ulong
Résultat System