C# Class Mono.CSharp.CompilerSettings

显示文件 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_oe property

public List AssemblyReferences
return List

AssemblyReferencesAliases public_oe property

public List> AssemblyReferencesAliases
return string>>.List

Checked public_oe property

public bool Checked
return bool

Documentation public_oe property

public object Documentation
return object

Encoding public_oe property

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

EnhancedWarnings public_oe property

public bool EnhancedWarnings
return bool

GenerateDebugInfo public_oe property

public bool GenerateDebugInfo
return bool

LoadDefaultReferences public_oe property

public bool LoadDefaultReferences
return bool

MainClass public_oe property

public string MainClass
return string

Modules public_oe property

public List Modules
return List

Optimize public_oe property

public bool Optimize
return bool

OutputFile public_oe property

public string OutputFile
return string

ParseOnly public_oe property

public bool ParseOnly
return bool

Platform public_oe property

public Platform,System Platform
return System.Platform

ReferencesLookupPaths public_oe property

public List ReferencesLookupPaths
return List

Resources public_oe property

public List Resources
return List

SdkVersion public_oe property

public string SdkVersion
return string

StatementMode public_oe property

public bool StatementMode
return bool

StdLib public_oe property

public bool StdLib
return bool

StdLibRuntimeVersion public_oe property

public RuntimeVersion StdLibRuntimeVersion
return RuntimeVersion

StrongNameDelaySign public_oe property

public bool StrongNameDelaySign
return bool

StrongNameKeyContainer public_oe property

public string StrongNameKeyContainer
return string

StrongNameKeyFile public_oe property

public string StrongNameKeyFile
return string

Target public_oe property

public Target Target
return Target

TargetExt public_oe property

public string TargetExt
return string

Unsafe public_oe property

public bool Unsafe
return bool

VerifyClsCompliance public_oe property

public bool VerifyClsCompliance
return bool

Version public_oe property

public LanguageVersion Version
return LanguageVersion

Win32IconFile public_oe property

public string Win32IconFile
return string

Win32ResourceFile public_oe property

public string Win32ResourceFile
return string