C# Class csscript.ScriptLauncherBuilder

Mostra file Open project: oleg-shilo/cs-script Class Usage Examples

Public Methods

Method Description
BuildSurrogateLauncher ( string scriptAssembly, string tragetFramework, CompilerParameters compilerParams, ApartmentState appartmentState, string consoleEncoding ) : string
GetLauncherName ( string assembly ) : string

Method Details

BuildSurrogateLauncher() public method

public BuildSurrogateLauncher ( string scriptAssembly, string tragetFramework, CompilerParameters compilerParams, ApartmentState appartmentState, string consoleEncoding ) : string
scriptAssembly string
tragetFramework string
compilerParams System.CodeDom.Compiler.CompilerParameters
appartmentState ApartmentState
consoleEncoding string
return string

GetLauncherName() public static method

public static GetLauncherName ( string assembly ) : string
assembly string
return string