|
30 | 30 | </Attribute> |
31 | 31 | </Attributes> |
32 | 32 | <Docs> |
33 | | - <summary>To be added.</summary> |
| 33 | + <summary>Defines the base script engine class.</summary> |
34 | 34 | <remarks>To be added.</remarks> |
35 | 35 | </Docs> |
36 | 36 | <Members> |
|
166 | 166 | </ReturnValue> |
167 | 167 | <Parameters /> |
168 | 168 | <Docs> |
169 | | - <summary>To be added.</summary> |
| 169 | + <summary>Closes the engine.</summary> |
170 | 170 | <remarks>To be added.</remarks> |
171 | 171 | </Docs> |
172 | 172 | </Member> |
|
191 | 191 | </ReturnValue> |
192 | 192 | <Parameters /> |
193 | 193 | <Docs> |
194 | | - <summary>To be added.</summary> |
195 | | - <returns>To be added.</returns> |
| 194 | + <summary>Causes the engine to compile the existing source state.</summary> |
| 195 | + <returns> |
| 196 | + <see langword="true" /> on successful compilation; otherwise, <see langword="false" />.</returns> |
196 | 197 | <remarks>To be added.</remarks> |
197 | 198 | </Docs> |
198 | 199 | </Member> |
|
235 | 236 | </ReturnValue> |
236 | 237 | <Parameters /> |
237 | 238 | <Docs> |
238 | | - <summary>To be added.</summary> |
| 239 | + <summary>Closes the engine.</summary> |
239 | 240 | <remarks>To be added.</remarks> |
240 | 241 | </Docs> |
241 | 242 | </Member> |
|
257 | 258 | </ReturnValue> |
258 | 259 | <Parameters /> |
259 | 260 | <Docs> |
260 | | - <summary>To be added.</summary> |
261 | | - <returns>To be added.</returns> |
| 261 | + <summary>Causes the script engine to compile the existing source state.</summary> |
| 262 | + <returns> |
| 263 | + <see langword="true" /> on successful compilation; otherwise, <see langword="false" />.</returns> |
262 | 264 | <remarks>To be added.</remarks> |
263 | 265 | </Docs> |
264 | 266 | </Member> |
|
282 | 284 | <Parameter Name="site" Type="Microsoft.Vsa.IVsaPersistSite" /> |
283 | 285 | </Parameters> |
284 | 286 | <Docs> |
285 | | - <param name="site">To be added.</param> |
286 | | - <summary>To be added.</summary> |
| 287 | + <param name="site">The site from which the specified source items are loaded.</param> |
| 288 | + <summary>Directs the engine to load source items.</summary> |
287 | 289 | <remarks>To be added.</remarks> |
288 | 290 | </Docs> |
289 | 291 | </Member> |
|
308 | 310 | <Parameter Name="debugInfo" Type="System.Byte[]" RefType="out" /> |
309 | 311 | </Parameters> |
310 | 312 | <Docs> |
311 | | - <param name="pe">To be added.</param> |
312 | | - <param name="debugInfo">To be added.</param> |
313 | | - <summary>To be added.</summary> |
| 313 | + <param name="pe">The compiled state of the engine.</param> |
| 314 | + <param name="debugInfo">The debugging information contained in the .PDB file.</param> |
| 315 | + <summary>Saves the compiled state of the script engine; optionally, it also saves debugging information.</summary> |
314 | 316 | <remarks>To be added.</remarks> |
315 | 317 | </Docs> |
316 | 318 | </Member> |
|
334 | 336 | <Parameter Name="site" Type="Microsoft.Vsa.IVsaPersistSite" /> |
335 | 337 | </Parameters> |
336 | 338 | <Docs> |
337 | | - <param name="site">To be added.</param> |
338 | | - <summary>To be added.</summary> |
| 339 | + <param name="site">The site to which source state is saved.</param> |
| 340 | + <summary>Directs the script engine to persist its source state to the specified object.</summary> |
339 | 341 | <remarks>To be added.</remarks> |
340 | 342 | </Docs> |
341 | 343 | </Member> |
|
422 | 424 | <Parameter Name="vsaErrorNumber" Type="Microsoft.Vsa.VsaError" /> |
423 | 425 | </Parameters> |
424 | 426 | <Docs> |
425 | | - <param name="vsaErrorNumber">To be added.</param> |
426 | | - <summary>To be added.</summary> |
427 | | - <returns>To be added.</returns> |
| 427 | + <param name="vsaErrorNumber">The error number to be returned.</param> |
| 428 | + <summary>Returns an error.</summary> |
| 429 | + <returns>An exception with the specified error number.</returns> |
428 | 430 | <remarks>To be added.</remarks> |
429 | 431 | </Docs> |
430 | 432 | </Member> |
|
582 | 584 | <Parameter Name="name" Type="System.String" /> |
583 | 585 | </Parameters> |
584 | 586 | <Docs> |
585 | | - <param name="name">To be added.</param> |
586 | | - <summary>To be added.</summary> |
587 | | - <returns>To be added.</returns> |
| 587 | + <param name="name">The name of the option to get.</param> |
| 588 | + <summary>Gets implementation-specific options for the engine.</summary> |
| 589 | + <returns>The value of the option..</returns> |
588 | 590 | <remarks>To be added.</remarks> |
589 | 591 | </Docs> |
590 | 592 | </Member> |
|
611 | 613 | <Parameter Name="name" Type="System.String" /> |
612 | 614 | </Parameters> |
613 | 615 | <Docs> |
614 | | - <param name="name">To be added.</param> |
615 | | - <summary>To be added.</summary> |
616 | | - <returns>To be added.</returns> |
| 616 | + <param name="name">The name of the option to get.</param> |
| 617 | + <summary>Gets implementation-specific options for the engine.</summary> |
| 618 | + <returns>The value of the option.</returns> |
617 | 619 | <remarks>To be added.</remarks> |
618 | 620 | </Docs> |
619 | 621 | </Member> |
|
659 | 661 | </ReturnValue> |
660 | 662 | <Parameters /> |
661 | 663 | <Docs> |
662 | | - <summary>To be added.</summary> |
| 664 | + <summary>Provides a notification that the initialization phase is complete.</summary> |
663 | 665 | <remarks>To be added.</remarks> |
664 | 666 | </Docs> |
665 | 667 | </Member> |
|
884 | 886 | <Parameter Name="ident" Type="System.String" /> |
885 | 887 | </Parameters> |
886 | 888 | <Docs> |
887 | | - <param name="ident">To be added.</param> |
888 | | - <summary>To be added.</summary> |
889 | | - <returns>To be added.</returns> |
| 889 | + <param name="ident">A string value provided as identifier.</param> |
| 890 | + <summary>Checks whether the supplied identifier is valid for the engine.</summary> |
| 891 | + <returns> |
| 892 | + <see langword="true" /> if the identifier is valid; otherwise, <see langword="false" />.</returns> |
890 | 893 | <remarks>To be added.</remarks> |
891 | 894 | </Docs> |
892 | 895 | </Member> |
|
910 | 913 | <Parameter Name="name" Type="System.String" /> |
911 | 914 | </Parameters> |
912 | 915 | <Docs> |
913 | | - <param name="name">To be added.</param> |
914 | | - <summary>To be added.</summary> |
915 | | - <returns>To be added.</returns> |
| 916 | + <param name="name">A string value provided as identifier.</param> |
| 917 | + <summary>Checks whether the supplied namespace is valid for the engine.</summary> |
| 918 | + <returns> |
| 919 | + <see langword="true" /> if the namespace is valid; otherwise, <see langword="false" />.</returns> |
916 | 920 | <remarks>To be added.</remarks> |
917 | 921 | </Docs> |
918 | 922 | </Member> |
|
1009 | 1013 | </ReturnValue> |
1010 | 1014 | <Parameters /> |
1011 | 1015 | <Docs> |
1012 | | - <summary>To be added.</summary> |
1013 | | - <returns>To be added.</returns> |
| 1016 | + <summary>Loads the compiled state.</summary> |
| 1017 | + <returns>The compiled state.</returns> |
1014 | 1018 | <remarks>To be added.</remarks> |
1015 | 1019 | </Docs> |
1016 | 1020 | </Member> |
|
1058 | 1062 | <Parameter Name="site" Type="Microsoft.Vsa.IVsaPersistSite" /> |
1059 | 1063 | </Parameters> |
1060 | 1064 | <Docs> |
1061 | | - <param name="site">To be added.</param> |
1062 | | - <summary>To be added.</summary> |
| 1065 | + <param name="site">The site from which the specified source items are loaded.</param> |
| 1066 | + <summary>Directs the engine to load source items.</summary> |
1063 | 1067 | <remarks>To be added.</remarks> |
1064 | 1068 | </Docs> |
1065 | 1069 | </Member> |
|
1129 | 1133 | <Parameter Name="flags" Type="Microsoft.Vsa.BaseVsaEngine+Pre" /> |
1130 | 1134 | </Parameters> |
1131 | 1135 | <Docs> |
1132 | | - <param name="flags">To be added.</param> |
1133 | | - <summary>To be added.</summary> |
| 1136 | + <param name="flags">The flags to set.</param> |
| 1137 | + <summary>Sets the precondition flags.</summary> |
1134 | 1138 | <remarks>To be added.</remarks> |
1135 | 1139 | </Docs> |
1136 | 1140 | </Member> |
|
1155 | 1159 | </ReturnValue> |
1156 | 1160 | <Parameters /> |
1157 | 1161 | <Docs> |
1158 | | - <summary>To be added.</summary> |
| 1162 | + <summary>Removes the engine from the running state and disconnects automatically bound event handlers.</summary> |
1159 | 1163 | <remarks>To be added.</remarks> |
1160 | 1164 | </Docs> |
1161 | 1165 | </Member> |
|
1177 | 1181 | </ReturnValue> |
1178 | 1182 | <Parameters /> |
1179 | 1183 | <Docs> |
1180 | | - <summary>To be added.</summary> |
| 1184 | + <summary>Resets the compiled state.</summary> |
1181 | 1185 | <remarks>To be added.</remarks> |
1182 | 1186 | </Docs> |
1183 | 1187 | </Member> |
|
1202 | 1206 | </ReturnValue> |
1203 | 1207 | <Parameters /> |
1204 | 1208 | <Docs> |
1205 | | - <summary>To be added.</summary> |
| 1209 | + <summary>Invalidates the cached assembly for the engine, as specified by its root moniker.</summary> |
1206 | 1210 | <remarks>To be added.</remarks> |
1207 | 1211 | </Docs> |
1208 | 1212 | </Member> |
|
1402 | 1406 | <Parameter Name="value" Type="System.Object" /> |
1403 | 1407 | </Parameters> |
1404 | 1408 | <Docs> |
1405 | | - <param name="name">To be added.</param> |
1406 | | - <param name="value">To be added.</param> |
1407 | | - <summary>To be added.</summary> |
| 1409 | + <param name="name">The name of the option to set.</param> |
| 1410 | + <param name="value">The value for the option being set.</param> |
| 1411 | + <summary>Sets implementation-specific options for the engine.</summary> |
1408 | 1412 | <remarks>To be added.</remarks> |
1409 | 1413 | </Docs> |
1410 | 1414 | </Member> |
|
1432 | 1436 | <Parameter Name="value" Type="System.Object" /> |
1433 | 1437 | </Parameters> |
1434 | 1438 | <Docs> |
1435 | | - <param name="name">To be added.</param> |
1436 | | - <param name="value">To be added.</param> |
1437 | | - <summary>To be added.</summary> |
| 1439 | + <param name="name">The name of the option to set.</param> |
| 1440 | + <param name="value">The name of the option to set.</param> |
| 1441 | + <summary>Sets implementation-specific options for the engine.</summary> |
1438 | 1442 | <remarks>To be added.</remarks> |
1439 | 1443 | </Docs> |
1440 | 1444 | </Member> |
|
0 commit comments