C# Класс Bickle.Utility.ReflectionExtensions

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

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

Метод Описание
GetPropertyWithReflection ( this target, string prop ) : object
InvokeWithReflection ( this target, string method ) : object

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

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

public static GetPropertyWithReflection ( this target, string prop ) : object
target this
prop string
Результат object

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

public static InvokeWithReflection ( this target, string method ) : object
target this
method string
Результат object