IVsaSite.GetCompiledState, méthode

Obtient l'état compilé d'un moteur de script et, éventuellement, les informations de débogage associées.

Espace de noms :  Microsoft.Vsa
Assembly :  Microsoft.Vsa (dans Microsoft.Vsa.dll)

Syntaxe

'Déclaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub GetCompiledState ( _
    <OutAttribute> ByRef pe As Byte(), _
    <OutAttribute> ByRef debugInfo As Byte() _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void GetCompiledState(
    out byte[] pe,
    out byte[] debugInfo
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void GetCompiledState(
    [OutAttribute] array<unsigned char>^% pe, 
    [OutAttribute] array<unsigned char>^% debugInfo
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract GetCompiledState : 
        pe:byte[] byref * 
        debugInfo:byte[] byref -> unit
function GetCompiledState(
    pe : byte[], 
    debugInfo : byte[]
)

Paramètres

  • pe
    Type : array<Byte[]%

    État compilé du moteur ; assembly sous forme d'octets.

  • debugInfo
    Type : array<Byte[]%

    Informations de débogage de l'assembly, ou référence null si ces informations n'existent pas ou ne sont pas disponibles.

Voir aussi

Référence

IVsaSite Interface

Microsoft.Vsa, espace de noms