A wrapper for the ILMerge tool.
The following tables list the members exposed by ILMerge.
Public Constructors
Public Properties
Name | Description | |
---|---|---|
AllowDuplicateTypes | Gets or sets the names of public types to be renamed when they are duplicates. | |
AllowZeroPeKind | Gets or sets the flag to treat an assembly with a zero PeKind flag (this is the value of the field listed as .corflags in the Manifest) as if it was ILonly. | |
AttributeFile | Gets or sets the attribute assembly from whre to get all of the assembly-level attributes such as Culture, Version, etc. It will also be used to get the Win32 Resources from. | |
BuildEngine | Gets or sets the instance of the |
|
Closed | Gets or sets the flag to indicate whether to augment the list of input assemblies to its "transitive closure". | |
CopyAttributes | Gets or sets the flag to indicate whether to copy the assembly level attributes of each input assembly over into the target assembly. | |
DebugInfo | Gets or sets the flag to indicate whether to preserve any .pdb files that are found for the input assemblies into a .pdb file for the target assembly. | |
DelaySign | Gets or sets the flag to indicate whether the target assembly will be delay signed. | |
ExcludeFile | Gets or sets the file that will be used to identify types that are not to have their visibility modified. | |
ExitCode | Gets the returned exit code of the executable file. (inherited from ToolTask) | |
HostObject | Gets or sets the host object associated with the task. (inherited from Task) | |
InputAssemblies | Gets or sets the input assemblies to merge. | |
KeyFile | Gets or sets the .snk file to sign the target assembly. | |
Log | Gets an instance of a |
|
LogFile | Gets or sets a log file to write log messages to. | |
OutputFile | Gets or sets the target assembly. | |
PublicKeyTokens | Gets or sets the flag to indicate whether external assembly references in the manifest of the target assembly will use public keys ( ) or public key tokens ( ). |
|
TargetKind | Gets or sets the indicator whether the target assembly is created as a library ( ), a console application ( ) or as a Windows application ( ). |
|
TargetPlatformDirectory | Gets or sets the directory in which is to be found. |
|
TargetPlatformVersion | Gets or sets the .NET framework version for the target assembly. | |
Timeout | Gets or sets the amount of time after which the task executable is terminated. (inherited from ToolTask) | |
ToolPath | Gets or sets the path of the executable file to run. (inherited from ToolTask) | |
Version | Gets or sets the version number of the target assembly. | |
XmlDocumentation | Gets or sets the flag to indicate whether to merge XML documentation files into one for the target assembly. |
Protected Properties
Name | Description | |
---|---|---|
EnvironmentOverride | Gets the override value of the PATH environment variable. (inherited from ToolTask) | |
HelpKeywordPrefix | Gets or sets the prefix used to compose Help keywords from resource names. (inherited from Task) | |
ResponseFileEncoding | Gets the |
|
StandardErrorEncoding | Gets the |
|
StandardErrorLoggingImportance | Gets the |
|
StandardOutputEncoding | Gets the |
|
StandardOutputLoggingImportance | Gets the |
|
TaskResources | Gets or sets the culture-specific resources associated with the task. (inherited from Task) | |
ToolName | Overidden. Gets the name of the executable file to run. |
Public Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified |
|
Execute | Runs the exectuable file with the specified task parameters. (inherited from ToolTask) | |
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
ToString | Returns a |
Protected Methods
Name | Description | |
---|---|---|
CallHostObjectToExecute | Calls the host object to perform the work of the task. (inherited from ToolTask) | |
ExecuteTool | Creates a temporoary response (.rsp) file and runs the executable file. (inherited from ToolTask) | |
Finalize | Allows an |
|
GenerateCommandLineCommands | Overidden. Returns a string value containing the command line arguments to pass directly to the executable file. | |
GenerateFullPathToTool | Overidden. Gets the standard installation path of ILMerge.exe. | |
GenerateResponseFileCommands | Returns a string value containing the command line arguments to add to the response (.rsp) file before running the executable file. (inherited from ToolTask) | |
GetResponseFileSwitch | Returns the command line switch used by the executable file to specifiy a response (.rsp) file. (inherited from ToolTask) | |
GetWorkingDirectory | Returns the directory in which to run the executable file. (inherited from ToolTask) | |
HandleTaskExecutionErrors | Handles execution errors raised by the executable file. (inherited from ToolTask) | |
InitializeHostObject | Initializes the host object of the task. (inherited from ToolTask) | |
LogEventsFromTextOutput | (inherited from ToolTask) | |
LogPathToTool | Logs the tool name and path to all registered loggers. (inherited from ToolTask) | |
LogToolCommand | Logs the starting point of the run to all registered loggers. (inherited from ToolTask) | |
MemberwiseClone | Creates a shallow copy of the current |
|
SkipTaskExecution | Indicates whether task execution should be skipped. (inherited from ToolTask) | |
ValidateParameters | Indicates whether all task paratmeters are valid. (inherited from ToolTask) |
See Also
Documentation version 1.0.0.0.