IVsaEngine.SaveCompiledState (Método)
Guarda el estado compilado del motor de scripts; también puede guardar información de depuración.
Espacio de nombres: Microsoft.Vsa
Ensamblado: Microsoft.Vsa (en Microsoft.Vsa.dll)
Sintaxis
'Declaración
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub SaveCompiledState ( _
<OutAttribute> ByRef pe As Byte(), _
<OutAttribute> ByRef pdb As Byte() _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void SaveCompiledState(
out byte[] pe,
out byte[] pdb
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void SaveCompiledState(
[OutAttribute] array<unsigned char>^% pe,
[OutAttribute] array<unsigned char>^% pdb
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract SaveCompiledState :
pe:byte[] byref *
pdb:byte[] byref -> unit
function SaveCompiledState(
pe : byte[],
pdb : byte[]
)
Parámetros
pe
Tipo: array<Byte[]%Estado compilado del motor de scripts.
pdb
Tipo: array<Byte[]%Especifica la información de depuración contenida en el archivo .PDB correspondiente al archivo portable ejecutable (PE).