Class DependencyResolver
Resolves type dependencies for custom attributes.
Namespace: Evergine.Framework.Dependencies
Assembly: Evergine.Framework.dll
Syntax
public static class DependencyResolver
Methods
ResolveDependencies(DependencyObject)
Resolves the dependencies needed for this instance to work.
Declaration
public static bool ResolveDependencies(DependencyObject instance)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | instance | The component. |
Returns
| Type | Description |
|---|---|
| bool | Whether all dependencies have been established. |