C# Class Mosa.Utility.CodeDomCompiler.CompilerSettings

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
AddReference ( string file ) : void
CompilerSettings ( ) : System.Collections.Generic

Initializes a new instance of the TestCompilerSettings class.

CompilerSettings ( CompilerSettings settings ) : System.Collections.Generic

Initializes a new instance of the TestCompilerSettings class.

IsEqual ( CompilerSettings other ) : bool

Method Details

AddReference() public méthode

public AddReference ( string file ) : void
file string
Résultat void

CompilerSettings() public méthode

Initializes a new instance of the TestCompilerSettings class.
public CompilerSettings ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CompilerSettings() public méthode

Initializes a new instance of the TestCompilerSettings class.
public CompilerSettings ( CompilerSettings settings ) : System.Collections.Generic
settings CompilerSettings The settings.
Résultat System.Collections.Generic

IsEqual() public méthode

public IsEqual ( CompilerSettings other ) : bool
other CompilerSettings
Résultat bool