Describes information about a plugin whose metadata has been cached.

Namespace:  Gallio.Runtime.Extensibility.Schema
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public sealed class CachePluginInfo : IValidatable
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class CachePluginInfo _
	Implements IValidatable

Remarks

This type supports the framework and is not intended to be used by client code.

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Extensibility.Schema..::.CachePluginInfo

See Also