C# 클래스 Mosa.Utility.CodeDomCompiler.CompilerSettings

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
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