Class DependencyResolver
Resolve types dependencies for custom attributes.
Inherited Members
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 | If all dependencies has been established. |