C# Класс NAnt.VSNet.Resource

Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

Compiles the resource file.
public Compile ( NAnt.VSNet.Configuration solutionConfiguration ) : FileInfo
solutionConfiguration NAnt.VSNet.Configuration The solution configuration that is built.
Результат System.IO.FileInfo

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

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

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

public GetManifestResourceName ( NAnt.VSNet.Configuration solutionConfiguration ) : string
solutionConfiguration NAnt.VSNet.Configuration
Результат string

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

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