Freigeben über


IVsaSite.GetCompiledState-Methode

Ruft den kompilierten Zustand eines Skriptmoduls ab, und ruft optional zugeordnete Debuginformationen ab.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
<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[]
)

Parameter

  • pe
    Typ: array<Byte[]%

    Der kompilierte Zustand des Moduls, eine Assembly in Byteform.

  • debugInfo
    Typ: array<Byte[]%

    Die Debuginformationen für die Assembly oder ein NULL-Verweis, falls diese Informationen nicht vorhanden oder nicht verfügbar sind.

Siehe auch

Referenz

IVsaSite Schnittstelle

Microsoft.Vsa-Namespace