|
108 | 108 | <ReturnType>System.Reflection.Assembly</ReturnType> |
109 | 109 | </ReturnValue> |
110 | 110 | <Docs> |
111 | | - <summary>To be added.</summary> |
112 | | - <value>To be added.</value> |
| 111 | + <summary>Gets a reference to the running assembly generated by the <see cref="M:Microsoft.VisualBasic.Vsa.VsaEngine.Run" /> method.</summary> |
| 112 | + <value>A reference to the running assembly generated by the <see cref="M:Microsoft.VisualBasic.Vsa.VsaEngine.Run" /> method</value> |
113 | 113 | <remarks>To be added.</remarks> |
114 | 114 | </Docs> |
115 | 115 | </Member> |
|
156 | 156 | </ReturnValue> |
157 | 157 | <Parameters /> |
158 | 158 | <Docs> |
159 | | - <summary>To be added.</summary> |
| 159 | + <summary>Closes the script engine and releases all resources. If the script engine is currently running, the <see cref="M:Microsoft.VisualBasic.Vsa.VsaEngine.Reset" /> method is called first.</summary> |
160 | 160 | <remarks>To be added.</remarks> |
161 | 161 | </Docs> |
162 | 162 | </Member> |
|
181 | 181 | </ReturnValue> |
182 | 182 | <Parameters /> |
183 | 183 | <Docs> |
184 | | - <summary>To be added.</summary> |
185 | | - <returns>To be added.</returns> |
| 184 | + <summary>Causes the script engine to compile the existing source state.</summary> |
| 185 | + <returns> |
| 186 | + <see langword="true" /> on successful compilation, indicating that the <see cref="M:Microsoft.VisualBasic.Vsa.VsaEngine" /> method can be called on the newly compiled assembly; <see langword="false" /> if the compilation failed.</returns> |
186 | 187 | <remarks>To be added.</remarks> |
187 | 188 | </Docs> |
188 | 189 | </Member> |
|
254 | 255 | <ReturnType>System.Security.Policy.Evidence</ReturnType> |
255 | 256 | </ReturnValue> |
256 | 257 | <Docs> |
257 | | - <summary>To be added.</summary> |
258 | | - <value>To be added.</value> |
| 258 | + <summary>Gets or sets the evidence for the purpose of validating the current object's identity.</summary> |
| 259 | + <value>The evidence to validate the current object's identity.</value> |
259 | 260 | <remarks>To be added.</remarks> |
260 | 261 | </Docs> |
261 | 262 | </Member> |
|
301 | 302 | <ReturnType>System.Boolean</ReturnType> |
302 | 303 | </ReturnValue> |
303 | 304 | <Docs> |
304 | | - <summary>To be added.</summary> |
305 | | - <value>To be added.</value> |
| 305 | + <summary>Gets or sets a value that indicates whether the script engine produces debug information when the Compile method is called.</summary> |
| 306 | + <value> |
| 307 | + <see langword="true" /> if the script engine produces debug information; otherwise, <see langword="false" />.</value> |
306 | 308 | <remarks>To be added.</remarks> |
307 | 309 | </Docs> |
308 | 310 | </Member> |
|
355 | 357 | <Parameter Name="Name" Type="System.String" /> |
356 | 358 | </Parameters> |
357 | 359 | <Docs> |
358 | | - <param name="Name">To be added.</param> |
359 | | - <summary>To be added.</summary> |
360 | | - <returns>To be added.</returns> |
| 360 | + <param name="Name">The name of the option to get.</param> |
| 361 | + <summary>Gets implementation-specific options for the engine.</summary> |
| 362 | + <returns>The value of the option.</returns> |
361 | 363 | <remarks>To be added.</remarks> |
362 | 364 | </Docs> |
363 | 365 | </Member> |
|
382 | 384 | </ReturnValue> |
383 | 385 | <Parameters /> |
384 | 386 | <Docs> |
385 | | - <summary>To be added.</summary> |
| 387 | + <summary>Provides a notification that the initialization phase is complete.</summary> |
386 | 388 | <remarks>To be added.</remarks> |
387 | 389 | </Docs> |
388 | 390 | </Member> |
|
406 | 408 | <ReturnType>System.Boolean</ReturnType> |
407 | 409 | </ReturnValue> |
408 | 410 | <Docs> |
409 | | - <summary>To be added.</summary> |
410 | | - <value>To be added.</value> |
| 411 | + <summary>Gets a value that indicates whether the script engine is set to produce debug information when the <see cref="M:Microsoft.VisualBasic.Vsa.VsaEngine.Compile" /> method is called.</summary> |
| 412 | + <value> |
| 413 | + <see langword="true" /> if the script engine is set to produce debug information when the <see cref="M:Microsoft.VisualBasic.Vsa.VsaEngine.Compile" /> method is called; otherwise, <see langword="false" />.</value> |
411 | 414 | <remarks>To be added.</remarks> |
412 | 415 | </Docs> |
413 | 416 | </Member> |
|
431 | 434 | <ReturnType>System.Boolean</ReturnType> |
432 | 435 | </ReturnValue> |
433 | 436 | <Docs> |
434 | | - <summary>To be added.</summary> |
435 | | - <value>To be added.</value> |
| 437 | + <summary>Gets a value that indicates whether the script engine's source state has changed since the last save operation, or since the script engine was originally loaded.</summary> |
| 438 | + <value> |
| 439 | + <see langword="true" /> if the script engine is marked as modified (that is, "dirty"); otherwise, <see langword="false" />. The default value is <see langword="false" />.</value> |
436 | 440 | <remarks>To be added.</remarks> |
437 | 441 | </Docs> |
438 | 442 | </Member> |
|
456 | 460 | <ReturnType>System.Boolean</ReturnType> |
457 | 461 | </ReturnValue> |
458 | 462 | <Docs> |
459 | | - <summary>To be added.</summary> |
460 | | - <value>To be added.</value> |
| 463 | + <summary>Gets a value that indicates whether the script engine is currently in run mode.</summary> |
| 464 | + <value> |
| 465 | + <see langword="true" /> if the script engine is running; otherwise, <see langword="false" />. The default value for this property is <see langword="false" />.</value> |
461 | 466 | <remarks>To be added.</remarks> |
462 | 467 | </Docs> |
463 | 468 | </Member> |
|
484 | 489 | <Parameter Name="identifier" Type="System.String" /> |
485 | 490 | </Parameters> |
486 | 491 | <Docs> |
487 | | - <param name="identifier">To be added.</param> |
488 | | - <summary>To be added.</summary> |
489 | | - <returns>To be added.</returns> |
| 492 | + <param name="identifier">A string value provided as identifier.</param> |
| 493 | + <summary>Checks whether the supplied identifier is valid for the script engine.</summary> |
| 494 | + <returns> |
| 495 | + <see langword="true" /> if the identifier is valid; otherwise, <see langword="false" />.</returns> |
490 | 496 | <remarks>To be added.</remarks> |
491 | 497 | </Docs> |
492 | 498 | </Member> |
|
510 | 516 | <ReturnType>Microsoft.Vsa.IVsaItems</ReturnType> |
511 | 517 | </ReturnValue> |
512 | 518 | <Docs> |
513 | | - <summary>To be added.</summary> |
514 | | - <value>To be added.</value> |
| 519 | + <summary>Gets the <see cref="T:Microsoft.Vsa.IVsaItems" /> collection of <see cref="T:Microsoft.Vsa.IVsaItem" /> objects, which represent all items added to the script engine using the CreateItem method, including code items, reference items, and global items.</summary> |
| 520 | + <value>A collection of all items added to the script engine using the CreateItem method, including code items, reference items, and global items.</value> |
515 | 521 | <remarks>To be added.</remarks> |
516 | 522 | </Docs> |
517 | 523 | </Member> |
|
535 | 541 | <ReturnType>System.String</ReturnType> |
536 | 542 | </ReturnValue> |
537 | 543 | <Docs> |
538 | | - <summary>To be added.</summary> |
539 | | - <value>To be added.</value> |
| 544 | + <summary>Gets the non-localized name of the programming language supported by the script engine.</summary> |
| 545 | + <value>The English-language name of the programming language supported by the script engine.</value> |
540 | 546 | <remarks>To be added.</remarks> |
541 | 547 | </Docs> |
542 | 548 | </Member> |
|
560 | 566 | <ReturnType>System.Int32</ReturnType> |
561 | 567 | </ReturnValue> |
562 | 568 | <Docs> |
563 | | - <summary>To be added.</summary> |
564 | | - <value>To be added.</value> |
| 569 | + <summary>Gets or sets the geographical locale and language in which to report exception messages.</summary> |
| 570 | + <value>An integer value representing the locale in which exception messages are to be reported.</value> |
565 | 571 | <remarks>To be added.</remarks> |
566 | 572 | </Docs> |
567 | 573 | </Member> |
|
588 | 594 | <Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" /> |
589 | 595 | </Parameters> |
590 | 596 | <Docs> |
591 | | - <param name="Site">To be added.</param> |
592 | | - <summary>To be added.</summary> |
| 597 | + <param name="Site">The site from which the specified source items is loaded.</param> |
| 598 | + <summary>Directs the script engine to load source items from their point of persistence, as specified by the host-provided object that implements the <see cref="T:Microsoft.Vsa.IVsaPersistSite" /> interface.</summary> |
593 | 599 | <remarks>To be added.</remarks> |
594 | 600 | </Docs> |
595 | 601 | </Member> |
|
634 | 640 | <ReturnType>System.String</ReturnType> |
635 | 641 | </ReturnValue> |
636 | 642 | <Docs> |
637 | | - <summary>To be added.</summary> |
638 | | - <value>To be added.</value> |
| 643 | + <summary>Gets or sets the display name of the script engine that is used primarily for identifying individual script engines to users in a hosted environment.</summary> |
| 644 | + <value>The value of the script engine's Name property, which may be the empty string.</value> |
639 | 645 | <remarks>To be added.</remarks> |
640 | 646 | </Docs> |
641 | 647 | </Member> |
|
660 | 666 | </ReturnValue> |
661 | 667 | <Parameters /> |
662 | 668 | <Docs> |
663 | | - <summary>To be added.</summary> |
| 669 | + <summary>Removes the script engine from the running state and disconnects automatically bound event handlers.</summary> |
664 | 670 | <remarks>To be added.</remarks> |
665 | 671 | </Docs> |
666 | 672 | </Member> |
|
685 | 691 | </ReturnValue> |
686 | 692 | <Parameters /> |
687 | 693 | <Docs> |
688 | | - <summary>To be added.</summary> |
| 694 | + <summary>Invalidates the cached assembly for the engine, as specified by its root moniker.</summary> |
689 | 695 | <remarks>To be added.</remarks> |
690 | 696 | </Docs> |
691 | 697 | </Member> |
|
709 | 715 | <ReturnType>System.String</ReturnType> |
710 | 716 | </ReturnValue> |
711 | 717 | <Docs> |
712 | | - <summary>To be added.</summary> |
713 | | - <value>To be added.</value> |
| 718 | + <summary>Gets or sets a script engine's root moniker.</summary> |
| 719 | + <value>The current value of the RootMoniker property.</value> |
714 | 720 | <remarks>To be added.</remarks> |
715 | 721 | </Docs> |
716 | 722 | </Member> |
|
734 | 740 | <ReturnType>System.String</ReturnType> |
735 | 741 | </ReturnValue> |
736 | 742 | <Docs> |
737 | | - <summary>To be added.</summary> |
738 | | - <value>To be added.</value> |
| 743 | + <summary>Gets or sets the root namespace used by the script engine.</summary> |
| 744 | + <value>The string value of the root namespace.</value> |
739 | 745 | <remarks>To be added.</remarks> |
740 | 746 | </Docs> |
741 | 747 | </Member> |
|
760 | 766 | </ReturnValue> |
761 | 767 | <Parameters /> |
762 | 768 | <Docs> |
763 | | - <summary>To be added.</summary> |
| 769 | + <summary>Initiates execution of compiled code in the script engine and binds all event handlers.</summary> |
764 | 770 | <remarks>To be added.</remarks> |
765 | 771 | </Docs> |
766 | 772 | </Member> |
|
788 | 794 | <Parameter Name="PDB" Type="System.Byte[]" RefType="out" /> |
789 | 795 | </Parameters> |
790 | 796 | <Docs> |
791 | | - <param name="PE">To be added.</param> |
792 | | - <param name="PDB">To be added.</param> |
793 | | - <summary>To be added.</summary> |
| 797 | + <param name="PE">The compiled state of the script engine.</param> |
| 798 | + <param name="PDB">Specifies debugging information contained in the .PDB file corresponding to the PE (portable executable).</param> |
| 799 | + <summary>Saves the compiled state of the script engine; optionally, it also saves debugging information.</summary> |
794 | 800 | <remarks>To be added.</remarks> |
795 | 801 | </Docs> |
796 | 802 | </Member> |
|
817 | 823 | <Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" /> |
818 | 824 | </Parameters> |
819 | 825 | <Docs> |
820 | | - <param name="Site">To be added.</param> |
821 | | - <summary>To be added.</summary> |
| 826 | + <param name="Site">The site established by the <see cref="T:Microsoft.Vsa.IVsaPersistSite" /> interface to which source state is saved.</param> |
| 827 | + <summary>Directs the script engine to persist its source state to the specified <see cref="T:Microsoft.Vsa.IVsaPersistSite" /> object.</summary> |
822 | 828 | <remarks>To be added.</remarks> |
823 | 829 | </Docs> |
824 | 830 | </Member> |
|
846 | 852 | <Parameter Name="value" Type="System.Object" /> |
847 | 853 | </Parameters> |
848 | 854 | <Docs> |
849 | | - <param name="Name">To be added.</param> |
850 | | - <param name="value">To be added.</param> |
851 | | - <summary>To be added.</summary> |
| 855 | + <param name="Name">The name of the option to set.</param> |
| 856 | + <param name="value">The value for the option being set.</param> |
| 857 | + <summary>Sets implementation-specific options for a script engine.</summary> |
852 | 858 | <remarks>To be added.</remarks> |
853 | 859 | </Docs> |
854 | 860 | </Member> |
|
872 | 878 | <ReturnType>Microsoft.Vsa.IVsaSite</ReturnType> |
873 | 879 | </ReturnValue> |
874 | 880 | <Docs> |
875 | | - <summary>To be added.</summary> |
876 | | - <value>To be added.</value> |
| 881 | + <summary>Gets or sets the host-implemented <see cref="T:Microsoft.Vsa.IVsaSite" /> object that is used by the script engine to communicate with the host.</summary> |
| 882 | + <value>A reference to the current <see cref="T:Microsoft.Vsa.IVsaSite" /> object.</value> |
877 | 883 | <remarks>To be added.</remarks> |
878 | 884 | </Docs> |
879 | 885 | </Member> |
|
897 | 903 | <ReturnType>System.String</ReturnType> |
898 | 904 | </ReturnValue> |
899 | 905 | <Docs> |
900 | | - <summary>To be added.</summary> |
901 | | - <value>To be added.</value> |
| 906 | + <summary>Gets the current version of the language compiler supported by the script engine, in the form Major.Minor.Revision.Build.</summary> |
| 907 | + <value>String value of the current version, in the format Major.Minor.Revision.Build.</value> |
902 | 908 | <remarks>To be added.</remarks> |
903 | 909 | </Docs> |
904 | 910 | </Member> |
|
0 commit comments