C# 클래스 Pchp.Core.Dynamic.CallBinderFactory

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

공개 메소드들

메소드 설명
Function ( string name, string nameOpt, RuntimeTypeHandle returnType, int genericParams ) : System.Runtime.CompilerServices.CallSiteBinder
InstanceFunction ( string name, RuntimeTypeHandle classContext, RuntimeTypeHandle returnType, int genericParams ) : System.Runtime.CompilerServices.CallSiteBinder
StaticFunction ( RuntimeTypeHandle type, string name, RuntimeTypeHandle classContext, RuntimeTypeHandle returnType, int genericParams ) : System.Runtime.CompilerServices.CallSiteBinder

메소드 상세

Function() 공개 정적인 메소드

public static Function ( string name, string nameOpt, RuntimeTypeHandle returnType, int genericParams ) : System.Runtime.CompilerServices.CallSiteBinder
name string
nameOpt string
returnType System.RuntimeTypeHandle
genericParams int
리턴 System.Runtime.CompilerServices.CallSiteBinder

InstanceFunction() 공개 정적인 메소드

public static InstanceFunction ( string name, RuntimeTypeHandle classContext, RuntimeTypeHandle returnType, int genericParams ) : System.Runtime.CompilerServices.CallSiteBinder
name string
classContext System.RuntimeTypeHandle
returnType System.RuntimeTypeHandle
genericParams int
리턴 System.Runtime.CompilerServices.CallSiteBinder

StaticFunction() 공개 정적인 메소드

public static StaticFunction ( RuntimeTypeHandle type, string name, RuntimeTypeHandle classContext, RuntimeTypeHandle returnType, int genericParams ) : System.Runtime.CompilerServices.CallSiteBinder
type System.RuntimeTypeHandle
name string
classContext System.RuntimeTypeHandle
returnType System.RuntimeTypeHandle
genericParams int
리턴 System.Runtime.CompilerServices.CallSiteBinder