| 名前 | 解説 | |
|---|---|---|
![]() | ScriptEngine コンストラクタ |
ScriptEngineデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | ScriptEngine コンストラクタ |
| 名前 | 解説 | |
|---|---|---|
![]() | Context | Gets or sets the current execution context. |
![]() | Culture | Defines culture using in script to convert values from/to string. |
![]() | EvaluateTags | Indicates whether currently evaluated expression containing two pass identifiers like Page, Pages etc. The main purpose of this property to convert expression like: Page & " of " & Pages is converted to a string: {Page} of {Pages} this string can be parsed by exporters to provide more convient results. |
| 名前 | 解説 | |
|---|---|---|
![]() | Compare | Compares two objects. |
![]() ![]() | CompareIdent | Compares two idents. |
![]() | Evaluate | |
![]() | Execute | オーバーロードされます。 |
![]() ![]() | FormatValue | Returns string representation of specified value. Returns C1.Document.Strings.Null if value is null or System.DBNull.Value. Returns strings like "XXX(YYY)" where XXX - value.ToString(), YYY - value.GetType().FullName. |
![]() | GetFunctions | オーバーロードされます。 returns list of defined functions - both local and global |
![]() | GetObjectValue | |
![]() | GetProcedures | Returns list of defined subs and functions. |
![]() | GetSubs | オーバーロードされます。 returns list of defined subs - both local and global |
![]() | ParseExpression | |
![]() | ParseStatement | |
![]() | Reset | |
![]() | SetObjectValue | |
![]() | ToDateTime | Convert object to DateTime, throws an exception if conversion fails. |
![]() | ToDbl | Convert any object to double, throws an exception if conversion fails. Null values interpreted as zero. |
![]() | ToInt | Convert any object to int, simple call ToDbl (int)ToDbl(o). |
![]() | TryToDateTime | Tries to convert object to DateTime. |
![]() ![]() | TryToDbl | オーバーロードされます。 Tries to convert any object to double. |
![]() | TryToInt | Tries to convert any object to int, based on TryToDbl(Object,Boolean,Double). |
![]() | ValueToString | Converts value to string using Culture. |
| 名前 | 解説 | |
|---|---|---|
![]() | CreateParmExpression |