IVsaSite.GetCompiledState(Byte[], Byte[]) Yöntem

Tanım

Betik altyapısının derlenmiş durumunu ve isteğe bağlı olarak ilişkili hata ayıklama bilgilerini alır.

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

Parametreler

pe
Byte[]

Altyapının derlenmiş durumu; bayt biçiminde bir bütünleştirilmiş kod.

debugInfo
Byte[]

Derleme için hata ayıklama bilgileri veya bu tür bilgiler yoksa veya kullanılamıyorsa null başvuru.

Şunlara uygulanır