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[]

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

适用于