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[]
組件的偵錯資訊,如果這類資訊不存在或無法使用,則為 Null 參考。