FlexReport for WinForms
GetFunctions(Boolean) メソッド


C1.Report アセンブリ > C1.Report.ScriptEngine 名前空間 > ScriptEngine クラス > GetFunctions メソッド : GetFunctions(Boolean) メソッド
If True, only global subs are returned
returns list of defined functions
シンタックス
'宣言
 
Public Overloads Function GetFunctions( _
   ByVal globalsOnly As System.Boolean _
) As System.String()
'使用法
 
Dim instance As ScriptEngine
Dim globalsOnly As System.Boolean
Dim value() As System.String
 
value = instance.GetFunctions(globalsOnly)
public System.string[] GetFunctions( 
   System.bool globalsOnly
)

パラメータ

globalsOnly
If True, only global subs are returned

戻り値の型

List of function names
参照

参照

ScriptEngine クラス
ScriptEngine メンバ
オーバーロード一覧