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
 - CscTask
 
Syntax
[TaskAttribute("baseaddress")]
public string BaseAddress { get; set; }
		Remarks
    This address can be specified as a decimal, hexadecimal, or octal 
    number. 
    
	Attributes
| Type | Description | 
|---|---|
| Task | 
						Indicates that property should be treated as a XML attribute for the task. | 
Value
| Type | Description | 
|---|---|
| string | The preferred base address at which to load a DLL. | 
