VsaEngineClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  Microsoft_VsaVb.VsaEngineClass

Namespace:  Microsoft_VsaVb
Assembly:  Microsoft_VsaVb (in Microsoft_VsaVb.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("A138CF39-2CAE-42C2-ADB3-022658D79F2F")> _
Public Class VsaEngineClass _
    Implements IVsaEngine, VsaEngine
[ClassInterfaceAttribute()]
[GuidAttribute("A138CF39-2CAE-42C2-ADB3-022658D79F2F")]
public class VsaEngineClass : IVsaEngine, 
    VsaEngine
[ClassInterfaceAttribute()]
[GuidAttribute(L"A138CF39-2CAE-42C2-ADB3-022658D79F2F")]
public ref class VsaEngineClass : IVsaEngine, 
    VsaEngine
[<ClassInterfaceAttribute()>]
[<GuidAttribute("A138CF39-2CAE-42C2-ADB3-022658D79F2F")>]
type VsaEngineClass =  
    class 
        interface IVsaEngine 
        interface VsaEngine 
    end
public class VsaEngineClass implements IVsaEngine, VsaEngine

The VsaEngineClass type exposes the following members.

Constructors

  Name Description
Public method VsaEngineClass Infrastructure.

Top

Properties

  Name Description
Public property Assembly Infrastructure.
Public property Evidence Infrastructure.
Public property GenerateDebugInfo Infrastructure.
Public property IsCompiled Infrastructure.
Public property IsDirty Infrastructure.
Public property IsRunning Infrastructure.
Public property Items Infrastructure.
Public property Language Infrastructure.
Public property LCID Infrastructure.
Public property Name Infrastructure.
Public property RootMoniker Infrastructure.
Public property RootNamespace Infrastructure.
Public property Site Infrastructure.
Public property Version Infrastructure.

Top

Methods

  Name Description
Public method Close Infrastructure.
Public method Compile Infrastructure.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetOption Infrastructure.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InitNew Infrastructure.
Public method IsValidIdentifier Infrastructure.
Public method LoadSourceState Infrastructure.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Reset Infrastructure.
Public method RevokeCache Infrastructure.
Public method Run Infrastructure.
Public method SaveCompiledState Infrastructure.
Public method SaveSourceState Infrastructure.
Public method SetOption Infrastructure.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft_VsaVb Namespace