C# Class csscript.ExecuteOptions

Application specific runtime settings
Inheritance: ICloneable
显示文件 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_oe property

public bool DBG
return bool

DLLExtension public_oe property

public bool DLLExtension
return bool

TargetFramework public_oe property

public string TargetFramework
return string

altCompiler public_oe property

public string altCompiler
return string

altConfig public_oe property

public string altConfig
return string

apartmentState public_oe property

public ApartmentState apartmentState
return ApartmentState

autoClass public_oe property

public bool autoClass
return bool

buildExecutable public_oe property

public bool buildExecutable
return bool

buildWinExecutable public_oe property

public bool buildWinExecutable
return bool

cleanupShellCommand public_oe property

public string cleanupShellCommand
return string

compilationContext public_oe property

public int compilationContext
return int

compilerOptions public_oe property

public string compilerOptions
return string

concurrencyControl public_oe property

public ConcurrencyControl concurrencyControl
return ConcurrencyControl

consoleEncoding public_oe property

public string consoleEncoding
return string

customConfigFileName public_oe property

public string customConfigFileName
return string

customHashing public_oe property

public bool customHashing
return bool

defaultRefAssemblies public_oe property

public string defaultRefAssemblies
return string

doCleanupAfterNumberOfRuns public_oe property

public uint doCleanupAfterNumberOfRuns
return uint

forceCompile public_oe property

public bool forceCompile
return bool

forceOutputAssembly public_oe property

public string forceOutputAssembly
return string

hideCompilerWarnings public_oe property

public bool hideCompilerWarnings
return bool

hideTemp public_oe property

public Settings.HideOptions hideTemp
return Settings.HideOptions

inMemoryAsm public_oe property

public bool inMemoryAsm
return bool

initContext public_oe property

public object initContext
return object

local public_oe property

public bool local
return bool

noConfig public_oe property

public bool noConfig
return bool

noLogo public_oe property

public bool noLogo
return bool

openEndDirectiveSyntax public_oe property

public bool openEndDirectiveSyntax
return bool

options public_oe static_oe property

public static ExecuteOptions,csscript options
return ExecuteOptions

postProcessor public_oe property

public string postProcessor
return string

preCompilers public_oe property

public string preCompilers
return string

processFile public_oe property

public bool processFile
return bool

refAssemblies public_oe property

public string[] refAssemblies
return string[]

reportDetailedErrorInfo public_oe property

public bool reportDetailedErrorInfo
return bool

scriptFileName public_oe property

public string scriptFileName
return string

scriptFileNamePrimary public_oe property

public string scriptFileNamePrimary
return string

searchDirs public_oe property

public string[] searchDirs
return string[]

shareHostRefAssemblies public_oe property

public bool shareHostRefAssemblies
return bool

startDebugger public_oe property

public bool startDebugger
return bool

supressExecution public_oe property

public bool supressExecution
return bool

syntaxCheck public_oe property

public bool syntaxCheck
return bool

useCompiled public_oe property

public bool useCompiled
return bool

useScriptConfig public_oe property

public bool useScriptConfig
return bool

useSmartCaching public_oe property

public bool useSmartCaching
return bool

useSurrogateHostingProcess public_oe property

public bool useSurrogateHostingProcess
return bool

verbose public_oe property

public bool verbose
return bool

versionOnly public_oe property

public bool versionOnly
return bool