C# Class NAnt.VSNet.Resource

Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( NAnt.VSNet.Configuration solutionConfiguration ) : FileInfo

Compiles the resource file.

GetCompiledResourceFile ( NAnt.VSNet.Configuration solutionConfiguration ) : FileInfo

Returns a FileInfo representing the compiled resource file.

Calling this method does not force compilation of the resource file.

GetManifestResourceName ( NAnt.VSNet.Configuration solutionConfiguration ) : string
Resource ( ManagedProjectBase project, FileInfo resourceSourceFile, string resourceSourceFileRelativePath, string dependentFile, NAnt.VSNet.Tasks.SolutionTask solutionTask, GacCache gacCache ) : System

Private Methods

Méthode Description
CompileLicx ( NAnt.VSNet.Configuration solutionConfiguration ) : FileInfo
CompileResource ( NAnt.VSNet.Configuration solutionConfiguration ) : FileInfo
CompileResx ( NAnt.VSNet.Configuration solutionConfiguration ) : FileInfo
GetManifestResourceNameCSharp ( ConfigurationSettings configSetting, string dependentFile ) : string
GetManifestResourceNameJSharp ( ConfigurationSettings configSetting, string dependentFile ) : string
GetManifestResourceNameVB ( ConfigurationSettings configSetting, string dependentFile ) : string

Method Details

Compile() public méthode

Compiles the resource file.
public Compile ( NAnt.VSNet.Configuration solutionConfiguration ) : FileInfo
solutionConfiguration NAnt.VSNet.Configuration The solution configuration that is built.
Résultat System.IO.FileInfo

GetCompiledResourceFile() public méthode

Returns a FileInfo representing the compiled resource file.
Calling this method does not force compilation of the resource file.
public GetCompiledResourceFile ( NAnt.VSNet.Configuration solutionConfiguration ) : FileInfo
solutionConfiguration NAnt.VSNet.Configuration The solution configuration that is built.
Résultat System.IO.FileInfo

GetManifestResourceName() public méthode

public GetManifestResourceName ( NAnt.VSNet.Configuration solutionConfiguration ) : string
solutionConfiguration NAnt.VSNet.Configuration
Résultat string

Resource() public méthode

public Resource ( ManagedProjectBase project, FileInfo resourceSourceFile, string resourceSourceFileRelativePath, string dependentFile, NAnt.VSNet.Tasks.SolutionTask solutionTask, GacCache gacCache ) : System
project ManagedProjectBase
resourceSourceFile System.IO.FileInfo
resourceSourceFileRelativePath string
dependentFile string
solutionTask NAnt.VSNet.Tasks.SolutionTask
gacCache NAnt.Core.Util.GacCache
Résultat System