Summary
Registers a Microsoft HTML Help 2.0 Collection.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Base Types
-
- ExternalProgramBase
graph BT
Type-->Base0["ExternalProgramBase"]
Type["HxRegTask"]
class Type type-node
Syntax
[TaskName("hxreg")]
public class HxRegTask : ExternalProgramBase
Examples
Register a help namespace.
<hxreg namespace="MyProduct.MyHelp" title="MyProductHelp" collection="MyHelp.HxC" helpfile="MyHelp.HxS" />
Attributes
| Type | Description |
|---|---|
| TaskName |
Properties
| Name | Value | Summary |
|---|---|---|
| Alias | string |
Alias.
|
| AttrIndex | string |
Combined attribute index (.HxR) filename.
|
| Collection | string |
Collection (.HxC) filename.
|
| CommandFile | string |
Filename of a file containing HxReg commands.
|
| Description | string |
Description of the namespace.
|
| HelpFile | FileInfo |
Help (.HxS) filename.
|
| Index | string |
Index (.HxI) filename.
|
| Language | string |
Language ID.
|
| Namespace | string |
Help collection namespace.
|
| ProgramArguments | string |
Arguments of program to execute
|
| ProgramFileName | string | |
| SearchFile | string |
Combined full-text search (.HxQ) filename.
|
| Title | string |
Title identifier.
|
| UnRegister | bool |
Unregister a namespace, title, or alias.
|
Methods
| Name | Value | Summary |
|---|---|---|
| ExecuteTask |
void |
