Usage: Publicize.exe [options] input-assembly
Description: Publicize.exe generates an assembly that contains
public types. These public types wrap all of the
private types in the input-assembly. Use publicize
for creating unit tests that target private types.
Notes:
The generated assembly is also known as a private
accessor.
Options:
target:[value] Targets the generated assembly to a specific
platform. Possible values:
Desktop: (Default) Generates a standard CLR
private accessor.
Website: Generates a private accessor that is
compatible with a Web site.
Device: Generates a private accessor that is
compatible with smart devices.
DelaySign Reserves space in the accessor assembly for a
public key.
KeyFile:[key file] Signs the accessor assembly with the public key
stored in [key file].
Examples:
The following command generates a standard desktop
private accessor for MyAssembly.dll:
Publicize.exe MyAssembly.dll
The following command generates a private accessor
for the Web site MyWebsite:
Publicize.exe /target:Website MyAssembly.dll
The following command generates a private accessor
signed with the key MyKey.snk:
Publicize.exe /KeyFile:MyKey.snk MyAssembly.dll
Usage: -zipfile:filename Path to the zip file to turn into an exe. -output:filename Path to the .exe file to generate. If ...
Usage: /l :Name of verbose msi log /lang :4-digit language code /q :Quiet install mode /qu :Quiet uninstall mode /? :Show ...
Usage: MSTest.exe options]. Description: Run tests in test files or in a metadata file. Optionally, publish test results, ...
Usage: MSTest.exe options]. Description: Run tests in test files or in a metadata file. Optionally, publish test results, ...
Usage: Publicize.exe options input-assembly Description: Publicize.exe generates an assembly that contains public types. ...
Usage: SetupWarehouse -v -o -s ServerName -d Database -c ConfigFile -a AccountName -ra DataReaderAccountName -l LogFile -mturl ...
Usage: SSService /install - Install the service SSService /remove - Remove the service SSService /help - Display this help ...
Usage: Usercontroltestcontainer assembly name The assembly must contain at least one UserControl type. The command switch ...
Usage: VSIXInstaller.exe /quiet /admin /skuName:name /skuVersion:version - OPTIONS - /quiet Suppresses the UI. Short form ...