IVsaEngine.SaveCompiledState(Byte[], Byte[]) Método
Definição
Salva o estado compilado do mecanismo de script; opcionalmente, também salva as informações de depuração.Saves the compiled state of the script engine; optionally, it also saves debugging information.
public:
void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pdb);
public void SaveCompiledState (out byte[] pe, out byte[] pdb);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
Public Sub SaveCompiledState (ByRef pe As Byte(), ByRef pdb As Byte())
Parâmetros
- pe
- Byte[]
O estado compilado do mecanismo de script.The compiled state of the script engine.
- pdb
- Byte[]
Especifica as informações de depuração contidas no arquivo .PDB correspondente ao PE (executável portátil).Specifies debugging information contained in the .PDB file corresponding to the PE (portable executable).