C# Класс Mosa.Utility.CodeDomCompiler.CompilerSettings

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddReference() публичный метод

public AddReference ( string file ) : void
file string
Результат void

CompilerSettings() публичный метод

Initializes a new instance of the TestCompilerSettings class.
public CompilerSettings ( ) : System.Collections.Generic
Результат System.Collections.Generic

CompilerSettings() публичный метод

Initializes a new instance of the TestCompilerSettings class.
public CompilerSettings ( CompilerSettings settings ) : System.Collections.Generic
settings CompilerSettings The settings.
Результат System.Collections.Generic

IsEqual() публичный метод

public IsEqual ( CompilerSettings other ) : bool
other CompilerSettings
Результат bool