Method TryFindFormAssemblyResources
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.dll
TryFindFormAssemblyResources(string, string)
Detects all resources belonging to the assembly, containing the given file.
public static IEnumerable<DesignerAssemblyResources> TryFindFormAssemblyResources(string userCodeFileName, string designerFileNameSuffix = ".Designer")
Parameters
userCodeFileName
stringName of the file with user code.
designerFileNameSuffix
stringThe suffix of a file containing form designer code.
Returns
- IEnumerable<DesignerAssemblyResources>
List of the found DesignerAssemblyResources.