C# 클래스 NAnt.VSNet.ManagedProjectBase.LocalizedResourceSet

Groups a set of Resource instances for a specific culture.
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

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