C# Класс NAnt.VSNet.ManagedProjectBase.LocalizedResourceSet

Groups a set of Resource instances for a specific culture.
Показать файл Открыть проект

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

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

Приватные методы

Метод Описание
GetSatelliteFileName ( ProjectSettings projectSettings ) : string

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

GetBuildDirectory() публичный Метод

Gets the intermediate build directory in which the satellite assembly is built.
public GetBuildDirectory ( ConfigurationSettings projectConfig ) : DirectoryInfo
projectConfig ConfigurationSettings The project build configuration.
Результат System.IO.DirectoryInfo

GetRelativePath() публичный Метод

Gets path of the satellite assembly, relative to the output directory.
public GetRelativePath ( ProjectSettings projectSettings ) : string
projectSettings ProjectSettings The project settings.
Результат string

GetSatelliteAssemblyPath() публичный Метод

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.
Результат System.IO.FileInfo

LocalizedResourceSet() публичный Метод

Initializes a new LocalizedResourceSet instance for the specified culture.
public LocalizedResourceSet ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo A .
Результат System