Click or drag to resize

Coroutine Class

Inheritance Hierarchy
SystemObject
  Buddy.CoroutinesCoroutine

Namespace:  Buddy.Coroutines
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class Coroutine : IDisposable

The Coroutine type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberExternalTask(Task)
Public methodStatic memberExternalTask(Task, Int32)
Public methodStatic memberExternalTask(Task, TimeSpan)
Public methodStatic memberExternalTaskT(TaskT)
Public methodStatic memberExternalTaskT(TaskT, Int32)
Public methodStatic memberExternalTaskT(TaskT, TimeSpan)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResume
Public methodStatic memberSleep(Int32)
Public methodStatic memberSleep(TimeSpan)
Public methodToString (Overrides ObjectToString.)
Public methodStatic memberWait(Int32, FuncBoolean)
Public methodStatic memberWait(TimeSpan, FuncBoolean)
Public methodStatic memberYield
Top
See Also