IVsaEngine.RevokeCache Method

Invalidates the cached assembly for a script engine, as specified by its root moniker.

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()

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace