C# Class Pchp.Core.Dynamic.Cache

ファイルを表示 Open project: iolevel/peachpie

Public Methods

Method Description
GetCtor ( this type ) : ConstructorInfo

Gets .ctor in given type.

GetMethod ( this type, string name ) : MethodInfo

Gets method info in given type.

Private Methods

Method Description
ParamsMatch ( ParameterInfo ps, Type ptypes ) : bool

Method Details

GetCtor() public static method

Gets .ctor in given type.
public static GetCtor ( this type ) : ConstructorInfo
type this
return System.Reflection.ConstructorInfo

GetMethod() public static method

Gets method info in given type.
public static GetMethod ( this type, string name ) : MethodInfo
type this
name string
return System.Reflection.MethodInfo