58 lines
2.3 KiB
HTML
58 lines
2.3 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
|
|
<!-- generated by to_html.pl from f_Scripts.xml -->
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>execStorage - ストレージ上のスクリプトの実行</title>
|
|
<meta name="author" content="W.Dee" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
<link href="funcref.css" type="text/css" rel="stylesheet" title="クラスリファレンス用標準スタイル" />
|
|
<link href="mailto:[email protected]" rev="Made" />
|
|
<link href="index.html" target="_top" rel="Start" title="トップページ" />
|
|
<link href="f_Scripts.html" title="Scriptsクラス" rel="Parent" />
|
|
</head>
|
|
<body>
|
|
<h1><span class="fheader"><a name="top" id="top">Scripts.execStorage</a></span></h1><div class="para"><div>
|
|
<dl>
|
|
<dt>機能/意味</dt>
|
|
<dd>
|
|
ストレージ上のスクリプトの実行</dd>
|
|
<dt>タイプ</dt>
|
|
<dd>
|
|
<a class="jump" href="f_Scripts.html">Scriptsクラス</a>のメソッド<br />
|
|
</dd>
|
|
<dt>構文</dt>
|
|
<dd>
|
|
<span class="funcdecl">execStorage(<span class="arg">storage</span>)</span><br />
|
|
</dd>
|
|
<dt>引数</dt>
|
|
<dd>
|
|
<table rules="all" frame="box" cellpadding="3" summary="execStorage の引数">
|
|
<tr><td valign="top"><span class="argname">storage</span></td>
|
|
<td> 実行するストレージを指定します。<br />
|
|
</td></tr>
|
|
</table>
|
|
</dd>
|
|
<dt>戻り値</dt>
|
|
<dd>
|
|
<result>スクリプトを実行した結果が戻ります。</result></dd>
|
|
<dt>説明</dt>
|
|
<dd>
|
|
指定されたストレージを読み込み、その内容を TJS2 スクリプトとして実行します。<br />
|
|
スクリプトを実行中に発生した例外はこのメソッド内では捕捉されませんので、このメソッドの
|
|
呼び出し側で捕捉することができます。<br />
|
|
</dd>
|
|
<dt>参照</dt>
|
|
<dd>
|
|
<a class="jump" href="f_Scripts_evalStorage.html">Scripts.evalStorage</a><br />
|
|
</dd>
|
|
</dl>
|
|
</div></div>
|
|
<script type="text/javascript" charset="UTF-8" src="documentid.js" ></script>
|
|
<script type="text/javascript" charset="UTF-8" src="postcontent.js" ></script>
|
|
</body>
|
|
</html>
|