C# Класс Pchp.Core.Dynamic.Cache

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

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

Метод Описание
GetCtor ( this type ) : ConstructorInfo

Gets .ctor in given type.

GetMethod ( this type, string name ) : MethodInfo

Gets method info in given type.

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

Метод Описание
ParamsMatch ( ParameterInfo ps, Type ptypes ) : bool

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

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

Gets .ctor in given type.
public static GetCtor ( this type ) : ConstructorInfo
type this
Результат System.Reflection.ConstructorInfo

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

Gets method info in given type.
public static GetMethod ( this type, string name ) : MethodInfo
type this
name string
Результат System.Reflection.MethodInfo