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

Definitie

Hiermee haalt u de gecompileerde status van een scriptengine op en eventueel gekoppelde foutopsporingsgegevens.

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

Parameters

pe
Byte[]

De gecompileerde status van de engine; een assembly in bytevorm.

debugInfo
Byte[]

De foutopsporingsinformatie voor de assembly of een null-verwijzing als deze informatie niet bestaat of niet beschikbaar is.

Van toepassing op