|
431 | 431 | <Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
|
432 | 432 | </Parameters>
|
433 | 433 | <Docs>
|
434 |
| - <param name="Site">To be added.</param> |
435 |
| - <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
| 434 | + <param name="Site">The site from which the specified source items are loaded.</param> |
| 435 | + <summary>Directs the script engine to load source items from their point of persistence, as specified by the <see cref="T:Microsoft.Vsa.VsaLoader" /> object.</summary> |
436 | 436 | <remarks>To be added.</remarks>
|
| 437 | + <forInternalUseOnly /> |
437 | 438 | </Docs>
|
438 | 439 | </Member>
|
439 | 440 | <Member MemberName="Name">
|
|
610 | 611 | <Parameter Name="PDB" Type="System.Byte[]" RefType="out" />
|
611 | 612 | </Parameters>
|
612 | 613 | <Docs>
|
613 |
| - <param name="PE">To be added.</param> |
614 |
| - <param name="PDB">To be added.</param> |
615 |
| - <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
| 614 | + <param name="PE">The compiled state of the script engine.</param> |
| 615 | + <param name="PDB">Debugging information contained in the .PDB file corresponding to the PE (portable executable).</param> |
| 616 | + <summary>Saves the compiled state of the script engine; optionally, it also saves debugging information.</summary> |
616 | 617 | <remarks>To be added.</remarks>
|
| 618 | + <forInternalUseOnly /> |
617 | 619 | </Docs>
|
618 | 620 | </Member>
|
619 | 621 | <Member MemberName="SaveSourceState">
|
|
639 | 641 | <Parameter Name="Site" Type="Microsoft.Vsa.IVsaPersistSite" />
|
640 | 642 | </Parameters>
|
641 | 643 | <Docs>
|
642 |
| - <param name="Site">To be added.</param> |
643 |
| - <summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
| 644 | + <param name="Site">The site established by the <see cref="T:Microsoft.Vsa.VsaLoader" /> object to which source state is saved.</param> |
| 645 | + <summary>Directs the script engine to persist its source state to the specified <see cref="T:Microsoft.Vsa.VsaLoader" /> object.</summary> |
644 | 646 | <remarks>To be added.</remarks>
|
| 647 | + <forInternalUseOnly /> |
645 | 648 | </Docs>
|
646 | 649 | </Member>
|
647 | 650 | <Member MemberName="SetOption">
|
|
0 commit comments