ICscHostObject.SetBaseAddress(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 ^ baseAddress);
public bool SetBaseAddress (string baseAddress);
abstract member SetBaseAddress : string -> bool
Public Function SetBaseAddress (baseAddress As String) As Boolean
Parameters
- baseAddress
- String
The preferred base address at which to load a DLL.
Returns
true
if the method was successful; otherwise, false
.