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

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

Private Properties

프로퍼티 타입 설명
AnalyzeAssembly void
Compile void
OnCompilerFinished void
OnCompilerStarted void
Register void
ScriptManager System

공개 메소드들

메소드 설명
CompileAsync ( ) : void
Initialize ( ) : void
Pulse ( ) : void

비공개 메소드들

메소드 설명
AnalyzeAssembly ( Assembly asm ) : void
Compile ( ) : void
OnCompilerFinished ( ) : void
OnCompilerStarted ( ) : void
Register ( Type type ) : void
ScriptManager ( ) : System

메소드 상세

CompileAsync() 공개 정적인 메소드

public static CompileAsync ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Pulse() 공개 정적인 메소드

public static Pulse ( ) : void
리턴 void