C# Class System.CodeDom.Compiler.CompilerInfo

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

Private Properties

Свойство Type Description
CloneCompilerExtensions String[]
CloneCompilerLanguages String[]
CloneCompilerParameters CompilerParameters
CompilerInfo System
CompilerInfo System
CompilerInfo System

Méthodes publiques

Méthode Description
CreateDefaultCompilerParameters ( ) : CompilerParameters
CreateProvider ( ) : CodeDomProvider
Equals ( Object o ) : bool
GetExtensions ( ) : String[]
GetHashCode ( ) : int
GetLanguages ( ) : String[]

Private Methods

Méthode Description
CloneCompilerExtensions ( ) : String[]
CloneCompilerLanguages ( ) : String[]
CloneCompilerParameters ( ) : CompilerParameters
CompilerInfo ( ) : System
CompilerInfo ( CompilerParameters compilerParams, String codeDomProviderTypeName ) : System
CompilerInfo ( CompilerParameters compilerParams, String codeDomProviderTypeName, String compilerLanguages, String compilerExtensions ) : System

Method Details

CreateDefaultCompilerParameters() public méthode

public CreateDefaultCompilerParameters ( ) : CompilerParameters
Résultat CompilerParameters

CreateProvider() public méthode

public CreateProvider ( ) : CodeDomProvider
Résultat CodeDomProvider

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetExtensions() public méthode

public GetExtensions ( ) : String[]
Résultat String[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetLanguages() public méthode

public GetLanguages ( ) : String[]
Résultat String[]