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 命名空间