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

Definitie

Hiermee stelt u een assembly en foutopsporingsgegevens voor deze site in.

public:
 virtual void GetCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
public virtual void GetCompiledState(out byte[] pe, out byte[] debugInfo);
abstract member GetCompiledState : Byte[] * Byte[] -> unit
override this.GetCompiledState : Byte[] * Byte[] -> unit
Public Overridable Sub GetCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())

Parameters

pe
Byte[]

Een assembly die moet worden ingesteld.

debugInfo
Byte[]

Foutopsporingsgegevensobject dat moet worden ingesteld.

Implementeringen

Van toepassing op