List of ProcedureInfo methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| Line 10: | Line 10: | ||
<tr><td valign="top">[[DeepCopy (ProcedureInfo function)|DeepCopy]]</td><td valign="top">DeepCopy this ProcedureInfo</td></tr> | <tr><td valign="top">[[DeepCopy (ProcedureInfo function)|DeepCopy]]</td><td valign="top">DeepCopy this ProcedureInfo</td></tr> | ||
<tr><td valign="top">[[Filename (ProcedureInfo function)|Filename]]</td><td valign="top">Name of the file containing this procedure</td></tr> | <tr><td valign="top">[[Filename (ProcedureInfo function)|Filename]]</td><td valign="top">Name of the file containing this procedure</td></tr> | ||
<tr><td valign="top">[[LastUpdateTime (ProcedureInfo function)|LastUpdateTime]]</td><td valign="top">Most recent update as date string</td></tr> | <tr><td valign="top">[[LastUpdateTime (ProcedureInfo function)|LastUpdateTime]]</td><td valign="top">Most recent update as date string</td></tr> | ||
<tr><td valign="top">[[LastUpdateTimeMilliseconds (ProcedureInfo function)|LastUpdateTimeMilliseconds]]</td><td valign="top">Most recent update time in milliseconds</td></tr> | <tr><td valign="top">[[LastUpdateTimeMilliseconds (ProcedureInfo function)|LastUpdateTimeMilliseconds]]</td><td valign="top">Most recent update time in milliseconds</td></tr> | ||
Latest revision as of 22:19, 21 June 2012
The following are the available ProcedureInfo class methods.
| Method | Description |
|---|---|
| Bytes | Number of bytes in this procedure |
| Copy | Copy this ProcedureInfo |
| DeepCopy | DeepCopy this ProcedureInfo |
| Filename | Name of the file containing this procedure |
| LastUpdateTime | Most recent update as date string |
| LastUpdateTimeMilliseconds | Most recent update time in milliseconds |
| LastUpdateUser | Last user to update this procedure |
| List | Get list of procedures |
| Name | Name of this procedure |
| New | Create a new ProcedureInfo instance |