IJSVsaSite.GetCompiledState(Byte[], Byte[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取脚本引擎的已编译状态和关联的调试信息(可选)。
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[]
程序集的调试信息;如果此类信息不存在或不可用,则为空引用。