Freigeben über


IJSVsaSite.GetCompiledState(Byte[], Byte[]) Methode

Definition

Ruft den kompilierten Zustand einer Skript-Engine ab, und ruft optional zugeordnete Debuginformationen ab.

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())

Parameter

pe
Byte[]

Der kompilierte Zustand der Engine, eine Assembly in Byteform.

debugInfo
Byte[]

Die Debuginformationen für die Assembly oder ein NULL-Verweis, falls diese Informationen nicht vorhanden oder nicht verfügbar sind.

Gilt für