C# Class Mosa.Utility.CodeDomCompiler.CompilerSettings

Exibir arquivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method 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 method

public AddReference ( string file ) : void
file string
return void

CompilerSettings() public method

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

CompilerSettings() public method

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

IsEqual() public method

public IsEqual ( CompilerSettings other ) : bool
other CompilerSettings
return bool