C# Class Mono.CSharp.CompilerSettings

Show file Open project: praeclarum/runcs Class Usage Examples

Public Properties

Property Type Description
AssemblyReferences List
AssemblyReferencesAliases string>>.List
Checked bool
Documentation object
Encoding System.Text.Encoding
EnhancedWarnings bool
GenerateDebugInfo bool
LoadDefaultReferences bool
MainClass string
Modules List
Optimize bool
OutputFile string
ParseOnly bool
Platform System.Platform
ReferencesLookupPaths List
Resources List
SdkVersion string
StatementMode bool
StdLib bool
StdLibRuntimeVersion RuntimeVersion
StrongNameDelaySign bool
StrongNameKeyContainer string
StrongNameKeyFile string
Target Target
TargetExt string
Unsafe bool
VerifyClsCompliance bool
Version LanguageVersion
Win32IconFile string
Win32ResourceFile string

Public Methods

Method Description
CompilerSettings ( ) : System

Method Details

CompilerSettings() public method

public CompilerSettings ( ) : System
return System

Property Details

AssemblyReferences public property

public List AssemblyReferences
return List

AssemblyReferencesAliases public property

public List> AssemblyReferencesAliases
return string>>.List

Checked public property

public bool Checked
return bool

Documentation public property

public object Documentation
return object

Encoding public property

public Encoding,System.Text Encoding
return System.Text.Encoding

EnhancedWarnings public property

public bool EnhancedWarnings
return bool

GenerateDebugInfo public property

public bool GenerateDebugInfo
return bool

LoadDefaultReferences public property

public bool LoadDefaultReferences
return bool

MainClass public property

public string MainClass
return string

Modules public property

public List Modules
return List

Optimize public property

public bool Optimize
return bool

OutputFile public property

public string OutputFile
return string

ParseOnly public property

public bool ParseOnly
return bool

Platform public property

public Platform,System Platform
return System.Platform

ReferencesLookupPaths public property

public List ReferencesLookupPaths
return List

Resources public property

public List Resources
return List

SdkVersion public property

public string SdkVersion
return string

StatementMode public property

public bool StatementMode
return bool

StdLib public property

public bool StdLib
return bool

StdLibRuntimeVersion public property

public RuntimeVersion StdLibRuntimeVersion
return RuntimeVersion

StrongNameDelaySign public property

public bool StrongNameDelaySign
return bool

StrongNameKeyContainer public property

public string StrongNameKeyContainer
return string

StrongNameKeyFile public property

public string StrongNameKeyFile
return string

Target public property

public Target Target
return Target

TargetExt public property

public string TargetExt
return string

Unsafe public property

public bool Unsafe
return bool

VerifyClsCompliance public property

public bool VerifyClsCompliance
return bool

Version public property

public LanguageVersion Version
return LanguageVersion

Win32IconFile public property

public string Win32IconFile
return string

Win32ResourceFile public property

public string Win32ResourceFile
return string