NAnt SDK Documentation - v0.85-nightly-2005-11-09

CscTask.BaseAddress Property

[This is preliminary documentation and subject to change.]

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(Required:=False, Name:="baseaddress", ExpandProperties:=True, ProcessXml:=True)>
Public Property BaseAddress As String
[C#]
[TaskAttribute(Required=False, Name="baseaddress", 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