C# Class Pchp.Core.Reflection.ClrRoutineInfo

Inheritance: RoutineInfo
Datei anzeigen Open project: iolevel/peachpie Class Usage Examples

Public Methods

Method Description
ClrRoutineInfo ( int index, string name, RuntimeMethodHandle handle ) : System

Private Methods

Method Description
AddOverload ( RuntimeMethodHandle handle ) : void
BindDelegate ( ) : PhpCallable

Method Details

ClrRoutineInfo() public method

public ClrRoutineInfo ( int index, string name, RuntimeMethodHandle handle ) : System
index int
name string
handle System.RuntimeMethodHandle
return System