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

파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_index int
_name string

공개 메소드들

메소드 설명
CreateUserRoutine ( string name, RuntimeMethodHandle handle ) : RoutineInfo

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

보호된 메소드들

메소드 설명
RoutineInfo ( int index, string name ) : System

메소드 상세

CreateUserRoutine() 공개 정적인 메소드

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.
리턴 RoutineInfo

RoutineInfo() 보호된 메소드

protected RoutineInfo ( int index, string name ) : System
index int
name string
리턴 System

프로퍼티 상세

_index 보호되어 있는 프로퍼티

protected int _index
리턴 int

_name 보호되어 있는 프로퍼티

protected string _name
리턴 string