VsaEngineClass.RevokeCache 方法
定义
为脚本引擎将缓存程序集无效化,由其根名字对象指定。Invalidates the cached assembly for a script engine, as specified by its root moniker.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual void RevokeCache() = Microsoft::Vsa::IVsaEngine::RevokeCache;
public virtual void RevokeCache ();
abstract member RevokeCache : unit -> unit
override this.RevokeCache : unit -> unit
Public Overridable Sub RevokeCache ()