BaseVsaSite.GetCompiledState(Byte[], Byte[]) 方法

定义

为此站点设置程序集和调试信息。

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

参数

pe
Byte[]

要设置的程序集。

debugInfo
Byte[]

要设置的调试信息对象。

实现

适用于