NAnt SDK Documentation - v0.92

RegsvcsTask.ActionType Enumeration

Defines the possible actions for a .NET Service.

[Visual Basic]
<Serializable>
Public Enum RegsvcsTask.ActionType
[C#]
[Serializable]
public enum RegsvcsTask.ActionType

Members

Member Name Description
FindOrCreate Finds or creates the target application.
Create Creates the target application.
Uninstall Uninstalls the target application.

Requirements

Namespace: NAnt.DotNet.Tasks

Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)

See Also

NAnt.DotNet.Tasks Namespace