Summary
Defines the actions that can be performed on an assembly using the
NAnt.Contrib.Tasks.GacTask
.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["GacTask.ActionTypes"]
class Type type-node
Syntax
public enum GacTask.ActionTypes
Fields
Name | Constant Value | Summary |
---|---|---|
install | 0 |
Installs an assembly into the global assembly cache.
static
|
overwrite | 1 |
Installs an assembly into the global assembly cache. If an assembly
with the same name already exists in the global assembly cache, it is
overwritten.
static
|
uninstall | 2 |
Uninstalls an assembly from the global assembly cache.
static
|