C# Class CompilerOptions, shared-source-cli-2.0

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
CompilerOptions ( ) : System

Method Details

CompilerOptions() public method

public CompilerOptions ( ) : System
return System

Property Details

Defines public property

public Hashtable Defines
return Hashtable

ImportFileNames public property

public ArrayList ImportFileNames
return ArrayList

ManagedResourceFileNames public property

public Hashtable ManagedResourceFileNames
return Hashtable

ManagedResources public property

public Hashtable ManagedResources
return Hashtable

PEFileKind public property

public PEFileKinds, PEFileKind
return PEFileKinds,

PEKindFlags public property

public PortableExecutableKinds, PEKindFlags
return PortableExecutableKinds,

PEMachineArchitecture public property

public ImageFileMachine, PEMachineArchitecture
return ImageFileMachine,

SourceFileNames public property

public ArrayList SourceFileNames
return ArrayList

autoRef public property

public bool autoRef
return bool

autoRefSetExplicitly public property

public bool autoRefSetExplicitly
return bool

codepage public property

public int codepage
return int

fDebug public property

public bool fDebug
return bool

fFast public property

public bool fFast
return bool

fForceCodepage public property

public bool fForceCodepage
return bool

fNoStdlib public property

public bool fNoStdlib
return bool

fPrint public property

public bool fPrint
return bool

fPrintSetExplicitly public property

public bool fPrintSetExplicitly
return bool

fTargetSpecified public property

public bool fTargetSpecified
return bool

fTreatWarningsAsErrors public property

public bool fTreatWarningsAsErrors
return bool

fVersionSafe public property

public bool fVersionSafe
return bool

libpath public property

public string libpath
return string

nWarningLevel public property

public int nWarningLevel
return int

strOutputFileName public property

public string strOutputFileName
return string

versionInfo public property

public Version versionInfo
return Version