IVbcHostObject.SetBaseAddress(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the preferred base address at which to load a DLL.
public:
bool SetBaseAddress(System::String ^ targetType, System::String ^ baseAddress);
public bool SetBaseAddress (string targetType, string baseAddress);
abstract member SetBaseAddress : string * string -> bool
Public Function SetBaseAddress (targetType As String, baseAddress As String) As Boolean
Parameters
- targetType
- String
The file format of the output file. This value can be library
, exe
, module
, or winexe
.
- baseAddress
- String
The preferred base address at which to load a DLL.
Returns
true
if the method was successful; otherwise, false
.