C# Class FwBuildTasks.InstrumentedLocalizeFieldWorks

Inheritance: LocalizeFieldWorks
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
ErrorMessages string
LinkerAlArgs List
LinkerCulture List
LinkerFileVersion List
LinkerPath List
LinkerProductVersion List
LinkerResources List>
LinkerVersion List
ResGenOriginalFolders List
ResGenOutputPaths List
ResGenResxPaths List

Private Properties

Property Type Description
LogError void
RunAssemblyLinker void
RunResGen void

Public Methods

Method Description
InstrumentedLocalizeFieldWorks ( ) : System

Private Methods

Method Description
LogError ( string message ) : void
RunAssemblyLinker ( string outputDllPath, string culture, string fileversion, string productVersion, string version, List resources ) : void
RunResGen ( string outputResourcePath, string resxPath, string originalFolder ) : void

Method Details

InstrumentedLocalizeFieldWorks() public method

public InstrumentedLocalizeFieldWorks ( ) : System
return System

Property Details

ErrorMessages public_oe property

public string ErrorMessages
return string

LinkerAlArgs public_oe property

public List LinkerAlArgs
return List

LinkerCulture public_oe property

public List LinkerCulture
return List

LinkerFileVersion public_oe property

public List LinkerFileVersion
return List

LinkerPath public_oe property

public List LinkerPath
return List

LinkerProductVersion public_oe property

public List LinkerProductVersion
return List

LinkerResources public_oe property

public List> LinkerResources
return List>

LinkerVersion public_oe property

public List LinkerVersion
return List

ResGenOriginalFolders public_oe property

public List ResGenOriginalFolders
return List

ResGenOutputPaths public_oe property

public List ResGenOutputPaths
return List

ResGenResxPaths public_oe property

public List ResGenResxPaths
return List