C# Class NAnt.VSNet.ManagedProjectBase.LocalizedResourceSet

Groups a set of Resource instances for a specific culture.
显示文件 Open project: skolima/NAnt

Public Methods

Method Description
GetBuildDirectory ( ConfigurationSettings projectConfig ) : DirectoryInfo

Gets the intermediate build directory in which the satellite assembly is built.

GetRelativePath ( ProjectSettings projectSettings ) : string

Gets path of the satellite assembly, relative to the output directory.

GetSatelliteAssemblyPath ( ConfigurationSettings projectConfig, ProjectSettings projectSettings ) : FileInfo

Gets a FileInfo representing the path to the intermediate file location of the satellite assembly.

LocalizedResourceSet ( CultureInfo culture ) : System

Initializes a new LocalizedResourceSet instance for the specified culture.

Private Methods

Method Description
GetSatelliteFileName ( ProjectSettings projectSettings ) : string

Method Details

GetBuildDirectory() public method

Gets the intermediate build directory in which the satellite assembly is built.
public GetBuildDirectory ( ConfigurationSettings projectConfig ) : DirectoryInfo
projectConfig ConfigurationSettings The project build configuration.
return System.IO.DirectoryInfo

GetRelativePath() public method

Gets path of the satellite assembly, relative to the output directory.
public GetRelativePath ( ProjectSettings projectSettings ) : string
projectSettings ProjectSettings The project settings.
return string

GetSatelliteAssemblyPath() public method

Gets a FileInfo representing the path to the intermediate file location of the satellite assembly.
public GetSatelliteAssemblyPath ( ConfigurationSettings projectConfig, ProjectSettings projectSettings ) : FileInfo
projectConfig ConfigurationSettings The project build configuration.
projectSettings ProjectSettings The project settings.
return System.IO.FileInfo

LocalizedResourceSet() public method

Initializes a new LocalizedResourceSet instance for the specified culture.
public LocalizedResourceSet ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo A .
return System