C# 클래스 Pchp.Core.Reflection.RoutinesAppContext

파일 보기 프로젝트 열기: iolevel/peachpie

공개 프로퍼티들

프로퍼티 타입 설명
AppRoutines List
ContextRoutinesCounter RoutinesTable.RoutinesCount
NameToIndex int>.Dictionary

공개 메소드들

메소드 설명
DeclareRoutine ( string name, RuntimeMethodHandle handle ) : void

Adds referenced symbol into the map. In case of redeclaration, the handle is added to the list.

메소드 상세

DeclareRoutine() 공개 정적인 메소드

Adds referenced symbol into the map. In case of redeclaration, the handle is added to the list.
public static DeclareRoutine ( string name, RuntimeMethodHandle handle ) : void
name string
handle System.RuntimeMethodHandle
리턴 void

프로퍼티 상세

AppRoutines 공개적으로 정적으로 프로퍼티

public static List AppRoutines
리턴 List

ContextRoutinesCounter 공개적으로 정적으로 프로퍼티

public static RoutinesTable.RoutinesCount,Pchp.Core.Reflection ContextRoutinesCounter
리턴 RoutinesTable.RoutinesCount

NameToIndex 공개적으로 정적으로 프로퍼티

public static Dictionary NameToIndex
리턴 int>.Dictionary