ICscHostObject.SetBaseAddress(String) Method

Definition

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.

Applies to