Share via


IVsaEngine.SaveCompiledState メソッド

スクリプト エンジンのコンパイルされた状態を保存します。オプションで、デバッグ情報も保存します。

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

構文

'宣言
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub SaveCompiledState ( _
    <OutAttribute> ByRef pe As Byte(), _
    <OutAttribute> ByRef pdb As Byte() _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void SaveCompiledState(
    out byte[] pe,
    out byte[] pdb
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void SaveCompiledState(
    [OutAttribute] array<unsigned char>^% pe, 
    [OutAttribute] array<unsigned char>^% pdb
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract SaveCompiledState : 
        pe:byte[] byref * 
        pdb:byte[] byref -> unit
function SaveCompiledState(
    pe : byte[], 
    pdb : byte[]
)

パラメーター

  • pe
    型 : array<Byte[]%

    スクリプト エンジンのコンパイルされた状態。

  • pdb
    型 : array<Byte[]%

    PE (移植可能な実行可能ファイル) に対応する .PDB ファイルに格納されたデバッグ情報を指定します。

参照

関連項目

IVsaEngine インターフェイス

Microsoft.Vsa 名前空間