Pchp.Core.Reflection.ClrRoutineInfo.ClrRoutineInfo C# (CSharp) Méthode

ClrRoutineInfo() public méthode

public ClrRoutineInfo ( int index, string name, RuntimeMethodHandle handle ) : System
index int
name string
handle System.RuntimeMethodHandle
Résultat System
        public ClrRoutineInfo(int index, string name, RuntimeMethodHandle handle)
            : base(index, name)
        {
            _handles = new RuntimeMethodHandle[] { handle };
        }