Show / Hide Table of Contents

Class SharedAssignmentQueueEntry

An entry in the Shared Assignment Queue.

Inheritance
System.Object
SharedAssignmentQueueEntry
Namespace: Cortex.Net.Fody
Assembly: Cortex.Net.Fody.dll
Syntax
public class SharedAssignmentQueueEntry : object

Properties

| Improve this Doc View Source

AddInjectAttribute

Gets or sets a value indicating whether to add InjectAttribute.

Declaration
public bool AddInjectAttribute { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ProcessorAction

Gets or sets the processor action.

Declaration
public Action<ILProcessor, FieldReference> ProcessorAction { get; set; }
Property Value
Type Description
Action<ILProcessor, FieldReference>
| Improve this Doc View Source

ReactiveObjectTypeDefinition

Gets or sets type Definition of the Reactive Object.

Declaration
public TypeDefinition ReactiveObjectTypeDefinition { get; set; }
Property Value
Type Description
TypeDefinition

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