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

Definition

Hämtar kompilerad status för en skriptmotor och, om du vill, associerad felsökningsinformation.

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

Parametrar

pe
Byte[]

Motorns kompilerade tillstånd; en sammansättning i byteformat.

debugInfo
Byte[]

Felsökningsinformationen för sammansättningen eller en null-referens om sådan information inte finns eller inte är tillgänglig.

Gäller för