C# 클래스 CompilerOptions, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Defines Hashtable
ImportFileNames ArrayList
ManagedResourceFileNames Hashtable
ManagedResources Hashtable
PEFileKind PEFileKinds,
PEKindFlags PortableExecutableKinds,
PEMachineArchitecture ImageFileMachine,
SourceFileNames ArrayList
autoRef bool
autoRefSetExplicitly bool
codepage int
fDebug bool
fFast bool
fForceCodepage bool
fNoStdlib bool
fPrint bool
fPrintSetExplicitly bool
fTargetSpecified bool
fTreatWarningsAsErrors bool
fVersionSafe bool
libpath string
nWarningLevel int
strOutputFileName string
versionInfo Version

공개 메소드들

메소드 설명
CompilerOptions ( ) : System

메소드 상세

CompilerOptions() 공개 메소드

public CompilerOptions ( ) : System
리턴 System

프로퍼티 상세

Defines 공개적으로 프로퍼티

public Hashtable Defines
리턴 Hashtable

ImportFileNames 공개적으로 프로퍼티

public ArrayList ImportFileNames
리턴 ArrayList

ManagedResourceFileNames 공개적으로 프로퍼티

public Hashtable ManagedResourceFileNames
리턴 Hashtable

ManagedResources 공개적으로 프로퍼티

public Hashtable ManagedResources
리턴 Hashtable

PEFileKind 공개적으로 프로퍼티

public PEFileKinds, PEFileKind
리턴 PEFileKinds,

PEKindFlags 공개적으로 프로퍼티

public PortableExecutableKinds, PEKindFlags
리턴 PortableExecutableKinds,

PEMachineArchitecture 공개적으로 프로퍼티

public ImageFileMachine, PEMachineArchitecture
리턴 ImageFileMachine,

SourceFileNames 공개적으로 프로퍼티

public ArrayList SourceFileNames
리턴 ArrayList

autoRef 공개적으로 프로퍼티

public bool autoRef
리턴 bool

autoRefSetExplicitly 공개적으로 프로퍼티

public bool autoRefSetExplicitly
리턴 bool

codepage 공개적으로 프로퍼티

public int codepage
리턴 int

fDebug 공개적으로 프로퍼티

public bool fDebug
리턴 bool

fFast 공개적으로 프로퍼티

public bool fFast
리턴 bool

fForceCodepage 공개적으로 프로퍼티

public bool fForceCodepage
리턴 bool

fNoStdlib 공개적으로 프로퍼티

public bool fNoStdlib
리턴 bool

fPrint 공개적으로 프로퍼티

public bool fPrint
리턴 bool

fPrintSetExplicitly 공개적으로 프로퍼티

public bool fPrintSetExplicitly
리턴 bool

fTargetSpecified 공개적으로 프로퍼티

public bool fTargetSpecified
리턴 bool

fTreatWarningsAsErrors 공개적으로 프로퍼티

public bool fTreatWarningsAsErrors
리턴 bool

fVersionSafe 공개적으로 프로퍼티

public bool fVersionSafe
리턴 bool

libpath 공개적으로 프로퍼티

public string libpath
리턴 string

nWarningLevel 공개적으로 프로퍼티

public int nWarningLevel
리턴 int

strOutputFileName 공개적으로 프로퍼티

public string strOutputFileName
리턴 string

versionInfo 공개적으로 프로퍼티

public Version versionInfo
리턴 Version