C# 클래스 Scorpio.ScriptFunction

函数类型
상속: ScriptObject
파일 보기 프로젝트 열기: qingfeng346/Scorpio-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetParamCount ( ) : int
GetParams ( ) : ScriptArray
IsParams ( ) : bool
IsStatic ( ) : bool
ScriptFunction ( Script script, String name ) : System
ToJson ( ) : string
ToString ( ) : string

메소드 상세

GetParamCount() 공개 메소드

public GetParamCount ( ) : int
리턴 int

GetParams() 공개 메소드

public GetParams ( ) : ScriptArray
리턴 ScriptArray

IsParams() 공개 메소드

public IsParams ( ) : bool
리턴 bool

IsStatic() 공개 메소드

public IsStatic ( ) : bool
리턴 bool

ScriptFunction() 공개 메소드

public ScriptFunction ( Script script, String name ) : System
script Script
name String
리턴 System

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string