C# Class csscript.ExecuteOptions

Application specific runtime settings
Inheritance: ICloneable
Show file Open project: oleg-shilo/cs-script Class Usage Examples

Public Properties

Property Type Description
DBG bool
DLLExtension bool
TargetFramework string
altCompiler string
altConfig string
apartmentState ApartmentState
autoClass bool
buildExecutable bool
buildWinExecutable bool
cleanupShellCommand string
compilationContext int
compilerOptions string
concurrencyControl ConcurrencyControl
consoleEncoding string
customConfigFileName string
customHashing bool
defaultRefAssemblies string
doCleanupAfterNumberOfRuns uint
forceCompile bool
forceOutputAssembly string
hideCompilerWarnings bool
hideTemp Settings.HideOptions
inMemoryAsm bool
initContext object
local bool
noConfig bool
noLogo bool
openEndDirectiveSyntax bool
options ExecuteOptions
postProcessor string
preCompilers string
processFile bool
refAssemblies string[]
reportDetailedErrorInfo bool
scriptFileName string
scriptFileNamePrimary string
searchDirs string[]
shareHostRefAssemblies bool
startDebugger bool
supressExecution bool
syntaxCheck bool
useCompiled bool
useScriptConfig bool
useSmartCaching bool
useSurrogateHostingProcess bool
verbose bool
versionOnly bool

Public Methods

Method Description
AddSearchDir ( string dir ) : void
Clone ( ) : object
Derive ( ) : object
ExecuteOptions ( ) : System
ExtractShellCommand ( string command ) : string[]

Method Details

AddSearchDir() public method

public AddSearchDir ( string dir ) : void
dir string
return void

Clone() public method

public Clone ( ) : object
return object

Derive() public method

public Derive ( ) : object
return object

ExecuteOptions() public method

public ExecuteOptions ( ) : System
return System

ExtractShellCommand() public method

public ExtractShellCommand ( string command ) : string[]
command string
return string[]

Property Details

DBG public property

public bool DBG
return bool

DLLExtension public property

public bool DLLExtension
return bool

TargetFramework public property

public string TargetFramework
return string

altCompiler public property

public string altCompiler
return string

altConfig public property

public string altConfig
return string

apartmentState public property

public ApartmentState apartmentState
return ApartmentState

autoClass public property

public bool autoClass
return bool

buildExecutable public property

public bool buildExecutable
return bool

buildWinExecutable public property

public bool buildWinExecutable
return bool

cleanupShellCommand public property

public string cleanupShellCommand
return string

compilationContext public property

public int compilationContext
return int

compilerOptions public property

public string compilerOptions
return string

concurrencyControl public property

public ConcurrencyControl concurrencyControl
return ConcurrencyControl

consoleEncoding public property

public string consoleEncoding
return string

customConfigFileName public property

public string customConfigFileName
return string

customHashing public property

public bool customHashing
return bool

defaultRefAssemblies public property

public string defaultRefAssemblies
return string

doCleanupAfterNumberOfRuns public property

public uint doCleanupAfterNumberOfRuns
return uint

forceCompile public property

public bool forceCompile
return bool

forceOutputAssembly public property

public string forceOutputAssembly
return string

hideCompilerWarnings public property

public bool hideCompilerWarnings
return bool

hideTemp public property

public Settings.HideOptions hideTemp
return Settings.HideOptions

inMemoryAsm public property

public bool inMemoryAsm
return bool

initContext public property

public object initContext
return object

local public property

public bool local
return bool

noConfig public property

public bool noConfig
return bool

noLogo public property

public bool noLogo
return bool

openEndDirectiveSyntax public property

public bool openEndDirectiveSyntax
return bool

options public static property

public static ExecuteOptions,csscript options
return ExecuteOptions

postProcessor public property

public string postProcessor
return string

preCompilers public property

public string preCompilers
return string

processFile public property

public bool processFile
return bool

refAssemblies public property

public string[] refAssemblies
return string[]

reportDetailedErrorInfo public property

public bool reportDetailedErrorInfo
return bool

scriptFileName public property

public string scriptFileName
return string

scriptFileNamePrimary public property

public string scriptFileNamePrimary
return string

searchDirs public property

public string[] searchDirs
return string[]

shareHostRefAssemblies public property

public bool shareHostRefAssemblies
return bool

startDebugger public property

public bool startDebugger
return bool

supressExecution public property

public bool supressExecution
return bool

syntaxCheck public property

public bool syntaxCheck
return bool

useCompiled public property

public bool useCompiled
return bool

useScriptConfig public property

public bool useScriptConfig
return bool

useSmartCaching public property

public bool useSmartCaching
return bool

useSurrogateHostingProcess public property

public bool useSurrogateHostingProcess
return bool

verbose public property

public bool verbose
return bool

versionOnly public property

public bool versionOnly
return bool