C# Class cleanLayer.Library.Scripts.ScriptManager

Afficher le fichier Open project: Vipeax/cleanLayer

Private Properties

Свойство Type Description
AnalyzeAssembly void
Compile void
OnCompilerFinished void
OnCompilerStarted void
Register void
ScriptManager System

Méthodes publiques

Méthode Description
CompileAsync ( ) : void
Initialize ( ) : void
Pulse ( ) : void

Private Methods

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

Method Details

CompileAsync() public static méthode

public static CompileAsync ( ) : void
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Pulse() public static méthode

public static Pulse ( ) : void
Résultat void