Class DependencyCheck
  
  
  
    Inheritance
    
    DependencyCheck
   
  
  Assembly: WeaverCore.Editor.dll
  Syntax
  
    public abstract class DependencyCheck
   
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  ActionName
  
  
  Declaration
  
    public virtual string ActionName { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Priority
  
  
  Declaration
  
    public virtual int Priority { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  StartCheck(Action<DependencyCheckResult>)
  Starts doing the dependency check. Be sure to call finishCheck delegate to finish the check
 
  
  Declaration
  
    public abstract void StartCheck(Action<DependencyCheck.DependencyCheckResult> finishCheck)
   
  Parameters
  
  Extension Methods