C# 클래스 cleanLayer.Library.Scripts.Script

파일 보기 프로젝트 열기: Vipeax/cleanLayer

Private Properties

프로퍼티 타입 설명
OnStarted void
OnTerminated void
StartInternal void
TerminateInternal void
Tick void

공개 메소드들

메소드 설명
OnStart ( ) : void
OnTerminate ( ) : void
OnTick ( ) : void
Print ( string message ) : void
Script ( string name, string category ) : System
Start ( ) : void
Stop ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Sleep ( int ms ) : void
StartThread ( System.Action action ) : ScriptThread
StopThread ( string reason = null ) : void

비공개 메소드들

메소드 설명
OnStarted ( ) : void
OnTerminated ( ) : void
StartInternal ( ) : void
TerminateInternal ( string message = "Script terminated" ) : void
Tick ( ) : void

메소드 상세

OnStart() 공개 메소드

public OnStart ( ) : void
리턴 void

OnTerminate() 공개 메소드

public OnTerminate ( ) : void
리턴 void

OnTick() 공개 메소드

public OnTick ( ) : void
리턴 void

Print() 공개 메소드

public Print ( string message ) : void
message string
리턴 void

Script() 공개 메소드

public Script ( string name, string category ) : System
name string
category string
리턴 System

Sleep() 보호된 메소드

protected Sleep ( int ms ) : void
ms int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartThread() 보호된 메소드

protected StartThread ( System.Action action ) : ScriptThread
action System.Action
리턴 ScriptThread

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

StopThread() 보호된 메소드

protected StopThread ( string reason = null ) : void
reason string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string