C# Class Pchp.Core.Reflection.ClrRoutineInfo

Inheritance: RoutineInfo
Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Méthodes publiques

Méthode Description
ClrRoutineInfo ( int index, string name, RuntimeMethodHandle handle ) : System

Private Methods

Méthode Description
AddOverload ( RuntimeMethodHandle handle ) : void
BindDelegate ( ) : PhpCallable

Method Details

ClrRoutineInfo() public méthode

public ClrRoutineInfo ( int index, string name, RuntimeMethodHandle handle ) : System
index int
name string
handle System.RuntimeMethodHandle
Résultat System