C# Class Transit.Framework.Redirection.RedirectAttribute

Inheritance: System.Attribute
Show file Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

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

Method Details

RedirectAttribute() public method

public RedirectAttribute ( Type classType, string methodName, ulong bitSetOption ) : System
classType System.Type
methodName string
bitSetOption ulong
return System

RedirectAttribute() public method

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