Show / Hide Table of Contents

Class DependencyCheck

Inheritance
object
DependencyCheck
Namespace: WeaverCore.Editor
Assembly: WeaverCore.Editor.dll
Syntax
public abstract class DependencyCheck

Properties

| Edit this page View Source

ActionName

Declaration
public virtual string ActionName { get; }
Property Value
Type Description
string
| Edit this page View Source

Priority

Declaration
public virtual int Priority { get; }
Property Value
Type Description
int

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
Type Name Description
Action<DependencyCheck.DependencyCheckResult> finishCheck

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾