IVsaEngine.RevokeCache-Methode
Macht die zwischengespeicherte Assembly für ein Skriptmodul ungültig, wie von seinem Stammmoniker angegeben.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
<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()