Share via


Metodo IVsaEngine.RevokeCache

Invalida l'assembly presente nella cache per il modulo di gestione di script, come specificato dal relativo moniker di primo livello.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub RevokeCache
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void RevokeCache()
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void RevokeCache()
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract RevokeCache : unit -> unit
function RevokeCache()

Vedere anche

Riferimenti

IVsaEngine Interfaccia

Spazio dei nomi Microsoft.Vsa