Class ReactiveObjectInterfaceWeaver
Weaves the implementation for IReactiveObject on an object.
Inheritance
System.Object
ReactiveObjectInterfaceWeaver
Implements
Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public class ReactiveObjectInterfaceWeaver : object, ISharedStateAssignmentILProcessorQueue
Constructors
| Improve this Doc View SourceReactiveObjectInterfaceWeaver(ModuleWeaver, WeavingContext)
Initializes a new instance of the ReactiveObjectInterfaceWeaver class.
Declaration
public ReactiveObjectInterfaceWeaver(ModuleWeaver parentWeaver, WeavingContext weavingContext)
Parameters
Type | Name | Description |
---|---|---|
ModuleWeaver | parentWeaver | The parent weaver. |
WeavingContext | weavingContext | The resolved types necessary by this weaver. |
Properties
| Improve this Doc View SourceSharedStateAssignmentQueue
Gets a Queue with delegates to be executed to emit the IL code on sharedStateAssignment.
Declaration
public Queue<SharedAssignmentQueueEntry> SharedStateAssignmentQueue { get; }
Property Value
Type | Description |
---|---|
Queue<SharedAssignmentQueueEntry> |