DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Windows/Microsoft.NET/Framework/v2.0.50727/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Windows/Microsoft.NET/Framework/v2.0.50727/en/Microsoft.Vsa.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Vsa</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Vsa.IVsaCodeItem">
      <summary>
                    Represents a code item to be compiled by the script engine.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaCodeItem.AddEventSource(System.String,System.String)">
      <summary>
                    Adds an event source to the code item. The code item uses the event source to hook up an event to the named event source by calling the IVsaSite.GetEventSourceInstance method, which is implemented by the host.
                </summary>
      <param name="eventSourceName">
                    A programmatic name of the event source.
                </param>
      <param name="eventSourceType">
                    The type name of the event source.
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaCodeItem.AppendSourceText(System.String)">
      <summary>
                    Appends specified text to the end of the code item.
                </summary>
      <param name="text">
                    The text to be appended to the code item.
                </param>
    </member>
    <member name="P:Microsoft.Vsa.IVsaCodeItem.CodeDOM">
      <summary>
                    Gets the code document object model (CodeDOM) represented in the code item.
                </summary>
      <returns>
                    Returns the CodeDOM for the code item.
                </returns>
    </member>
    <member name="M:Microsoft.Vsa.IVsaCodeItem.RemoveEventSource(System.String)">
      <summary>
                    Removes the specified event source from the code item.
                </summary>
      <param name="eventSourceName">
                    The programmatic name of the event source to be removed.
                </param>
    </member>
    <member name="P:Microsoft.Vsa.IVsaCodeItem.SourceText">
      <summary>
                    Sets or gets the text of a specified code item, including auto-generated code, if any.
                </summary>
      <returns>
                    Returns the source text of the code item.
                </returns>
    </member>
    <member name="T:Microsoft.Vsa.IVsaDTCodeItem">
      <summary>
                    This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaDTCodeItem.CanDelete">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaDTCodeItem.CanMove">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaDTCodeItem.CanRename">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaDTCodeItem.Hidden">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaDTCodeItem.ReadOnly">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.IVsaDTEngine">
      <summary>
                    This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaDTEngine.AttachDebugger(System.Boolean)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaDTEngine.GetIDE">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaDTEngine.InitCompleted">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaDTEngine.TargetURL">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.IVsaEngine">
      <summary>
                    Defines the methods and properties that a script engine must support and provides programmatic access to the script engine.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.Assembly">
      <summary>
                    Gets a reference to the running assembly generated by the <see cref="M:Microsoft.Vsa.IVsaEngine.Run" /> method.
                </summary>
      <returns>
                    Reference to the currently running assembly.
                </returns>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.Close">
      <summary>
                    Closes the script engine and releases all resources. If the script engine is currently running, the <see cref="M:Microsoft.Vsa.IVsaEngine.Reset" /> method is called first.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.Compile">
      <summary>
                    Causes the script engine to compile the existing source state.
                </summary>
      <returns>
                    Returns TRUE on successful compilation, indicating that the <see cref="M:Microsoft.Vsa.IVsaEngine.Run" /> method can be called on the newly compiled assembly. Returns FALSE if the compilation failed.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.Evidence">
      <summary>
                    Provides evidence for the purpose of validating the current object's identity.
                </summary>
      <returns>
                    Returns a reference to an Evidence object.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.GenerateDebugInfo">
      <summary>
                    Sets or gets a Boolean value that signifies whether the script engine produces debug information when the <see cref="M:Microsoft.Vsa.IVsaEngine.Compile" /> method is called.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.GetOption(System.String)">
      <summary>
                    Gets implementation-specific options for a script engine.
                </summary>
      <returns>
                    Returns the value of the option.
                </returns>
      <param name="name">
                    The name of the option to get.
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.InitNew">
      <summary>
                    Provides a notification that the initialization phase is complete and that the script engine is prepared for the addition of <see cref="T:Microsoft.Vsa.IVsaItem" /> objects.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.IsCompiled">
      <returns>
                    Returns TRUE if the script engine is set to produce debug information when the <see cref="M:Microsoft.Vsa.IVsaEngine.Compile" /> method is called. Returns FALSE if the script engine will return no debug information.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.IsDirty">
      <summary>
                    Gets a Boolean value that reports whether the script engine's source state has changed since the last save operation, or since the script engine was originally loaded.
                </summary>
      <returns>
                    Returns true if the script engine is marked as modified (i.e., "dirty"). Returns false if the script engine is not dirty. The default value for this property is false.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.IsRunning">
      <summary>
                    Gets a Boolean value that reports whether the script engine is currently in run mode.
                </summary>
      <returns>
                    Returns true if the script engine is running. Returns false if the script engine is not running. The default value for this property is false</returns>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.IsValidIdentifier(System.String)">
      <summary>
                    Checks whether the supplied identifier is valid for the script engine.
                </summary>
      <returns>
                    Returns true if the identifier is valid; otherwise, it returns false.
                </returns>
      <param name="identifier">
                    A string value provided as identifier.
                </param>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.Items">
      <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 <see cref="M:Microsoft.Vsa.IVsaItems.CreateItem" /> method, including code items, reference items, and global items.
                </summary>
      <returns>
                    Returns a <see cref="T:Microsoft.Vsa.IVsaItems" /> collection.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.Language">
      <summary>
                    Gets the nonlocalized name of the programming language supported by the script engine.
                </summary>
      <returns>
                    Returns the English-language name of the programming language supported by the script engine.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.LCID">
      <summary>
                    Gets or sets the geographical locale and language in which to report exception messages.
                </summary>
      <returns>
                    Returns an integer value representing the locale in which exception messages are to be reported.
                </returns>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.LoadSourceState(Microsoft.Vsa.IVsaPersistSite)">
      <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>
      <param name="site">
                    The site from which the specified source items is loaded.
                </param>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.Name">
      <summary>
                    Sets or gets the display name of the script engine that is used primarily for identifying individual script engines to users in a hosted environment.
                </summary>
      <returns>
                    Returns the value of the script engine's Name property, which may be the empty string.
                </returns>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.Reset">
      <summary>
                    Removes the script engine from the running state and disconnects automatically bound event handlers.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.RevokeCache">
      <summary>
                    Invalidates the cached assembly for a script engine, as specified by its root moniker.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.RootMoniker">
      <summary>
                    Sets or gets a script engine's root moniker.
                </summary>
      <returns>
                    Returns the current value of the RootMoniker property.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.RootNamespace">
      <summary>
                    Sets or gets the root namespace used by the script engine.
                </summary>
      <returns>
                    Returns the string value of the root namespace.
                </returns>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.Run">
      <summary>
                    Initiates execution of compiled code in the script engine and binds all event handlers.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.SaveCompiledState(System.Byte[]@,System.Byte[]@)">
      <summary>
                    Saves the compiled state of the script engine; optionally, it also saves debugging information.
                </summary>
      <param name="pe">
                    The compiled state of the script engine.
                </param>
      <param name="pdb">
                    Specifies debugging information contained in the .PDB file corresponding to the PE (portable executable).
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.SaveSourceState(Microsoft.Vsa.IVsaPersistSite)">
      <summary>
                    Directs the script engine to persist its source state to the specified <see cref="T:Microsoft.Vsa.IVsaPersistSite" /> object.
                </summary>
      <param name="site">
                    The site established by the <see cref="T:Microsoft.Vsa.IVsaPersistSite" /> interface to which source state is saved.
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaEngine.SetOption(System.String,System.Object)">
      <summary>
                    Sets implementation-specific options for a script engine.
                </summary>
      <param name="name">
                    The name of the option to set.
                </param>
      <param name="value">
                    The value for the option being set.
                </param>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.Site">
      <summary>
                    Sets or gets the host-implemented <see cref="T:Microsoft.Vsa.IVsaSite" /> object that is used by the script engine to communicate with the host.
                </summary>
      <returns>
                    Returns a reference to the current <see cref="T:Microsoft.Vsa.IVsaSite" /> object.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaEngine.Version">
      <summary>
                    Gets the current version of the language compiler supported by the script engine, in the form Major.Minor.Revision.Build.
                </summary>
      <returns>
                    String value of the current version, in the format Major.Minor.Revision.Build.
                </returns>
    </member>
    <member name="T:Microsoft.Vsa.IVsaError">
      <summary>
                    Provides access to compilation errors encountered during execution of the IVsaEngine.Compile Method method.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaError.Description">
      <summary>
                    Gets a brief description of the error, in some instances returning a reference to the token in the source code that is causing the error.
                </summary>
      <returns>
                    Returns a string literal description of the error.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaError.EndColumn">
      <summary>
                    Gets the ending column number for the source text that caused the error, if available.
                </summary>
      <returns>
                    Returns the ending column number for the source text that caused the error, if available.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaError.Line">
      <summary>
                    Gets the line number on which an error occurs.
                </summary>
      <returns>
                    Returns the line number on which the error has occurred.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaError.LineText">
      <summary>
                    Gets the text of the source code from the line that caused the error.
                </summary>
      <returns>
                    Returns the string literal source code from the line that caused the error.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaError.Number">
      <summary>
                    Gets a number that uniquely identifies the error.
                </summary>
      <returns>
                    Returns the number that uniquely identifies the error.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaError.Severity">
      <summary>
                    Sets the severity of the error.
                </summary>
      <returns>
                    Returns an integer (0-4) that represents the error severity.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaError.SourceItem">
      <summary>
                    Gets a reference to the <see cref="T:Microsoft.Vsa.IVsaItem" /> object that generated the error.
                </summary>
      <returns>
                    Returns a reference to the <see cref="T:Microsoft.Vsa.IVsaItem" /> object that generated the error.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaError.SourceMoniker">
      <summary>
                    Gets the fully qualified name of the source item that contained the error, in a format recognizable by the script engine.
                </summary>
      <returns>
                    Returns the fully qualified name of the source item that contained the error.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaError.StartColumn">
      <summary>
                    Gets the starting column number for the source text that caused the error, if available.
                </summary>
      <returns>
                    Returns the starting column number for the source text that caused the error, if available.
                </returns>
    </member>
    <member name="T:Microsoft.Vsa.IVsaGlobalItem">
      <summary>
                    Describes global objects added to the script engine.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaGlobalItem.ExposeMembers">
      <summary>
                    Sets a value indicating whether the members of the global object should be made available to the script engine. [Not presently supported.]
                </summary>
      <returns>
                    Returns TRUE if public members of the global object are available to the script engine without qualification, as if they are part of the global namespace. Returns FALSE if a member of the global object must be qualified with the object's name.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaGlobalItem.TypeString">
      <summary>
                    Gets or sets the type of the global item.
                </summary>
      <returns>
                    Returns the item type of the global item.
                </returns>
    </member>
    <member name="T:Microsoft.Vsa.IVsaIDE">
      <summary>
                    This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaIDE.DefaultSearchPath">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaIDE.EnableMainWindow(System.Boolean)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaIDE.ExtensibilityObject">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaIDE.IDEMode">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaIDE.ShowIDE(System.Boolean)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaIDE.Site">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.IVsaIDESite">
      <summary>
                    This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaIDESite.Notify(System.String,System.Object)">
      <summary>
                    This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.IVsaItem">
      <summary>
                    Defines an interface for all items added to the .NET script engine, including code items, reference items, and global items. It defines generic properties and methods that apply to all item types recognized by the engine.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaItem.GetOption(System.String)">
      <summary>
                    Gets implementation-specific options for a script engine.
                </summary>
      <returns>
                    Returns the value of the specified option.
                </returns>
      <param name="name">
                    The name of the option to retrieve.
                </param>
    </member>
    <member name="P:Microsoft.Vsa.IVsaItem.IsDirty">
      <summary>
                    Returns a value indicating whether the current in-memory representation of the item differs from the persisted representation.
                </summary>
      <returns>
                    Returns true if the item is dirty, and thus requires saving; returns false if the item is not dirty.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaItem.ItemType">
      <summary>
                    Gets the specified object's type, as determined by the IVsaItems.CreateItem Method method.
                </summary>
      <returns>
                    A type as enumerated by the <see cref="T:Microsoft.Vsa.VsaItemType" /> enumeration.
                </returns>
    </member>
    <member name="P:Microsoft.Vsa.IVsaItem.Name">
      <summary>
                    Sets or gets the name of the item.
                </summary>
      <returns>
                    Returns the string literal name of the item.
                </returns>
    </member>
    <member name="M:Microsoft.Vsa.IVsaItem.SetOption(System.String,System.Object)">
      <summary>
                    Sets implementation-specific options for a script engine.
                </summary>
      <param name="name">
                    The name of the option to set.
                </param>
      <param name="value">
                    A new value for the option.
                </param>
    </member>
    <member name="T:Microsoft.Vsa.IVsaItems">
      <summary>
                    Defines an interface for a collection of <see cref="T:Microsoft.Vsa.IVsaItem" /> objects, which can be addressed either by name or by index.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaItems.Count">
      <summary>
                    Gets the number of items in the specified collection.
                </summary>
      <returns>
                    Returns the integer value for the number of items in the collection.
                </returns>
    </member>
    <member name="M:Microsoft.Vsa.IVsaItems.CreateItem(System.String,Microsoft.Vsa.VsaItemType,Microsoft.Vsa.VsaItemFlag)">
      <summary>
                    Creates a new instance of one of the <see cref="T:Microsoft.Vsa.IVsaItem" /> types, as defined in the <see cref="T:Microsoft.Vsa.VsaItemType" /> enumeration.
                </summary>
      <returns>
                    Returns a reference to the <see cref="T:Microsoft.Vsa.IVsaItem" /> object created.
                </returns>
      <param name="name">
                    The name to associate with the new item. 
                
                    In cases where the item is a reference item type, the name parameter must be exactly the same as the name of the referenced assembly, as set with the <see cref="P:Microsoft.Vsa.IVsaReferenceItem.AssemblyName" /> property. In JScript, however, if you do not specify an AssemblyName, JScript will use the ItemName as the name of the assembly.
                </param>
      <param name="itemType">
                    The type of item created, as defined in the <see cref="T:Microsoft.Vsa.VsaItemType" /> enumeration.
                </param>
      <param name="itemFlag">
                    The optional flag to specify the initial content of a Code item. 
                </param>
    </member>
    <member name="P:Microsoft.Vsa.IVsaItems.Item(System.Int32)">
      <summary>
                    Gets an item from the collection by its index value.
                </summary>
      <returns>
                    Returns the item at the specified index.
                </returns>
      <param name="index">
                    A 0-based index of the retrievable items.
                </param>
    </member>
    <member name="P:Microsoft.Vsa.IVsaItems.Item(System.String)">
      <summary>
                    Gets an item from the collection by its name.
                </summary>
      <returns>
                    Returns the item specified by name.
                </returns>
      <param name="name">
                    The name of the item to retrieve from the collection. 
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaItems.Remove(System.Int32)">
      <summary>
                    Removes an item from the collection, as specified by its index value.
                </summary>
      <param name="index">
                    The index value of the item to be removed. 
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaItems.Remove(System.String)">
      <summary>
                    Removes an item from the collection, as specified by its name.
                </summary>
      <param name="name">
                    The name of the item to be removed from the collection.
                </param>
    </member>
    <member name="T:Microsoft.Vsa.IVsaPersistSite">
      <summary>
                    Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaPersistSite.LoadElement(System.String)">
      <summary>
                    Gets the source string previously saved using the <see cref="M:Microsoft.Vsa.IVsaPersistSite.SaveElement" /> method.
                </summary>
      <returns>
                    Returns the contents of the source-code element associated with the name parameter.
                </returns>
      <param name="name">
                    The name of the code item to be loaded. This can be a null reference when loading the Project file.
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaPersistSite.SaveElement(System.String,System.String)">
      <summary>
                    Saves an arbitrary source string with a given name parameter, which can then be used in a call to the <see cref="M:Microsoft.Vsa.IVsaPersistSite.LoadElement" /> method to reload the string.
                </summary>
      <param name="name">
                    A name to associate with the specified source item. This can be a null reference when saving the Project file.
                </param>
      <param name="source">
                    The source string for the item.
                </param>
    </member>
    <member name="T:Microsoft.Vsa.IVsaReferenceItem">
      <summary>
                    Describes a reference added to the script engine.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.IVsaReferenceItem.AssemblyName">
      <summary>
                    Gets or sets the name of the referenced assembly.
                </summary>
      <returns>
                    Returns the string literal name of the referenced assembly.
                </returns>
    </member>
    <member name="T:Microsoft.Vsa.IVsaSite">
      <summary>
                    Enables communication between the host and the script engine. This interface is implemented by the host.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.IVsaSite.GetCompiledState(System.Byte[]@,System.Byte[]@)">
      <summary>
                    Gets the compiled state of a script engine, and, optionally, associated debugging information.
                </summary>
      <param name="pe">
                    The compiled state of the engine; an assembly in byte form.
                </param>
      <param name="debugInfo">
                    The debugging information for the assembly, or a null reference if such information does not exist or is not available. 
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaSite.GetEventSourceInstance(System.String,System.String)">
      <summary>
                    Gets a reference to an event source previously added to a script engine using the <see cref="M:Microsoft.Vsa.IVsaCodeItem.AddEventSource" /> method.
                </summary>
      <returns>
                    Returns the event source to the engine.
                </returns>
      <param name="itemName">
                    The specified item name.
                </param>
      <param name="eventSourceName">
                    The specified event source name.
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaSite.GetGlobalInstance(System.String)">
      <summary>
                    Gets a reference to a global item, such as the host-provided application object.
                </summary>
      <returns>
                    Returns a reference to the global object.
                </returns>
      <param name="name">
                    Gets a reference to a global item, such as the host-provided application object.
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaSite.Notify(System.String,System.Object)">
      <summary>
                    Notifies the host about events generated by the .NET script engine.
                </summary>
      <param name="notify">
                    Notifies the host about events generated by the .NET script engine.
                </param>
      <param name="info">
                    Notifies the host about events generated by the .NET script engine.
                </param>
    </member>
    <member name="M:Microsoft.Vsa.IVsaSite.OnCompilerError(Microsoft.Vsa.IVsaError)">
      <summary>
                    Notifies the host about how to respond to compiler errors encountered by the script engine.
                </summary>
      <returns>
                    Returns TRUE if the compiler is directed to continue reporting further errors to the <see cref="T:Microsoft.Vsa.IVsaSite" /> object. Returns FALSE if the compiler is directed to stop reporting further errors to the IVsaSite object.
                </returns>
      <param name="error">
                    The <see cref="T:Microsoft.Vsa.IVsaError" /> object representing the offending error. 
                </param>
    </member>
    <member name="T:Microsoft.Vsa.VsaError">
      <summary>
                    Defines the set of exceptions that can be thrown by a .NET script engine.
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.AppDomainCannotBeSet">
      <summary>
                    Value: 0x80133000 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.AppDomainInvalid">
      <summary>
                    Value: 0x80133001 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ApplicationBaseCannotBeSet">
      <summary>
                    Value: 0x80133002 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ApplicationBaseInvalid">
      <summary>
                    Value: 0x80133003 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.AssemblyExpected">
      <summary>
                    Value: 0x80133004 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.AssemblyNameInvalid">
      <summary>
                    Value: 0x80133005 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.BadAssembly">
      <summary>
                    Value: 0x80133006 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.CachedAssemblyInvalid">
      <summary>
                    Value: 0x80133007 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.CallbackUnexpected">
      <summary>
                    Value: 0x80133008 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.CodeDOMNotAvailable">
      <summary>
                    Value: 0x80133009 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.CompiledStateNotFound">
      <summary>
                    Value: 0x8013300A 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.DebugInfoNotSupported">
      <summary>
                    Value: 0x8013300B 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ElementNameInvalid">
      <summary>
                    Value: 0x8013300C 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ElementNotFound">
      <summary>
                    Value: 0x8013300D 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineBusy">
      <summary>
                    Value: 0x8013300E 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineCannotClose">
      <summary>
                    Value: 0x8013300F 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineCannotReset">
      <summary>
                    Value: 0x80133010 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineClosed">
      <summary>
                    Value: 0x80133011 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineEmpty">
      <summary>
                    Value: 0x80133012 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineInitialized">
      <summary>
                    Value: 0x80133013 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineNameInUse">
      <summary>
                    Value: 0x80133014 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineNotCompiled">
      <summary>
                    Value: 0x80133015 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineNotInitialized">
      <summary>
                    Value: 0x80133016 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineNotRunning">
      <summary>
                    Value: 0x80133017 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineRunning">
      <summary>
                    Value: 0x80133018 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EventSourceInvalid">
      <summary>
                    Value: 0x80133019 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EventSourceNameInUse">
      <summary>
                    Value: 0x8013301A 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EventSourceNameInvalid">
      <summary>
                    Value: 0x8013301B 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EventSourceNotFound">
      <summary>
                    Value: 0x8013301C 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EventSourceTypeInvalid">
      <summary>
                    Value: 0x8013301D 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.GetCompiledStateFailed">
      <summary>
                    Value: 0x8013301E 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.GlobalInstanceInvalid">
      <summary>
                    Value: 0x8013301F 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.GlobalInstanceTypeInvalid">
      <summary>
                    Value: 0x80133020 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.InternalCompilerError">
      <summary>
                    Value: 0x80133021 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ItemCannotBeRemoved">
      <summary>
                    Value: 0x80133022 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ItemFlagNotSupported">
      <summary>
                    Value: 0x80133023 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ItemNameInUse">
      <summary>
                    Value: 0x80133024 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ItemNameInvalid">
      <summary>
                    Value: 0x80133025 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ItemNotFound">
      <summary>
                    Value: 0x80133026 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ItemTypeNotSupported">
      <summary>
                    Value: 0x80133027 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.LCIDNotSupported">
      <summary>
                    Value: 0x80133028 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.LoadElementFailed">
      <summary>
                    Value: 0x80133029 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.NotificationInvalid">
      <summary>
                    Value: 0x8013302A 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.OptionInvalid">
      <summary>
                    Value: 0x8013302B 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.OptionNotSupported">
      <summary>
                    Value: 0x8013302C 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.RevokeFailed">
      <summary>
                    Value: 0x8013302D 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.RootMonikerAlreadySet">
      <summary>
                    Value: 0x8013302E 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.RootMonikerInUse">
      <summary>
                    Value: 0x8013302F 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.RootMonikerInvalid">
      <summary>
                    Value: 0x80133030 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.RootMonikerNotSet">
      <summary>
                    Value: 0x80133031 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.RootMonikerProtocolInvalid">
      <summary>
                    Value: 0x80133032 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.RootNamespaceInvalid">
      <summary>
                    Value: 0x80133033 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.RootNamespaceNotSet">
      <summary>
                    Value: 0x80133034 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.SaveCompiledStateFailed">
      <summary>
                    Value: 0x80133035 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.SaveElementFailed">
      <summary>
                    Value: 0x80133036 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.SiteAlreadySet">
      <summary>
                    Value: 0x80133037 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.SiteInvalid">
      <summary>
                    Value: 0x80133038 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.SiteNotSet">
      <summary>
                    Value: 0x80133039 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.SourceItemNotAvailable">
      <summary>
                    Value: 0x8013303A 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.SourceMonikerNotAvailable">
      <summary>
                    Value: 0x8013303B 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.URLInvalid">
      <summary>
                    Value: 0x8013303C 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.BrowserNotExist">
      <summary>
                    Value: 0x8013303D 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.DebuggeeNotStarted">
      <summary>
                    Value: 0x8013303E 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineNameInvalid">
      <summary>
                    Value: 0x8013303F 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineNotExist">
      <summary>
                    Value: 0x80133040 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.FileFormatUnsupported">
      <summary>
                    Value: 0x80133041 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.FileTypeUnknown">
      <summary>
                    Value: 0x80133042 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ItemCannotBeRenamed">
      <summary>
                    Value: 0x80133043 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.MissingSource">
      <summary>
                    Value: 0x80133044 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.NotInitCompleted">
      <summary>
                    Value: 0x80133045 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.NameTooLong">
      <summary>
                    Value: 0x80133046 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ProcNameInUse">
      <summary>
                    Value: 0x80133047 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.ProcNameInvalid">
      <summary>
                    Value: 0x80133048 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.VsaServerDown">
      <summary>
                    Value: 0x80133049 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.MissingPdb">
      <summary>
                    Value: 0x8013304A 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.NotClientSideAndNoUrl">
      <summary>
                    Value: 0x8013304B 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.CannotAttachToWebServer">
      <summary>
                    Value: 0x8013304C 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.EngineNameNotSet">
      <summary>
                    Value: 0x8013303F 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaError.UnknownError">
      <summary>
                    Value: 0x801330FF 
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.VsaException">
      <summary>
                    This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaException.#ctor">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaException.#ctor(Microsoft.Vsa.VsaError)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaException.#ctor(Microsoft.Vsa.VsaError,System.String)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaException.#ctor(Microsoft.Vsa.VsaError,System.String,System.Exception)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaException.#ctor(System.String)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaException.#ctor(System.String,System.Exception)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaException.ErrorCode">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaException.ToString">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.VsaIDEMode">
      <summary>
                    This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaIDEMode.Break">
      <summary>
                    Break mode - debugger is attached and in break mode.
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaIDEMode.Design">
      <summary>
                    Design mode - debugger is not attached.
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaIDEMode.Run">
      <summary>
                    Run mode - debugger is attached.
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.VsaItemFlag">
      <summary>
                    Identifies the type of code item as Class, Module, or None.
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaItemFlag.None">
      <summary>
                    Value: 0 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaItemFlag.Module">
      <summary>
                    Value: 1 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaItemFlag.Class">
      <summary>
                    Value: 2 
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.VsaItemType">
      <summary>
                    Identifies the item type as Code, Reference, or AppGlobal.
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaItemType.Reference">
      <summary>
                    Value: 0 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaItemType.AppGlobal">
      <summary>
                    Value: 1 
                </summary>
    </member>
    <member name="F:Microsoft.Vsa.VsaItemType.Code">
      <summary>
                    Value: 2 
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.VsaLoader">
      <summary>
                    This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.#ctor">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.Assembly">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.Close">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.Compile">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.Evidence">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.GenerateDebugInfo">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.GetOption(System.String)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.InitNew">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.IsCompiled">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.IsDirty">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.IsRunning">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.IsValidIdentifier(System.String)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.Items">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.Language">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.LCID">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.LoadSourceState(Microsoft.Vsa.IVsaPersistSite)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.Name">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.Reset">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.RevokeCache">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.RootMoniker">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.RootNamespace">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.Run">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.SaveCompiledState(System.Byte[]@,System.Byte[]@)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.SaveSourceState(Microsoft.Vsa.IVsaPersistSite)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaLoader.SetOption(System.String,System.Object)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.Site">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaLoader.Version">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="T:Microsoft.Vsa.VsaModule">
      <summary>
                    This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="M:Microsoft.Vsa.VsaModule.#ctor(System.Boolean)">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
    <member name="P:Microsoft.Vsa.VsaModule.IsVsaModule">
      <summary>
                    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
                </summary>
    </member>
  </members>
</doc>

Anon7 - 2022
AnonSec Team