C# Class Transit.Framework.Redirection.RedirectToAttribute

Inheritance: RedirectAttribute
Datei anzeigen Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

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

Method Details

RedirectToAttribute() public method

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

RedirectToAttribute() public method

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