C# Class cleanLayer.Library.Scripts.ScriptManager

Show file Open project: Vipeax/cleanLayer

Private Properties

Property Type Description
AnalyzeAssembly void
Compile void
OnCompilerFinished void
OnCompilerStarted void
Register void
ScriptManager System

Public Methods

Method Description
CompileAsync ( ) : void
Initialize ( ) : void
Pulse ( ) : void

Private Methods

Method Description
AnalyzeAssembly ( Assembly asm ) : void
Compile ( ) : void
OnCompilerFinished ( ) : void
OnCompilerStarted ( ) : void
Register ( Type type ) : void
ScriptManager ( ) : System

Method Details

CompileAsync() public static method

public static CompileAsync ( ) : void
return void

Initialize() public static method

public static Initialize ( ) : void
return void

Pulse() public static method

public static Pulse ( ) : void
return void