Class BlazorObserverWeaver
Weaver for Blazor components decorated with the ObserverAttribute class.
Inheritance
System.Object
BlazorObserverWeaver
Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public class BlazorObserverWeaver : object
Constructors
| Improve this Doc View SourceBlazorObserverWeaver(ModuleWeaver, ISharedStateAssignmentILProcessorQueue, BlazorWeavingContext)
Initializes a new instance of the BlazorObserverWeaver class.
Declaration
public BlazorObserverWeaver(ModuleWeaver parentWeaver, ISharedStateAssignmentILProcessorQueue processorQueue, BlazorWeavingContext weavingContext)
Parameters
Type | Name | Description |
---|---|---|
ModuleWeaver | parentWeaver | The parent weaver of this weaver. |
ISharedStateAssignmentILProcessorQueue | processorQueue | The processor queue to add delegates to, to be executed on ISharedState property assignment. |
BlazorWeavingContext | weavingContext | The resolved types necessary by this weaver. |