C# Class Scorpio.ScriptFunction

函数类型
Inheritance: ScriptObject
Show file Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Methods

Method Description
GetParamCount ( ) : int
GetParams ( ) : ScriptArray
IsParams ( ) : bool
IsStatic ( ) : bool
ScriptFunction ( Script script, String name ) : System
ToJson ( ) : string
ToString ( ) : string

Method Details

GetParamCount() public method

public GetParamCount ( ) : int
return int

GetParams() public method

public GetParams ( ) : ScriptArray
return ScriptArray

IsParams() public method

public IsParams ( ) : bool
return bool

IsStatic() public method

public IsStatic ( ) : bool
return bool

ScriptFunction() public method

public ScriptFunction ( Script script, String name ) : System
script Script
name String
return System

ToJson() public method

public ToJson ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string