다음을 통해 공유


IJSVsaSite.GetCompiledState(Byte[], Byte[]) 메서드

정의

스크립트 엔진의 컴파일된 상태를 가져오고, 연결된 디버깅 정보를 선택적으로 가져옵니다.

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

매개 변수

pe
Byte[]

엔진의 컴파일된 상태로서 바이트 형식의 어셈블리입니다.

debugInfo
Byte[]

어셈블리에 대한 디버깅 정보입니다. 그런 정보가 없거나 사용할 수 없는 경우에는 null 참조입니다.

적용 대상