SchemeType Enum

Summary

Defines possible reference counting scheme types for the NAnt.Contrib.Tasks.GacTask tasks.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["SchemeType"] class Type type-node

Syntax

public enum SchemeType

Fields

Name Constant Value Summary
FilePath 2
Specifies that file-based reference counting will be used when performing the GAC task.
static
None 0
Specifies that no reference counting scheme will be used when performing the GAC task.
static
Opaque 3
Specifies that custom information will be supplied to accommodate reference counting.
static
UninstallKey 1
Specifies that registry-related reference counting will be used when performing the GAC task.
static