Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Visual C#
C# Reference
C# Compiler Options
 /baseaddress (Specify Base Address ...

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
C# Language Reference
/baseaddress (Specify Base Address of DLL) (C# Compiler Options)

The /baseaddress option lets you specify the preferred base address at which to load a DLL. For more information about when and why to use this option, see Improving Application Startup Time and Larry Osterman's WebLog.

/baseaddress:address
address

The base address for the DLL. This address can be specified as a decimal, hexadecimal, or octal number.

The default base address for a DLL is set by the .NET Framework common language runtime.

Be aware that the lower-order word in this address will be rounded. For example, if you specify 0x11110001, it will be rounded to 0x11110000.

To complete the signing process for a DLL, use SN.EXE with the -R option.

To set this compiler option in the Visual Studio development environment

  1. Open the project's Properties page.

  2. Click the Build property page.

  3. Click the Advanced button.

  4. Modify the DLL Base Address property.

    To set this compiler option programmatically, see BaseAddress.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker