다음을 통해 공유


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[]

설정할 디버그 정보 개체입니다.

구현

적용 대상