VsaLoader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public ref class VsaLoader sealed : Microsoft::Vsa::IVsaEngine
public sealed class VsaLoader : Microsoft.Vsa.IVsaEngine
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.Guid("37e0fbbb-865f-339d-acf9-fd66f9a2867e")]
public sealed class VsaLoader : Microsoft.Vsa.IVsaEngine
type VsaLoader = class
interface IVsaEngine
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.Guid("37e0fbbb-865f-339d-acf9-fd66f9a2867e")>]
type VsaLoader = class
interface IVsaEngine
Public NotInheritable Class VsaLoader
Implements IVsaEngine
- Inheritance
-
VsaLoader
- Attributes
- Implements
Constructors
VsaLoader() |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Properties
Assembly |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Evidence |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
GenerateDebugInfo |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IsCompiled |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IsDirty |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IsRunning |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Items |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Language |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
LCID |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Name |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
RootMoniker |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
RootNamespace |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Site |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Version |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Methods
Close() |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Compile() |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetOption(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets implementation-specific options. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
InitNew() |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IsValidIdentifier(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Checks whether the supplied identifier is valid. |
LoadSourceState(IVsaPersistSite) |
This API supports the product infrastructure and is not intended to be used directly from your code. Directs the script engine to load source items from their point of persistence, as specified by the VsaLoader object. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Reset() |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
RevokeCache() |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Run() |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
SaveCompiledState(Byte[], Byte[]) |
This API supports the product infrastructure and is not intended to be used directly from your code. Saves the compiled state of the script engine; optionally, it also saves debugging information. |
SaveSourceState(IVsaPersistSite) |
This API supports the product infrastructure and is not intended to be used directly from your code. Directs the script engine to persist its source state to the specified VsaLoader object. |
SetOption(String, Object) |
This API supports the product infrastructure and is not intended to be used directly from your code. Sets implementation-specific options. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |