C# Класс Transit.Framework.Redirection.RedirectFromAttribute

Наследование: RedirectAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
RedirectFromAttribute ( Type classType, string methodName, ulong bitSetOption ) : System
RedirectFromAttribute ( Type classType, ulong bitSetOption ) : System

Описание методов

RedirectFromAttribute() публичный Метод

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
Результат System

RedirectFromAttribute() публичный Метод

public RedirectFromAttribute ( Type classType, ulong bitSetOption ) : System
classType System.Type
bitSetOption ulong
Результат System