FastReflectionCacheGetPrivateMethodTMethod - метод
Возвращает функцию осуществляющую вызов приватной функции methodName
Пространство имён: Tessa.Platform.ReflectionСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static TMethod GetPrivateMethod<TMethod>(
string methodName
)
where TMethod : class
Public Shared Function GetPrivateMethod(Of TMethod As Class) (
methodName As String
) As TMethod
public:
generic<typename TMethod>
where TMethod : ref class
static TMethod GetPrivateMethod(
String^ methodName
)
static member GetPrivateMethod :
methodName : string -> 'TMethod when 'TMethod : not struct
- methodName String
-
Название метода
- TMethod
-
Тип метода. Первым параметром должен передаваться объект для которого вызывается функция
TMethod
Функция вызова функции
methodName ArgumentException |
Could not find appropriate overload.
|