SpicyPixel.Threading.ObjectInstruction Class Reference
Wraps an object as an instruction More...
Inheritance diagram for SpicyPixel.Threading.ObjectInstruction:
Collaboration diagram for SpicyPixel.Threading.ObjectInstruction:Public Member Functions | |
| ObjectInstruction (object value) | |
| Initializes a new instance of the SpicyPixel.Threading.ObjectInstruction class. More... | |
Properties | |
| object | Value [get] |
| Gets the object More... | |
Additional Inherited Members | |
Static Public Attributes inherited from SpicyPixel.Threading.FiberInstruction | |
| static YieldToAnyFiber | YieldToAnyFiber = YieldToAnyFiber.Instance |
| An instruction to cause the current fiber to yield to any ready fiber. More... | |
| static StopInstruction | Stop = StopInstruction.Instance |
| An instruction to terminate execution of the current fiber. More... | |
Protected Member Functions inherited from SpicyPixel.Threading.FiberInstruction | |
| FiberInstruction () | |
| Initializes a new instance of the FiberInstruction class. More... | |
Detailed Description
Wraps an object as an instruction
Definition at line 34 of file ObjectInstruction.cs.
Constructor & Destructor Documentation
| SpicyPixel.Threading.ObjectInstruction.ObjectInstruction | ( | object | value | ) |
Initializes a new instance of the SpicyPixel.Threading.ObjectInstruction class.
- Parameters
-
value The object.
Definition at line 50 of file ObjectInstruction.cs.
Property Documentation
|
get |
The documentation for this class was generated from the following file:
