Table of Contents

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 string

Name of the file with user code.

designerFileNameSuffix string

The suffix of a file containing form designer code.

Returns

IEnumerable<DesignerAssemblyResources>

List of the found DesignerAssemblyResources.