C# 클래스 io.CSharpFiber

파일 보기 프로젝트 열기: devaspot/io

공개 프로퍼티들

프로퍼티 타입 설명
currentCoro IoCoroutine
currentRoutine IEnumerator
stackCoroFrame Stack
stackFrame Stack
uniqueId int

공개 메소드들

메소드 설명
CSharpFiber ( ) : System
CSharpFiber ( IEnumerator entryPoint ) : System
CSharpFiber ( IoCoroutine coro ) : System
OnFiberTerminated ( FiberTerminatedEventArgs e ) : void
Step ( ) : bool

메소드 상세

CSharpFiber() 공개 메소드

public CSharpFiber ( ) : System
리턴 System

CSharpFiber() 공개 메소드

public CSharpFiber ( IEnumerator entryPoint ) : System
entryPoint IEnumerator
리턴 System

CSharpFiber() 공개 메소드

public CSharpFiber ( IoCoroutine coro ) : System
coro IoCoroutine
리턴 System

OnFiberTerminated() 공개 메소드

public OnFiberTerminated ( FiberTerminatedEventArgs e ) : void
e FiberTerminatedEventArgs
리턴 void

Step() 공개 메소드

public Step ( ) : bool
리턴 bool

프로퍼티 상세

currentCoro 공개적으로 프로퍼티

public IoCoroutine,io currentCoro
리턴 IoCoroutine

currentRoutine 공개적으로 프로퍼티

public IEnumerator currentRoutine
리턴 IEnumerator

stackCoroFrame 공개적으로 프로퍼티

public Stack stackCoroFrame
리턴 Stack

stackFrame 공개적으로 프로퍼티

public Stack stackFrame
리턴 Stack

uniqueId 공개적으로 프로퍼티

public int uniqueId
리턴 int