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 SourceAddInjectAttribute
Gets or sets a value indicating whether to add InjectAttribute.
Declaration
public bool AddInjectAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProcessorAction
Gets or sets the processor action.
Declaration
public Action<ILProcessor, FieldReference> ProcessorAction { get; set; }
Property Value
Type | Description |
---|---|
Action<ILProcessor, FieldReference> |
ReactiveObjectTypeDefinition
Gets or sets type Definition of the Reactive Object.
Declaration
public TypeDefinition ReactiveObjectTypeDefinition { get; set; }
Property Value
Type | Description |
---|---|
TypeDefinition |