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

Mostrar archivo 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_oe property

public Hashtable Defines
return Hashtable

ImportFileNames public_oe property

public ArrayList ImportFileNames
return ArrayList

ManagedResourceFileNames public_oe property

public Hashtable ManagedResourceFileNames
return Hashtable

ManagedResources public_oe property

public Hashtable ManagedResources
return Hashtable

PEFileKind public_oe property

public PEFileKinds, PEFileKind
return PEFileKinds,

PEKindFlags public_oe property

public PortableExecutableKinds, PEKindFlags
return PortableExecutableKinds,

PEMachineArchitecture public_oe property

public ImageFileMachine, PEMachineArchitecture
return ImageFileMachine,

SourceFileNames public_oe property

public ArrayList SourceFileNames
return ArrayList

autoRef public_oe property

public bool autoRef
return bool

autoRefSetExplicitly public_oe property

public bool autoRefSetExplicitly
return bool

codepage public_oe property

public int codepage
return int

fDebug public_oe property

public bool fDebug
return bool

fFast public_oe property

public bool fFast
return bool

fForceCodepage public_oe property

public bool fForceCodepage
return bool

fNoStdlib public_oe property

public bool fNoStdlib
return bool

fPrint public_oe property

public bool fPrint
return bool

fPrintSetExplicitly public_oe property

public bool fPrintSetExplicitly
return bool

fTargetSpecified public_oe property

public bool fTargetSpecified
return bool

fTreatWarningsAsErrors public_oe property

public bool fTreatWarningsAsErrors
return bool

fVersionSafe public_oe property

public bool fVersionSafe
return bool

libpath public_oe property

public string libpath
return string

nWarningLevel public_oe property

public int nWarningLevel
return int

strOutputFileName public_oe property

public string strOutputFileName
return string

versionInfo public_oe property

public Version versionInfo
return Version