Class DesignedComponentAssemblyFileProvider
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.dll
A utitity class is used to retrieve data from specified assembly.
public class DesignedComponentAssemblyFileProvider : IDesignedComponentAssemblyProvider
- Inheritance
-
DesignedComponentAssemblyFileProvider
- Implements
Properties
- AssemblyFilePath
Gets or sets a path of the file assembly.
Methods
- NotifyAssemblyChanged()
Notifies that assembly was changed and raises AssemblyChanged event.
- TryGetAssemblyBytes(out byte[])
Retrieves assembly content into the byte array.
Events
- AssemblyChanged
Occurs when assembly was changed.