C# 클래스 GenerateResources, shared-source-cli-2.0

This class contains methods to generate resources.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
BuildSatelliteAssemblies ( ) : void

This method builds satellite assemblies by calling the RunAlink methods. It creates the required directory for finding and loading the satellite assemblies.

GenerateResourceFiles ( ) : void

This method generates resource files directly using the ResourceWriter class.

ResourceFileUsage ( ) : void

This method outputs the usage banner for the -r option

RunAlink ( string culture ) : void

This method creates a Process object to run the assembly linker tool.

메소드 상세

BuildSatelliteAssemblies() 공개 메소드

This method builds satellite assemblies by calling the RunAlink methods. It creates the required directory for finding and loading the satellite assemblies.
public BuildSatelliteAssemblies ( ) : void
리턴 void

GenerateResourceFiles() 공개 메소드

This method generates resource files directly using the ResourceWriter class.
public GenerateResourceFiles ( ) : void
리턴 void

ResourceFileUsage() 공개 메소드

This method outputs the usage banner for the -r option
public ResourceFileUsage ( ) : void
리턴 void

RunAlink() 공개 메소드

This method creates a Process object to run the assembly linker tool.
public RunAlink ( string culture ) : void
culture string
리턴 void