C# 클래스 Scorpio.Userdata.UserdataMethod

一个类的同名函数
파일 보기 프로젝트 열기: qingfeng346/Scorpio-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
Call ( object obj, ScriptObject parameters ) : object
MakeGenericMethod ( Type parameters ) : UserdataMethod
UserdataMethod ( ) : System

보호된 메소드들

메소드 설명
Initialize ( Script script, Type type, string methodName, ConstructorInfo cons ) : void
Initialize ( Script script, Type type, string methodName, List methods ) : void
Initialize ( bool isStatic, Script script, Type type, string methodName, ScorpioMethodInfo methods, IScorpioFastReflectMethod fastMethod ) : void

비공개 메소드들

메소드 설명
CheckArgsType ( ScriptObject parameters, Type types, Type paramType, int requiredNumber, int count ) : bool
CheckDefaultType ( ScriptObject parameters, Type types, int requiredNumber, int count ) : bool
CheckNormalType ( ScriptObject pars, Type types, int count ) : bool
Initialize_impl ( Type type, string methodName, List methods ) : void
UserdataMethod ( Script script, Type type, string methodName, List methods ) : System

메소드 상세

Call() 공개 메소드

public Call ( object obj, ScriptObject parameters ) : object
obj object
parameters Scorpio.ScriptObject
리턴 object

Initialize() 보호된 메소드

protected Initialize ( Script script, Type type, string methodName, ConstructorInfo cons ) : void
script Script
type System.Type
methodName string
cons System.Reflection.ConstructorInfo
리턴 void

Initialize() 보호된 메소드

protected Initialize ( Script script, Type type, string methodName, List methods ) : void
script Script
type System.Type
methodName string
methods List
리턴 void

Initialize() 보호된 메소드

protected Initialize ( bool isStatic, Script script, Type type, string methodName, ScorpioMethodInfo methods, IScorpioFastReflectMethod fastMethod ) : void
isStatic bool
script Script
type System.Type
methodName string
methods ScorpioMethodInfo
fastMethod IScorpioFastReflectMethod
리턴 void

MakeGenericMethod() 공개 메소드

public MakeGenericMethod ( Type parameters ) : UserdataMethod
parameters System.Type
리턴 UserdataMethod

UserdataMethod() 공개 메소드

public UserdataMethod ( ) : System
리턴 System