[This is preliminary documentation and is subject to change.]
The Generator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Generator(Assembly) | CTor from assembly | |
| Generator(Assembly, String) | CTor from assembly and output directory | |
| Generator(Type, String) | CTro from type and output directory |
Methods
| Name | Description | |
|---|---|---|
| Generate | Generates plugins |
Fields
| Name | Description | |
|---|---|---|
| TemplateResourcename | Name of resource that contains embdeded template |
Properties
| Name | Description | |
|---|---|---|
| Assembly | Gets or sets assembly to generate plugin for | |
| CleanIntermediateDirectory | Gets or sets value indicating if intermediate directory specified in IntermediateDirectory is deled after plugin generation | |
| CopyPDB | Gets or sets value indicating if pdb file for plugin will be copied to outpud directory | |
| Filer | Gets or sets plugin type filter. Only plugins of types according to given OR-mask will be generated. | |
| IntermediateDirectory | Gets or sets intermediate directory where temporary files are stored | |
| OutputDirectory | Gets or sets output directory to wtire plugin into | |
| ProjectTemplateDirectory | Gets or sets directory to use project template from | |
| RenamingDictionary | Dictionary containing FullNames as key and plugin files names (witout extension) as values. | |
| SnkPath | Gets or sets path to snk (strong name key) file to sign wrapper assembly with | |
| Types | Gets or sets types to generate plugins for |