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

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
CompilerOptions ( ) : System

Method Details

CompilerOptions() public méthode

public CompilerOptions ( ) : System
Résultat System

Property Details

Defines public_oe property

public Hashtable Defines
Résultat Hashtable

ImportFileNames public_oe property

public ArrayList ImportFileNames
Résultat ArrayList

ManagedResourceFileNames public_oe property

public Hashtable ManagedResourceFileNames
Résultat Hashtable

ManagedResources public_oe property

public Hashtable ManagedResources
Résultat Hashtable

PEFileKind public_oe property

public PEFileKinds, PEFileKind
Résultat PEFileKinds,

PEKindFlags public_oe property

public PortableExecutableKinds, PEKindFlags
Résultat PortableExecutableKinds,

PEMachineArchitecture public_oe property

public ImageFileMachine, PEMachineArchitecture
Résultat ImageFileMachine,

SourceFileNames public_oe property

public ArrayList SourceFileNames
Résultat ArrayList

autoRef public_oe property

public bool autoRef
Résultat bool

autoRefSetExplicitly public_oe property

public bool autoRefSetExplicitly
Résultat bool

codepage public_oe property

public int codepage
Résultat int

fDebug public_oe property

public bool fDebug
Résultat bool

fFast public_oe property

public bool fFast
Résultat bool

fForceCodepage public_oe property

public bool fForceCodepage
Résultat bool

fNoStdlib public_oe property

public bool fNoStdlib
Résultat bool

fPrint public_oe property

public bool fPrint
Résultat bool

fPrintSetExplicitly public_oe property

public bool fPrintSetExplicitly
Résultat bool

fTargetSpecified public_oe property

public bool fTargetSpecified
Résultat bool

fTreatWarningsAsErrors public_oe property

public bool fTreatWarningsAsErrors
Résultat bool

fVersionSafe public_oe property

public bool fVersionSafe
Résultat bool

libpath public_oe property

public string libpath
Résultat string

nWarningLevel public_oe property

public int nWarningLevel
Résultat int

strOutputFileName public_oe property

public string strOutputFileName
Résultat string

versionInfo public_oe property

public Version versionInfo
Résultat Version