AssemblyCacheMonitor Class

Monitors the state of the assembly cache.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating (in Microsoft.VisualStudio.TextTemplating.dll)

Syntax

'宣言
Public NotInheritable Class AssemblyCacheMonitor _
    Inherits MarshalByRefObject
'使用
Dim instance As AssemblyCacheMonitor
public sealed class AssemblyCacheMonitor : MarshalByRefObject
public ref class AssemblyCacheMonitor sealed : public MarshalByRefObject
public final class AssemblyCacheMonitor extends MarshalByRefObject

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.VisualStudio.TextTemplating.AssemblyCacheMonitor

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AssemblyCacheMonitor Members

Microsoft.VisualStudio.TextTemplating Namespace