ScriptCompiler
(static) Assembly[] Assemblies( get; set; )
(static) bool Compile()
(static) bool Compile( bool debug )
(static) CompilerResults CompileCSScripts()
(static) CompilerResults CompileCSScripts( bool debug )
(static) CompilerResults CompileVBScripts()
(static) CompilerResults CompileVBScripts( bool debug )
(static) void DeleteFiles( string mask )
(static) void EnsureDirectory( string dir )
(static) Type FindTypeByFullName( string fullName )
(static) Type FindTypeByFullName( string fullName, bool ignoreCase )
(static) Type FindTypeByName( string name )
(static) Type FindTypeByName( string name, bool ignoreCase )
(static) string[] GetReferenceAssemblies()
(static) string[] GetScripts( string type )
(static) void GetScripts( ArrayList list, string path, string type )
(static) TypeCache GetTypeCache( Assembly asm )
(static) string GetUnusedPath( string name )
(ctor) ScriptCompiler()