次の方法で共有


VsaEngine クラス

メモ: この API は、互換性のために残されています。

継承階層

Object
  Microsoft.VisualBasic.Vsa.VsaEngine

名前空間:  Microsoft.VisualBasic.Vsa
アセンブリ:  Microsoft.VisualBasic.Vsa (Microsoft.VisualBasic.Vsa.dll 内)

構文

'宣言
<ObsoleteAttribute("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.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class VsaEngine _
    Implements IVsaEngine
[ObsoleteAttribute("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.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VsaEngine : IVsaEngine
[ObsoleteAttribute(L"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.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaEngine : IVsaEngine
[<ObsoleteAttribute("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.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaEngine =  
    class 
        interface IVsaEngine 
    end
public class VsaEngine implements IVsaEngine

VsaEngine 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前 説明
パブリック メソッド VsaEngine

このページのトップへ

プロパティ

  名前 説明
パブリック プロパティ Assembly
パブリック プロパティ Evidence
パブリック プロパティ GenerateDebugInfo
パブリック プロパティ IsCompiled
パブリック プロパティ IsDirty
パブリック プロパティ IsRunning
パブリック プロパティ Items
パブリック プロパティ Language
パブリック プロパティ LCID
パブリック プロパティ Name
パブリック プロパティ RootMoniker
パブリック プロパティ RootNamespace
パブリック プロパティ Site
パブリック プロパティ Version

このページのトップへ

メソッド

  名前 説明
プロテクト メソッド CheckEngine
パブリック メソッド Close
パブリック メソッド Compile
プロテクト メソッド CreateEngine
プロテクト メソッド Dispose
パブリック メソッド Equals 指定したオブジェクトが、現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。)
プロテクト メソッド Finalize (Object.Finalize をオーバーライドします。)
パブリック メソッド静的メンバー GetExceptionToThrow
パブリック メソッド GetHashCode 既定のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetOption
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド InitNew
パブリック メソッド IsValidIdentifier
パブリック メソッド LoadSourceState
プロテクト メソッド MemberwiseClone Object の簡易コピーを作成します。 (Object から継承されます。)
パブリック メソッド Reset
パブリック メソッド RevokeCache
パブリック メソッド Run
パブリック メソッド SaveCompiledState
パブリック メソッド SaveSourceState
パブリック メソッド SetOption
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

フィールド

  名前 説明
プロテクト フィールド _baseEngine
プロテクト フィールド _engineClosed
プロテクト フィールド m_Items

このページのトップへ

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

関連項目

Microsoft.VisualBasic.Vsa 名前空間