Show / Hide Table of Contents

Class ModuleWeaver

Orchestrates weaving of classes with Cortex.Net Observables, Actions and Reactions.

Inheritance
System.Object
ModuleWeaver
Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public class ModuleWeaver : BaseModuleWeaver

Methods

| Improve this Doc View Source

Execute()

Executes the ModuleWeaver.

Declaration
public override void Execute()
| Improve this Doc View Source

GetAssembliesForScanning()

Return a list of assembly names for scanning. Used as a list for Fody.ModuleWeaver.FindType.

Declaration
public override IEnumerable<string> GetAssembliesForScanning()
Returns
Type Description
IEnumerable<System.String>

All types in the references assembly.

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX