IVbcHostObject.SetBaseAddress(String, String) Method

Definition

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.

Applies to