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

Показать файл Открыть проект

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

Метод Описание
IsCompatibleWith ( this thisMethod, MethodInfo otherMethod ) : bool

Приватные методы

Метод Описание
RedirectTo ( this originalMethod, MethodInfo newMethod, Assembly redirectionSource ) : Redirector.MethodRedirection

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

IsCompatibleWith() публичный статический Метод

public static IsCompatibleWith ( this thisMethod, MethodInfo otherMethod ) : bool
thisMethod this
otherMethod System.Reflection.MethodInfo
Результат bool