Class ComponentAssemblyReferenceAdder
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
A utility class is used to add all references related to the specific component.
public static class ComponentAssemblyReferenceAdder
- Inheritance
-
ComponentAssemblyReferenceAdder
Properties
- DotNetCoreResolver
Gets an object used to resolve assembly references.
Methods
- TryAddComponentAssemblyReferences(Type, DesignerReferencedAssemblies)
Tries to find all component assemblies which are not present in the specified assembly list.
- TryAddComponentAssemblyReferences(Type, IEnumerable<string>, IEnumerable<string>)
Tries to find all component assemblies which are not present in the specified assembly list.
Events
- ResolveAssemblyName
Occurs when name of specific assembly is being resolved.