Summary
Defines the possible actions for a .NET Service.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["RegsvcsTask.ActionType"]
class Type type-node
Syntax
public enum RegsvcsTask.ActionType
Fields
Name | Constant Value | Summary |
---|---|---|
Create | 1 |
Creates the target application.
static
|
FindOrCreate | 0 |
Finds or creates the target application.
static
|
Uninstall | 2 |
Uninstalls the target application.
static
|