C# Class Scorpio.Userdata.FastReflectUserdataMethod

Inheritance: UserdataMethod
Show file Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Methods

Method Description
FastReflectUserdataMethod ( bool isStatic, Script script, Type type, string methodName, ScorpioMethodInfo methods, IScorpioFastReflectMethod fastMethod ) : System

Method Details

FastReflectUserdataMethod() public method

public FastReflectUserdataMethod ( bool isStatic, Script script, Type type, string methodName, ScorpioMethodInfo methods, IScorpioFastReflectMethod fastMethod ) : System
isStatic bool
script Script
type System.Type
methodName string
methods ScorpioMethodInfo
fastMethod IScorpioFastReflectMethod
return System