Constructor FormDesignerLoader
- Namespace
 - Alternet.FormDesigner.WinForms
 
- Assembly
 - Alternet.FormDesigner.v10.dll
 
FormDesignerLoader(IServiceContainer, DesignerReferencedAssemblies, DesignerImportedNamespaces, IEnumerable<DesignerAssemblyResources>, OpenStreamForReadingDelegate, OpenStreamDelegate, Action, Language, string, string, IDesignedComponentAssemblyProvider)
Initializes a new instance of the FormDesignerLoader class with specified settings.
public FormDesignerLoader(IServiceContainer serviceContainer, DesignerReferencedAssemblies referencedAssemblies, DesignerImportedNamespaces importedNamespaces, IEnumerable<DesignerAssemblyResources> assemblyResources, OpenStreamForReadingDelegate openUserCodeStreamFunc, OpenStreamDelegate openDesignerCodeStreamFunc, Action reloadFunc, Language language, string userCodeFileName, string designerCodeFileName, IDesignedComponentAssemblyProvider designedComponentAssembly)
Parameters
serviceContainerIServiceContainerSystem.ComponentModel.Design.IServiceContainerassociated with this new instance.referencedAssembliesDesignerReferencedAssembliesCollection of assemblies that can be referenced in the form designer's content.
importedNamespacesDesignerImportedNamespacesCollection of namespaces for the designer control.
assemblyResourcesIEnumerable<DesignerAssemblyResources>Collection of assembly resources for the designer control.
openUserCodeStreamFuncOpenStreamForReadingDelegateMethod that will handle opening user-defined code.
openDesignerCodeStreamFuncOpenStreamDelegateMethod that will handle opening form designer-generated code.
reloadFuncActionAction used to force reload designer content.
languageLanguageName of language to which the given code belongs.
userCodeFileNamestringName of file contains user-defined code.
designerCodeFileNamestringName of file contains designer-generated code.
designedComponentAssemblyIDesignedComponentAssemblyProviderIDesignedComponentAssemblyProviderused to retrieve data from specified assembly.