Share via


IVsaEngine.RevokeCache 方法

依照根 Moniker 所指定,使指令碼引擎的快取組件失效。

命名空間:  Microsoft.Vsa
組件:  Microsoft.Vsa (在 Microsoft.Vsa.dll 中)

語法

'宣告
<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()

請參閱

參考

IVsaEngine 介面

Microsoft.Vsa 命名空間