NAnt SDK Documentation - v0.92 |
|
VbcTask.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 must be specified as a hexadecimal number.
See Also
VbcTask Class | NAnt.DotNet.Tasks Namespace