C# Class csscript.ExecuteOptions

Application specific runtime settings
Inheritance: ICloneable
Afficher le fichier Open project: oleg-shilo/cs-script Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

AddSearchDir() public méthode

public AddSearchDir ( string dir ) : void
dir string
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

Derive() public méthode

public Derive ( ) : object
Résultat object

ExecuteOptions() public méthode

public ExecuteOptions ( ) : System
Résultat System

ExtractShellCommand() public méthode

public ExtractShellCommand ( string command ) : string[]
command string
Résultat string[]

Property Details

DBG public_oe property

public bool DBG
Résultat bool

DLLExtension public_oe property

public bool DLLExtension
Résultat bool

TargetFramework public_oe property

public string TargetFramework
Résultat string

altCompiler public_oe property

public string altCompiler
Résultat string

altConfig public_oe property

public string altConfig
Résultat string

apartmentState public_oe property

public ApartmentState apartmentState
Résultat ApartmentState

autoClass public_oe property

public bool autoClass
Résultat bool

buildExecutable public_oe property

public bool buildExecutable
Résultat bool

buildWinExecutable public_oe property

public bool buildWinExecutable
Résultat bool

cleanupShellCommand public_oe property

public string cleanupShellCommand
Résultat string

compilationContext public_oe property

public int compilationContext
Résultat int

compilerOptions public_oe property

public string compilerOptions
Résultat string

concurrencyControl public_oe property

public ConcurrencyControl concurrencyControl
Résultat ConcurrencyControl

consoleEncoding public_oe property

public string consoleEncoding
Résultat string

customConfigFileName public_oe property

public string customConfigFileName
Résultat string

customHashing public_oe property

public bool customHashing
Résultat bool

defaultRefAssemblies public_oe property

public string defaultRefAssemblies
Résultat string

doCleanupAfterNumberOfRuns public_oe property

public uint doCleanupAfterNumberOfRuns
Résultat uint

forceCompile public_oe property

public bool forceCompile
Résultat bool

forceOutputAssembly public_oe property

public string forceOutputAssembly
Résultat string

hideCompilerWarnings public_oe property

public bool hideCompilerWarnings
Résultat bool

hideTemp public_oe property

public Settings.HideOptions hideTemp
Résultat Settings.HideOptions

inMemoryAsm public_oe property

public bool inMemoryAsm
Résultat bool

initContext public_oe property

public object initContext
Résultat object

local public_oe property

public bool local
Résultat bool

noConfig public_oe property

public bool noConfig
Résultat bool

noLogo public_oe property

public bool noLogo
Résultat bool

openEndDirectiveSyntax public_oe property

public bool openEndDirectiveSyntax
Résultat bool

options public_oe static_oe property

public static ExecuteOptions,csscript options
Résultat ExecuteOptions

postProcessor public_oe property

public string postProcessor
Résultat string

preCompilers public_oe property

public string preCompilers
Résultat string

processFile public_oe property

public bool processFile
Résultat bool

refAssemblies public_oe property

public string[] refAssemblies
Résultat string[]

reportDetailedErrorInfo public_oe property

public bool reportDetailedErrorInfo
Résultat bool

scriptFileName public_oe property

public string scriptFileName
Résultat string

scriptFileNamePrimary public_oe property

public string scriptFileNamePrimary
Résultat string

searchDirs public_oe property

public string[] searchDirs
Résultat string[]

shareHostRefAssemblies public_oe property

public bool shareHostRefAssemblies
Résultat bool

startDebugger public_oe property

public bool startDebugger
Résultat bool

supressExecution public_oe property

public bool supressExecution
Résultat bool

syntaxCheck public_oe property

public bool syntaxCheck
Résultat bool

useCompiled public_oe property

public bool useCompiled
Résultat bool

useScriptConfig public_oe property

public bool useScriptConfig
Résultat bool

useSmartCaching public_oe property

public bool useSmartCaching
Résultat bool

useSurrogateHostingProcess public_oe property

public bool useSurrogateHostingProcess
Résultat bool

verbose public_oe property

public bool verbose
Résultat bool

versionOnly public_oe property

public bool versionOnly
Résultat bool