GacReference Class

Summary

Used to specify reference information when working with the GAC.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Types
Base Types
  • Element
graph BT Type-->Base0["Element"] Type["GacReference"] class Type type-node

Syntax

public sealed class GacReference : Element

Remarks

The full details of GAC references can be found in the SDK documentation.

Constructors

Name Summary
GacReference() Constructs and initializes an instance of GacReference.

Properties

Name Value Summary
If bool
If true then the entity will be included. The default is true.
SchemeDescription string
The scheme description to use when working with GAC references. This is only relevant if a scheme type other than SchemeType.None is specified.
SchemeId string
The scheme ID to use when working with GAC references. This is only relevant if a scheme type other than SchemeType.None is specified.
SchemeType SchemeType
The scheme type to use when working with GAC references. The default is SchemeType.None, which means that references will not be used by the GAC task.
Unless bool
Opposite of NAnt.Contrib.Types.GacReference.If. If false then the entity will be included. The default is false.