C# 클래스 Mono.CSharp.CompilerSettings

파일 보기 프로젝트 열기: praeclarum/runcs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CompilerSettings ( ) : System

메소드 상세

CompilerSettings() 공개 메소드

public CompilerSettings ( ) : System
리턴 System

프로퍼티 상세

AssemblyReferences 공개적으로 프로퍼티

public List AssemblyReferences
리턴 List

AssemblyReferencesAliases 공개적으로 프로퍼티

public List> AssemblyReferencesAliases
리턴 string>>.List

Checked 공개적으로 프로퍼티

public bool Checked
리턴 bool

Documentation 공개적으로 프로퍼티

public object Documentation
리턴 object

Encoding 공개적으로 프로퍼티

public Encoding,System.Text Encoding
리턴 System.Text.Encoding

EnhancedWarnings 공개적으로 프로퍼티

public bool EnhancedWarnings
리턴 bool

GenerateDebugInfo 공개적으로 프로퍼티

public bool GenerateDebugInfo
리턴 bool

LoadDefaultReferences 공개적으로 프로퍼티

public bool LoadDefaultReferences
리턴 bool

MainClass 공개적으로 프로퍼티

public string MainClass
리턴 string

Modules 공개적으로 프로퍼티

public List Modules
리턴 List

Optimize 공개적으로 프로퍼티

public bool Optimize
리턴 bool

OutputFile 공개적으로 프로퍼티

public string OutputFile
리턴 string

ParseOnly 공개적으로 프로퍼티

public bool ParseOnly
리턴 bool

Platform 공개적으로 프로퍼티

public Platform,System Platform
리턴 System.Platform

ReferencesLookupPaths 공개적으로 프로퍼티

public List ReferencesLookupPaths
리턴 List

Resources 공개적으로 프로퍼티

public List Resources
리턴 List

SdkVersion 공개적으로 프로퍼티

public string SdkVersion
리턴 string

StatementMode 공개적으로 프로퍼티

public bool StatementMode
리턴 bool

StdLib 공개적으로 프로퍼티

public bool StdLib
리턴 bool

StdLibRuntimeVersion 공개적으로 프로퍼티

public RuntimeVersion StdLibRuntimeVersion
리턴 RuntimeVersion

StrongNameDelaySign 공개적으로 프로퍼티

public bool StrongNameDelaySign
리턴 bool

StrongNameKeyContainer 공개적으로 프로퍼티

public string StrongNameKeyContainer
리턴 string

StrongNameKeyFile 공개적으로 프로퍼티

public string StrongNameKeyFile
리턴 string

Target 공개적으로 프로퍼티

public Target Target
리턴 Target

TargetExt 공개적으로 프로퍼티

public string TargetExt
리턴 string

Unsafe 공개적으로 프로퍼티

public bool Unsafe
리턴 bool

VerifyClsCompliance 공개적으로 프로퍼티

public bool VerifyClsCompliance
리턴 bool

Version 공개적으로 프로퍼티

public LanguageVersion Version
리턴 LanguageVersion

Win32IconFile 공개적으로 프로퍼티

public string Win32IconFile
리턴 string

Win32ResourceFile 공개적으로 프로퍼티

public string Win32ResourceFile
리턴 string