Class ComponentAssemblyReferenceAdder
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.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(IComponent, DesignerReferencedAssemblies)
Tries to find all component assemblies which are not present in the specified assembly list.
- TryAddComponentAssemblyReferences(IComponent, 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.