C# Class Pchp.Core.Reflection.RoutineInfo

Mostra file Open project: iolevel/peachpie Class Usage Examples

Protected Properties

Property Type Description
_index int
_name string

Public Methods

Method Description
CreateUserRoutine ( string name, RuntimeMethodHandle handle ) : RoutineInfo

Used by compiler generated code. Creates instance of RoutineInfo representing a user PHP function.

Protected Methods

Method Description
RoutineInfo ( int index, string name ) : System

Method Details

CreateUserRoutine() public static method

Used by compiler generated code. Creates instance of RoutineInfo representing a user PHP function.
public static CreateUserRoutine ( string name, RuntimeMethodHandle handle ) : RoutineInfo
name string Functio name.
handle System.RuntimeMethodHandle CLR method handle.
return RoutineInfo

RoutineInfo() protected method

protected RoutineInfo ( int index, string name ) : System
index int
name string
return System

Property Details

_index protected_oe property

protected int _index
return int

_name protected_oe property

protected string _name
return string