ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Classes | Public Member Functions | List of all members
ImageResizer.Configuration.Plugins.NativeDependencyManager Class Reference

Provides automatic download of native dependencies (which VS doesn't see). Gets the correct bitness as well - very nice if you're changing app pool bitness and forgot to change binaries. More...

Inheritance diagram for ImageResizer.Configuration.Plugins.NativeDependencyManager:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Configuration.Plugins.NativeDependencyManager:
Collaboration graph
[legend]

Public Member Functions

void EnsureLoaded (Assembly a)
 
void EnsureLoaded (Node manifest, string assemblyName, Stopwatch sw=null)
 
- Public Member Functions inherited from ImageResizer.Configuration.Issues.IssueSink
 IssueSink (string defaultSource)
 
virtual IEnumerable< IIssueGetIssues ()
 Returns a copy of the list of reported issues. More...
 
virtual void AcceptIssue (IIssue i)
 Adds the specified issue to the list unless it is an exact duplicate of another instance. More...
 

Additional Inherited Members

- Protected Attributes inherited from ImageResizer.Configuration.Issues.IssueSink
string defaultSource = null
 

Detailed Description

Provides automatic download of native dependencies (which VS doesn't see). Gets the correct bitness as well - very nice if you're changing app pool bitness and forgot to change binaries.

Definition at line 19 of file NativeDependencyManager.cs.


The documentation for this class was generated from the following file: