مشاركة عبر


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

'إقرار
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub RevokeCache
'الاستخدام
Dim instance As IVsaEngine

instance.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

IVsaEngine Members

Microsoft.Vsa Namespace