'宣言 Public Overloads Function GetSubs( _ ByVal globalsOnly As System.Boolean _ ) As System.String()
'使用法 Dim instance As ScriptEngine Dim globalsOnly As System.Boolean Dim value() As System.String value = instance.GetSubs(globalsOnly)
public System.string[] GetSubs( System.bool globalsOnly )
パラメータ
- globalsOnly
- If True, only global subs are returned
戻り値の型
List of function names