|
117 | 117 | <Parameter Name="domain" Type="System.AppDomain" Index="0" FrameworkAlternate="netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8" />
|
118 | 118 | </Parameters>
|
119 | 119 | <Docs>
|
120 |
| - <param name="domain">To be added.</param> |
121 |
| - <summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary> |
122 |
| - <returns>To be added.</returns> |
| 120 | + <param name="domain">The application domain in which to create the new engine.</param> |
| 121 | + <summary>Creates a new identical engine that runs in a new application domain, with the same compiled state and named items. </summary> |
| 122 | + <returns>The new engine.</returns> |
123 | 123 | <remarks>To be added.</remarks>
|
124 | 124 | <forInternalUseOnly />
|
125 | 125 | </Docs>
|
|
146 | 146 | </ReturnValue>
|
147 | 147 | <Parameters />
|
148 | 148 | <Docs>
|
149 |
| - <summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary> |
150 |
| - <returns>To be added.</returns> |
| 149 | + <summary>Triggers compilation of all the state currently in the engine. All references, code items, host items, and resources are run through the compiler.</summary> |
| 150 | + <returns> |
| 151 | + <see langword="true" /> if the compilation was successful; otherwise, <see langword="false" />.</returns> |
151 | 152 | <remarks>To be added.</remarks>
|
152 | 153 | <forInternalUseOnly />
|
153 | 154 | </Docs>
|
|
551 | 552 | </ReturnValue>
|
552 | 553 | <Parameters />
|
553 | 554 | <Docs>
|
554 |
| - <summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary> |
555 |
| - <returns>To be added.</returns> |
| 555 | + <summary>Gets the compiled assembly that is produced by the compilation step.</summary> |
| 556 | + <returns>The compiled assembly.</returns> |
556 | 557 | <remarks>To be added.</remarks>
|
557 | 558 | <forInternalUseOnly />
|
558 | 559 | </Docs>
|
|
606 | 607 | </ReturnValue>
|
607 | 608 | <Parameters />
|
608 | 609 | <Docs>
|
609 |
| - <summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary> |
610 |
| - <returns>To be added.</returns> |
| 610 | + <summary>Gets the global scope object.</summary> |
| 611 | + <returns>The global scope object.</returns> |
611 | 612 | <remarks>To be added.</remarks>
|
612 | 613 | <forInternalUseOnly />
|
613 | 614 | </Docs>
|
|
736 | 737 | </ReturnValue>
|
737 | 738 | <Parameters />
|
738 | 739 | <Docs>
|
739 |
| - <summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary> |
740 |
| - <returns>To be added.</returns> |
| 740 | + <summary>Gets the code module from the compiled assembly.</summary> |
| 741 | + <returns>The code module from the compiled assembly.</returns> |
741 | 742 | <remarks>To be added.</remarks>
|
742 | 743 | <forInternalUseOnly />
|
743 | 744 | </Docs>
|
|
840 | 841 | <Parameter Name="site" Type="Microsoft.JScript.Vsa.IJSVsaSite" Index="1" FrameworkAlternate="netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8" />
|
841 | 842 | </Parameters>
|
842 | 843 | <Docs>
|
843 |
| - <param name="rootMoniker">To be added.</param> |
844 |
| - <param name="site">To be added.</param> |
845 |
| - <summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary> |
| 844 | + <param name="rootMoniker">The root moniker of the script engine.</param> |
| 845 | + <param name="site">The host-implemented <see cref="T:Microsoft.JScript.Vsa.IJSVsaSite" /> object that is used by the script engine to communicate with the host.</param> |
| 846 | + <summary>Initializes the <see cref="T:Microsoft.JScript.Vsa.VsaEngine" />.</summary> |
846 | 847 | <remarks>To be added.</remarks>
|
| 848 | + <forInternalUseOnly /> |
847 | 849 | </Docs>
|
848 | 850 | </Member>
|
849 | 851 | <Member MemberName="InitVsaEngine">
|
|
870 | 872 | <Parameter Name="site" Type="Microsoft.Vsa.IVsaSite" Index="1" FrameworkAlternate="netframework-1.1;netframework-2.0;netframework-3.0;netframework-3.5" />
|
871 | 873 | </Parameters>
|
872 | 874 | <Docs>
|
873 |
| - <param name="rootMoniker">To be added.</param> |
874 |
| - <param name="site">To be added.</param> |
875 |
| - <summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
| 875 | + <param name="rootMoniker">The root moniker of the script engine.</param> |
| 876 | + <param name="site">The host-implemented <see cref="T:Microsoft.Vsa.IVsaSite" /> object that is used by the script engine to communicate with the host.</param> |
| 877 | + <summary>Initializes the <see cref="T:Microsoft.JScript.Vsa.VsaEngine" />.</summary> |
876 | 878 | <remarks>To be added.</remarks>
|
| 879 | + <forInternalUseOnly /> |
877 | 880 | </Docs>
|
878 | 881 | </Member>
|
879 | 882 | <Member MemberName="Interrupt">
|
|
1080 | 1083 | <Parameter Name="name" Type="System.String" />
|
1081 | 1084 | </Parameters>
|
1082 | 1085 | <Docs>
|
1083 |
| - <param name="name">To be added.</param> |
1084 |
| - <summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary> |
| 1086 | + <param name="name">The name of an added item that provides events.</param> |
| 1087 | + <summary>Specifies the name of an item that is marked as an event source, so that the <see cref="M:Microsoft.JScript.Vsa.VsaEngine.ConnectEvents" /> method can determine which events to connect.</summary> |
1085 | 1088 | <remarks>To be added.</remarks>
|
1086 | 1089 | <forInternalUseOnly />
|
1087 | 1090 | </Docs>
|
|
1182 | 1185 | <Parameter Name="domain" Type="System.AppDomain" />
|
1183 | 1186 | </Parameters>
|
1184 | 1187 | <Docs>
|
1185 |
| - <param name="domain">To be added.</param> |
1186 |
| - <summary>This class, member, or property is internal to the script engine and should not be called from your code.</summary> |
| 1188 | + <param name="domain">The application domain in which to run the compiled code.</param> |
| 1189 | + <summary>Runs the compiled code in the specified application domain.</summary> |
1187 | 1190 | <remarks>To be added.</remarks>
|
| 1191 | + <forInternalUseOnly /> |
1188 | 1192 | </Docs>
|
1189 | 1193 | </Member>
|
1190 | 1194 | <Member MemberName="RunEmpty">
|
|
0 commit comments