VjcTask.

BaseAddress Property

Summary

The preferred base address at which to load a DLL. The default base address for a DLL is set by the .NET Framework common language runtime.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
VjcTask

Syntax

public string BaseAddress { get; set; }

Remarks

This address can be specified as a decimal, hexadecimal, or octal number.

Value

Type Description
string The preferred base address at which to load a DLL.