Summary
Gets the path of the Primary Interop Assembly.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- WrapperReferenceBase
Syntax
protected abstract string PrimaryInteropAssembly { get; }
Value
Type | Description |
---|---|
string |
The path of the Primary Interop Assembly, or null
if not available.
|