BaseVsaEngine.SaveCompiledState(Byte[], Byte[]) 方法

定义

保存引擎的编译状态;它还可选择保存调试信息。

public:
 virtual void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
public virtual void SaveCompiledState (out byte[] pe, out byte[] debugInfo);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Overridable Sub SaveCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())

参数

pe
Byte[]

脚本引擎的编译状态。

debugInfo
Byte[]

指定与 PE(可移植可执行文件)对应的 .PDB 文件中包含的调试信息。

实现

适用于