NAnt SDK Documentation - v0.92

CscTask.BaseAddress Property

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.

[Visual Basic]
<TaskAttribute(Name:="baseaddress", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property BaseAddress As String
[C#]
[TaskAttribute(Name="baseaddress", Required=False, ExpandProperties=True, ProcessXml=True)]
public string BaseAddress {get; set;}

Property Value

The preferred base address at which to load a DLL.

Remarks

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

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace