IJSVsaSite.GetCompiledState(Byte[], Byte[]) 方法

定义

获取脚本引擎的已编译状态和关联的调试信息(可选)。

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

参数

pe
Byte[]

引擎的已编译状态;字节格式的程序集。

debugInfo
Byte[]

程序集的调试信息;如果此类信息不存在或不可用,则为空引用。

适用于