Show / Hide Table of Contents

Class BlazorWeavingContext

Context class for Weaving.

Inheritance
System.Object
WeavingContext
BlazorWeavingContext
Inherited Members
WeavingContext.CortexNetISharedState
WeavingContext.CortexNetSharedState
WeavingContext.CortexNetApiActionAttribute
WeavingContext.CortexNetIReactiveObject
WeavingContext.CortexNetApiActionExtensions
WeavingContext.CortexNetApiComputedAttribute
WeavingContext.CortexNetTypesDeepEnhancer
WeavingContext.CortexNetTypesObservableObject
WeavingContext.CortexNetComputedValueOptions
WeavingContext.CortexNetTypesObservableCollection
WeavingContext.CortexNetTypesObservableSet
WeavingContext.CortexNetTypesObservableDictionary
WeavingContext.CortexNetApiObservableAttribute
WeavingContext.CortexNetCoreActionExtensions
WeavingContext.CortexNetCoreActionRunInfo
WeavingContext.MicrosoftAspNetCoreComponentsInjectAttribute
WeavingContext.SystemRuntimeCompilerServicesCompilerGeneratedAttribute
WeavingContext.SystemDiagnosticsDebuggerBrowsableAttribute
WeavingContext.SystemObject
WeavingContext.SystemAction
WeavingContext.SystemFunc
WeavingContext.SystemThreadingTasksTask
WeavingContext.SystemRuntimeCompilerServicesAsyncStateMachineAttribute
WeavingContext.TryResolveFromReference(ModuleWeaver, String, String, Boolean)
WeavingContext.TryResolveFromScannedAssemblies(ModuleWeaver, String)
Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public class BlazorWeavingContext : WeavingContext

Constructors

| Improve this Doc View Source

BlazorWeavingContext(ModuleWeaver)

Initializes a new instance of the BlazorWeavingContext class.

Declaration
public BlazorWeavingContext(ModuleWeaver moduleWeaver)
Parameters
Type Name Description
ModuleWeaver moduleWeaver

Moduleweaver to use.

Properties

| Improve this Doc View Source

CortexNetBlazorObserverAttribute

Gets type reference to Cortex.Net.Blazor.ObserverAttribute.

Declaration
public TypeReference CortexNetBlazorObserverAttribute { get; }
Property Value
Type Description
TypeReference
| Improve this Doc View Source

CortexNetBlazorObserverObject

Gets type reference to Cortex.Net.Blazor.ObserverObject.

Declaration
public TypeReference CortexNetBlazorObserverObject { get; }
Property Value
Type Description
TypeReference
| Improve this Doc View Source

MicrosoftAspNetCoreComponentsGenericRenderFragment

Gets type reference to Microsoft.AspNetCore.Components.RenderFragment`1.

Declaration
public TypeReference MicrosoftAspNetCoreComponentsGenericRenderFragment { get; }
Property Value
Type Description
TypeReference
| Improve this Doc View Source

MicrosoftAspNetCoreComponentsRenderFragment

Gets type reference to Microsoft.AspNetCore.Components.RenderFragment.

Declaration
public TypeReference MicrosoftAspNetCoreComponentsRenderFragment { get; }
Property Value
Type Description
TypeReference

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