NAnt SDK Documentation - v0.85-nightly-2005-11-09

RegsvcsTask.ActionType Enumeration

[This is preliminary documentation and subject to change.]

Defines the possible actions for a .NET Service.

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

Remarks

Missing <remarks> documentation for T:NAnt.DotNet.Tasks.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