VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / CachedAnalyzer<TTarget,TValue> Class
Constructors Properties Methods SeeAlso
CachedAnalyzer<TTarget,TValue> Class Members
The following tables list the members exposed by CachedAnalyzer<TTarget,TValue>.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets the analyzer, which result must be cached.
Public PropertyGets a value indicating whether this processing command can modify target object. (Inherited from Analyzer<TTarget,TValue>)
Public PropertyGets a value indicating whether this processing command supports multithreading.
Public PropertyGets the name of processing command. (Inherited from Analyzer<TTarget,TValue>)
Public PropertyGets the method of result caching.
Public PropertyGets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>)
Public Methods
 NameDescription
Public MethodDetermines whether this processing command can be applied to the specified target.
Public MethodOverloaded. Create retargeted command with specified target type. (Inherited from ProcessingCommand<TTarget>)
Public MethodOverloaded. Executes processing command on the specified target.
Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
Public MethodAnalyzes the specified target. (Inherited from Analyzer<TTarget,TValue>)
See Also